Skip to content

Commit 4379982

Browse files
authored
Merge pull request #245 from Ordisoftware/dev
Dev
2 parents ccee42c + 833797c commit 4379982

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Project/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
199199
<dependentAssembly>
200200
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
201-
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
201+
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
202202
</dependentAssembly>
203203
<dependentAssembly>
204204
<assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" />

Project/Hebrew Letters (vs2017).csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -115,8 +115,8 @@
115115
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
116116
<HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
117117
</Reference>
118-
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
119-
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
118+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
119+
<HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
120120
</Reference>
121121
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
122122
<HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>

Project/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
2020
<package id="System.Memory" version="4.5.4" targetFramework="net472" />
2121
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
22-
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net472" />
22+
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net472" />
2323
<package id="System.ValueTuple" version="4.5.0" targetFramework="net472" />
2424
</packages>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _"An easy-to-use and intuitive way to study and translate Hebrew words"_
4646

4747
## Download
4848

49-
**What's new in the latest version 6.0**
49+
**What's new in the latest version 6.x**
5050

5151
- Overall performances are optimized.
5252
- Some fixes and improvements.
@@ -158,7 +158,7 @@ It is possible to use [AutoHotKey](https://www.autohotkey.com) to define for exa
158158
- Add concordance, transcription, dictionary and comment fields for word analysis.
159159
- Add search online concordance.
160160

161-
#### 2021.11.07 - Version 6.2
161+
#### 2021.11.09 - Version 6.2
162162

163163
- Fix getting CPU usage for multiple instances.
164164
- Fix memory size calculation in usage statistics.

0 commit comments

Comments
 (0)