We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdb7a9 commit 9fc175cCopy full SHA for 9fc175c
1 file changed
Crc32.NET.nuspec
@@ -2,7 +2,7 @@
2
<package >
3
<metadata>
4
<id>Crc32.NET</id>
5
- <title>Crc32 for .NET</title>
+ <title>Crc32 and Crc32C for .NET</title>
6
<version>1.1.0</version>
7
<authors>force</authors>
8
<owners>force</owners>
@@ -17,7 +17,7 @@ Added Crc32C implementation (due lack of .NET core implementations).
17
Added option to constructor with ability to specify BigEndian/LittleEndian byte conversion for HashFinal.
18
</releaseNotes>
19
<copyright>Copyright by Force 2016</copyright>
20
- <tags>crc32 crc-32 crc .NET</tags>
+ <tags>crc32 crc-32 crc crc32c .NET</tags>
21
<dependencies>
22
<group targetFramework="net20">
23
</group>
0 commit comments