Meerkat.Security.Hmac.WebApi 4.1.0

dotnet add package Meerkat.Security.Hmac.WebApi --version 4.1.0
NuGet\Install-Package Meerkat.Security.Hmac.WebApi -Version 4.1.0
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="Meerkat.Security.Hmac.WebApi" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Meerkat.Security.Hmac.WebApi --version 4.1.0
#r "nuget: Meerkat.Security.Hmac.WebApi, 4.1.0"
#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 Meerkat.Security.Hmac.WebApi as a Cake Addin
#addin nuget:?package=Meerkat.Security.Hmac.WebApi&version=4.1.0

// Install Meerkat.Security.Hmac.WebApi as a Cake Tool
#tool nuget:?package=Meerkat.Security.Hmac.WebApi&version=4.1.0

An implementation of HMAC for ASP.NET WebApi

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.0 1,021 1/3/2021
4.0.0 7,056 4/29/2019
3.1.1 1,702 9/3/2018
3.1.0 1,352 9/2/2018
3.0.4 1,461 7/25/2018
3.0.3 1,779 4/14/2018
3.0.2 1,743 10/26/2017
3.0.1 2,232 2/19/2017
3.0.0 1,554 2/5/2017
2.1.1 1,537 12/10/2016
2.1.0 1,755 11/19/2016
2.0.0 1,500 11/17/2016
1.2.2 1,554 11/4/2016
1.2.1 1,577 11/3/2016
1.1.1 1,547 9/23/2016

Drop netstandard2.0 dependencies back to 2.1 so we can use with netcoreapp2.1
Introduce netstandard2.1 target for netcoreapp3.1 projects
Update OWIN dependencies due to CVE-2020-1045