Crc32C.NET 1.0.5

dotnet add package Crc32C.NET --version 1.0.5
NuGet\Install-Package Crc32C.NET -Version 1.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Crc32C.NET" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crc32C.NET --version 1.0.5
#r "nuget: Crc32C.NET, 1.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Crc32C.NET as a Cake Addin
#addin nuget:?package=Crc32C.NET&version=1.0.5

// Install Crc32C.NET as a Cake Tool
#tool nuget:?package=Crc32C.NET&version=1.0.5

Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on Crc32C.NET:

Repository Stars
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
alexandre-spieser/mongodb-generic-repository
An example of generic repository implementation using the MongoDB C# Sharp 2.0 driver (async)
force-net/Crc32.NET
Fast version of Crc32 algorithm for .NET
criteo/kafka-sharp
A C# Kafka driver
Version Downloads Last updated
1.0.5 17,466 3/5/2014
1.0.4 101 2/21/2014
1.0.3 98 2/21/2014
1.0.2.2 92 2/14/2014
1.0.2.1 100 2/13/2014
1.0.2 93 2/13/2014
1.0.1 63 2/13/2014

Fixed native calling convention.