Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 4ffe45f

Browse files
committed
Bump version to 3.1.2 due to recent changes.
1 parent 8a83381 commit 4ffe45f

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

src/Data.HashFunction.BernsteinHash/Data.HashFunction.BernsteinHash.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of Bernstein hash (http://www.eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx#djb).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.BernsteinHash</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.Blake2/Data.HashFunction.Blake2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of BLAKE2 hash (http://blake2.net/).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.Blake2</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.Blake3/Data.HashFunction.Blake3.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of BLAKE3 hash (https://en.wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE3).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.Blake3</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.BuzHash/Data.HashFunction.BuzHash.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of BuzHash (http://www.serve.net/buz/hash.adt/java.002.html).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.BuzHash</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.CRC/Data.HashFunction.CRC.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of the cyclic redundancy check (CRC) error-detecting code (http://en.wikipedia.org/wiki/Cyclic_redundancy_check). Implementation is generalized to encompass all possible CRC parameters from 1 to 64 bits.</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.CRC</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.CityHash/Data.HashFunction.CityHash.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of CityHash (https://code.google.com/p/cityhash/).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.CityHash</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.Core/Data.HashFunction.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>C# library to create a common interface to non-cryptographic hash functions (http://en.wikipedia.org/wiki/List_of_hash_functions#Non-cryptographic_hash_functions) and provide implementations of public hash functions. Includes wrapper for HashAlgorithm-based hash functions.</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.Core</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.ELF64/Data.HashFunction.ELF64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of the hash function used by the elf64 object file format (http://downloads.openwatcom.org/ftp/devel/docs/elf-64-gen.pdf).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.ELF64</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.FNV/Data.HashFunction.FNV.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of Fowler–Noll–Vo hash function (http://www.isthe.com/chongo/tech/comp/fnv/index.html) (http://en.wikipedia.org/wiki/Fowler%E2%80%93Noll%E2%80%93Vo_hash_function).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.FNV</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

src/Data.HashFunction.FarmHash/Data.HashFunction.FarmHash.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Data.HashFunction implementation of FarmHash (https://github.com/google/farmhash).</Description>
55
<Copyright>© 2024, Deskasoft International. All rights reserved.</Copyright>
66
<AssemblyTitle>Data.HashFunction.FarmHash</AssemblyTitle>
7-
<VersionPrefix>3.1.1</VersionPrefix>
7+
<VersionPrefix>3.1.2</VersionPrefix>
88
<Authors>Deskasoft International</Authors>
99
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)