Skip to content

Commit 5d4d406

Browse files
authored
Merge pull request #277 from Ordisoftware/dev
Dev
2 parents 050ae5c + 127f4b2 commit 5d4d406

6 files changed

Lines changed: 12 additions & 6 deletions

File tree

Project/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,11 +583,11 @@
583583
</dependentAssembly>
584584
<dependentAssembly>
585585
<assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" />
586-
<bindingRedirect oldVersion="0.0.0.0-2.0.7.1395" newVersion="2.1.0.1603" />
586+
<bindingRedirect oldVersion="0.0.0.0-2.1.1.1705" newVersion="2.1.1.1705" />
587587
</dependentAssembly>
588588
<dependentAssembly>
589589
<assemblyIdentity name="SQLitePCLRaw.batteries_v2" publicKeyToken="8226ea5df37bcae9" culture="neutral" />
590-
<bindingRedirect oldVersion="0.0.0.0-2.0.7.1395" newVersion="2.1.0.1603" />
590+
<bindingRedirect oldVersion="0.0.0.0-2.1.1.1705" newVersion="2.1.1.1705" />
591591
</dependentAssembly>
592592
<dependentAssembly>
593593
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />

Project/Dependencies/SQLitePCL.raw/SQLitePCL.raw-2.0.7.zip renamed to Project/Dependencies/SQLitePCL.raw/SQLitePCL.raw-2.1.0.zip

1.64 MB
Binary file not shown.
-332 KB
Binary file not shown.
306 KB
Binary file not shown.

Project/Hebrew Words (vs2022).csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
<DocumentationFile>..\Bin\Release\Ordisoftware.Hebrew.Words.xml</DocumentationFile>
4949
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5050
</PropertyGroup>
51+
<PropertyGroup>
52+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
53+
</PropertyGroup>
5154
<ItemGroup>
5255
<Reference Include="Microsoft.CSharp" />
5356
<Reference Include="Microsoft.VisualBasic" />
@@ -874,6 +877,9 @@
874877
<PackageReference Include="Newtonsoft.Json">
875878
<Version>13.0.1</Version>
876879
</PackageReference>
880+
<PackageReference Include="Serilog">
881+
<Version>2.12.0</Version>
882+
</PackageReference>
877883
<PackageReference Include="Serilog.Sinks.File">
878884
<Version>5.0.0</Version>
879885
</PackageReference>
@@ -887,7 +893,7 @@
887893
<Version>1.8.116</Version>
888894
</PackageReference>
889895
<PackageReference Include="SQLitePCLRaw.bundle_green">
890-
<Version>2.1.0</Version>
896+
<Version>2.1.1</Version>
891897
</PackageReference>
892898
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
893899
<Version>6.0.0</Version>
@@ -903,7 +909,7 @@
903909
<PrivateAssets>all</PrivateAssets>
904910
</PackageReference>
905911
<PackageReference Include="Meziantou.Analyzer">
906-
<Version>1.0.720</Version>
912+
<Version>1.0.725</Version>
907913
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
908914
<PrivateAssets>all</PrivateAssets>
909915
</PackageReference>

README.md

Lines changed: 2 additions & 2 deletions
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-words)&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

@@ -60,7 +60,7 @@ _"Well-designed Hebrew Bible app that can serve both as an exploratory tool, as
6060
- Screen 1024x768 or higher
6161
- Windows 7 SP1 x32/x64 or higher
6262
- Framework .NET 4.8
63-
- SQLite 3.38.3
63+
- SQLite 3.39.2
6464

6565
## Download
6666

0 commit comments

Comments
 (0)