Skip to content

Commit a2786f9

Browse files
author
Olivier Rogier
committed
Update file
1 parent aa44e7a commit a2786f9

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

Project/Hebrew Calendar (vs2022).csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,10 @@
11381138
</BootstrapperPackage>
11391139
</ItemGroup>
11401140
<ItemGroup>
1141+
<Content Include="..\README.html">
1142+
<Link>README.html</Link>
1143+
<DependentUpon>README.md</DependentUpon>
1144+
</Content>
11411145
<Content Include="..\Setup\OrdisoftwareHebrewCalendarSetup.iss">
11421146
<Link>Properties\OrdisoftwareHebrewCalendarSetup.iss</Link>
11431147
</Content>
@@ -1205,7 +1209,7 @@
12051209
<PrivateAssets>all</PrivateAssets>
12061210
</PackageReference>
12071211
<PackageReference Include="IDisposableAnalyzers">
1208-
<Version>4.0.3</Version>
1212+
<Version>4.0.4</Version>
12091213
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
12101214
<PrivateAssets>all</PrivateAssets>
12111215
</PackageReference>

Project/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// en utilisant '*', comme indiqué ci-dessous :
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: NeutralResourcesLanguage("en")]
35-
[assembly: AssemblyVersion("10.3.0.0")]
36-
[assembly: AssemblyFileVersion("10.3.0.0")]
35+
[assembly: AssemblyVersion("10.4.0.0")]
36+
[assembly: AssemblyFileVersion("10.4.0.0")]

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,11 @@ It is therefore possible to use [AutoHotKey](https://www.autohotkey.com) to defi
387387
>- Check and fix weekly parashah generation with Soukot.
388388
>- Check and Fix reminder behavior with Sim'hat Torah.
389389
390+
#### 2023.04.05 - Version 10.4
391+
392+
- Fix celebration day context menu for show verses item.
393+
- Replace on-the-fly readme.html creation with MarkDig by a generated with VS.
394+
390395
#### 2023.03.03 - Version 10.3
391396

392397
- Add links for ancient-hebrew.org and mechanical-translation.org (website, search words and read verses online).

Setup/OrdisoftwareHebrewCalendarSetup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define MyAppVersion "10.3"
1+
#define MyAppVersion "10.4"
22
#define MyAppName "Hebrew Calendar"
33
#define MyAppNameNoSpace "HebrewCalendar"
44
#define MyAppExeName "Ordisoftware.Hebrew.Calendar.exe"

0 commit comments

Comments
 (0)