BitArmory.ReCaptcha
5.0.1
A simple, no-drama, reCAPTCHA validation library that works with ASP.NET Core, Razor Pages, MVC 5, and WebForms.
Install-Package BitArmory.ReCaptcha -Version 5.0.1
dotnet add package BitArmory.ReCaptcha --version 5.0.1
<PackageReference Include="BitArmory.ReCaptcha" Version="5.0.1" />
paket add BitArmory.ReCaptcha --version 5.0.1
#r "nuget: BitArmory.ReCaptcha, 5.0.1"
Release Notes
## v5.0.1
* Improve XML docs.
## v5.0.0
* Uses SourceLink for F12 navigation in Visual Studio.
* The `BitArmory.ReCaptcha.dll` assembly is now signed.
* Issue 4: Fixed wrong parameter name in exception when clientToken is null or whitespace.
## v4.0.0
* Removed Newtonsoft.Json dependency.
* Removed Flurl.Http dependency.
* Refactored internals to work without dependencies. Underlying implementation uses `HttpClient` in the BCL.
## v3.0.0
* Support for reCAPTCHA v3.
## v1.0.0
* Initial release.
Full History Here: https://github.com/BitArmory/ReCaptcha/blob/master/HISTORY.md
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.