File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 742
742
</dependentAssembly >
743
743
<dependentAssembly >
744
744
<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 " />
746
746
</dependentAssembly >
747
747
<dependentAssembly >
748
748
<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 " />
750
750
</dependentAssembly >
751
751
</assemblyBinding >
752
752
</runtime >
Original file line number Diff line number Diff line change 79
79
<PropertyGroup >
80
80
<SignAssembly >true</SignAssembly >
81
81
</PropertyGroup >
82
+ <PropertyGroup >
83
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
84
+ </PropertyGroup >
82
85
<ItemGroup >
83
86
<Reference Include =" Microsoft.CSharp" />
84
87
<Reference Include =" Microsoft.VisualBasic" />
1135
1138
<PackageReference Include =" Newtonsoft.Json" >
1136
1139
<Version >13.0.1</Version >
1137
1140
</PackageReference >
1141
+ <PackageReference Include =" Serilog" >
1142
+ <Version >2.12.0</Version >
1143
+ </PackageReference >
1138
1144
<PackageReference Include =" Serilog.Sinks.File" >
1139
1145
<Version >5.0.0</Version >
1140
1146
</PackageReference >
1148
1154
<Version >1.8.116</Version >
1149
1155
</PackageReference >
1150
1156
<PackageReference Include =" SQLitePCLRaw.bundle_green" >
1151
- <Version >2.1.0 </Version >
1157
+ <Version >2.1.1 </Version >
1152
1158
</PackageReference >
1153
1159
<PackageReference Include =" System.Runtime.CompilerServices.Unsafe" >
1154
1160
<Version >6.0.0</Version >
1164
1170
<PrivateAssets >all</PrivateAssets >
1165
1171
</PackageReference >
1166
1172
<PackageReference Include =" Meziantou.Analyzer" >
1167
- <Version >1.0.720 </Version >
1173
+ <Version >1.0.725 </Version >
1168
1174
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1169
1175
<PrivateAssets >all</PrivateAssets >
1170
1176
</PackageReference >
Original file line number Diff line number Diff line change 9
9
[ ![ Framework: .Net] ( https://img.shields.io/badge/.NET%204.8-6E5FA6?label=framework )] ( https://dotnet.microsoft.com )   ;
10
10
[ ![ IDE: Visual Studio] ( https://img.shields.io/badge/Visual%20Studio%202022-6E5FA6.svg?label=ide )] ( https://visualstudio.microsoft.com )   ;
11
11
[ ![ Lang: C#] ( https://img.shields.io/badge/C%23%2010-%23239120.svg?label=lang )] ( https://docs.microsoft.com/dotnet/csharp/ )   ;
12
- [ ![ DB: SQLite] ( https://img.shields.io/badge/SQLite%203.38 -darkgoldenrod.svg?label=db )] ( https://www.sqlite.org )   ; <br />
12
+ [ ![ DB: SQLite] ( https://img.shields.io/badge/SQLite%203.39 -darkgoldenrod.svg?label=db )] ( https://www.sqlite.org )   ; <br />
13
13
[ ![ Ordisoftware.com Project] ( https://img.shields.io/badge/-Ordisoftware.com%20Project-355F90?logo=WordPress&logoColor=white )] ( https://www.ordisoftware.com/hebrew-calendar )   ;
14
14
[ ![ Manufacturing Software Guidelines] ( https://img.shields.io/badge/-Manufacturing%20Software%20Guidelines-355F90?logo=MicrosoftWord&logoColor=white )] ( https://github.com/Ordisoftware/Guidelines )   ;
15
15
@@ -69,7 +69,7 @@ A libre and open-source software written in C# that allows to generate a calenda
69
69
- Screen 1024x768 or higher
70
70
- Windows 7 SP1 x32/x64 or higher
71
71
- Framework .NET 4.8
72
- - SQLite 3.38.3
72
+ - SQLite 3.39.2
73
73
74
74
## Download
75
75
You can’t perform that action at this time.
0 commit comments