We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823c47f commit 45f623aCopy full SHA for 45f623a
2 files changed
README.md
@@ -49,6 +49,7 @@ The following hash functions have been implemented from the most reliable refere
49
* SpookyHashV1 - Original
50
* SpookyHashV2 - Improvement upon SpookyHashV1, fixes bug in original specification
51
* [xxHash](https://code.google.com/p/xxhash/)
52
+ * xxHash - Original and 64-bit version.
53
54
55
Each family of hash functions is contained within its own project and NuGet package.
SolutionInfo.cs
@@ -9,4 +9,4 @@
9
10
[assembly: CLSCompliant(false)]
11
12
-[assembly: AssemblyVersion("1.2.1")]
+[assembly: AssemblyVersion("1.3.1")]
0 commit comments