Skip to content

Commit b7c708e

Browse files
authored
Merge pull request #1209 from Ordisoftware/dev
Dev
2 parents 30e0f3d + 2e0492a commit b7c708e

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

Project/App.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -742,11 +742,11 @@
742742
</dependentAssembly>
743743
<dependentAssembly>
744744
<assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" />
745-
<bindingRedirect oldVersion="0.0.0.0-2.1.0.1603" newVersion="2.1.0.1603" />
745+
<bindingRedirect oldVersion="0.0.0.0-2.1.1.1705" newVersion="2.1.1.1705" />
746746
</dependentAssembly>
747747
<dependentAssembly>
748748
<assemblyIdentity name="SQLitePCLRaw.batteries_v2" publicKeyToken="8226ea5df37bcae9" culture="neutral" />
749-
<bindingRedirect oldVersion="0.0.0.0-2.1.0.1603" newVersion="2.1.0.1603" />
749+
<bindingRedirect oldVersion="0.0.0.0-2.1.1.1705" newVersion="2.1.1.1705" />
750750
</dependentAssembly>
751751
</assemblyBinding>
752752
</runtime>
-332 KB
Binary file not shown.
Binary file not shown.

Project/Hebrew Calendar (vs2022).csproj

+8-2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
<PropertyGroup>
8080
<SignAssembly>true</SignAssembly>
8181
</PropertyGroup>
82+
<PropertyGroup>
83+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
84+
</PropertyGroup>
8285
<ItemGroup>
8386
<Reference Include="Microsoft.CSharp" />
8487
<Reference Include="Microsoft.VisualBasic" />
@@ -1135,6 +1138,9 @@
11351138
<PackageReference Include="Newtonsoft.Json">
11361139
<Version>13.0.1</Version>
11371140
</PackageReference>
1141+
<PackageReference Include="Serilog">
1142+
<Version>2.12.0</Version>
1143+
</PackageReference>
11381144
<PackageReference Include="Serilog.Sinks.File">
11391145
<Version>5.0.0</Version>
11401146
</PackageReference>
@@ -1148,7 +1154,7 @@
11481154
<Version>1.8.116</Version>
11491155
</PackageReference>
11501156
<PackageReference Include="SQLitePCLRaw.bundle_green">
1151-
<Version>2.1.0</Version>
1157+
<Version>2.1.1</Version>
11521158
</PackageReference>
11531159
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
11541160
<Version>6.0.0</Version>
@@ -1164,7 +1170,7 @@
11641170
<PrivateAssets>all</PrivateAssets>
11651171
</PackageReference>
11661172
<PackageReference Include="Meziantou.Analyzer">
1167-
<Version>1.0.720</Version>
1173+
<Version>1.0.725</Version>
11681174
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
11691175
<PrivateAssets>all</PrivateAssets>
11701176
</PackageReference>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Framework: .Net](https://img.shields.io/badge/.NET%204.8-6E5FA6?label=framework)](https://dotnet.microsoft.com)&nbsp;
1010
[![IDE: Visual Studio](https://img.shields.io/badge/Visual%20Studio%202022-6E5FA6.svg?label=ide)](https://visualstudio.microsoft.com)&nbsp;
1111
[![Lang: C#](https://img.shields.io/badge/C%23%2010-%23239120.svg?label=lang)](https://docs.microsoft.com/dotnet/csharp/)&nbsp;
12-
[![DB: SQLite](https://img.shields.io/badge/SQLite%203.38-darkgoldenrod.svg?label=db)](https://www.sqlite.org)&nbsp;<br/>
12+
[![DB: SQLite](https://img.shields.io/badge/SQLite%203.39-darkgoldenrod.svg?label=db)](https://www.sqlite.org)&nbsp;<br/>
1313
[![Ordisoftware.com Project](https://img.shields.io/badge/-Ordisoftware.com%20Project-355F90?logo=WordPress&logoColor=white)](https://www.ordisoftware.com/hebrew-calendar)&nbsp;
1414
[![Manufacturing Software Guidelines](https://img.shields.io/badge/-Manufacturing%20Software%20Guidelines-355F90?logo=MicrosoftWord&logoColor=white)](https://github.com/Ordisoftware/Guidelines)&nbsp;
1515

@@ -69,7 +69,7 @@ A libre and open-source software written in C# that allows to generate a calenda
6969
- Screen 1024x768 or higher
7070
- Windows 7 SP1 x32/x64 or higher
7171
- Framework .NET 4.8
72-
- SQLite 3.38.3
72+
- SQLite 3.39.2
7373

7474
## Download
7575

0 commit comments

Comments
 (0)