RecaptchaNet 3.1.0

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

// Install RecaptchaNet as a Cake Tool
#tool nuget:?package=RecaptchaNet&version=3.1.0

reCAPTCHA for .NET is a top .NET-based reCAPTCHA library which allows developers to easily integrate Google's reCAPTCHA service in ASP.NET web applications (Web Forms, MVC 5, ASP.NET Core).

The following are highlights of the library are:

* Renders reCAPTCHA widget and verifies reCAPTCHA response with minimal amount of code
* Provides reCAPTCHA web control (ASP.NET Web Forms for .NET Framework 4.5 and above
* Provides HTML helper to quickly render reCAPTCHA widget (ASP.NET MVC 5 / ASP.NET Core 3.1 and above)
* Supprts reCAPTCHA version 2
* One of the most well-documented reCAPTCHA libraries in the open source community

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net45 is compatible.  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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on RecaptchaNet:

Package Downloads
Security.Users.Web

Provides a controller that is ready for MVC application to manage user authentication and registration. Github source: https://github.com/vndevpro/SecurityUsers

Daisytech.Web.DynamicForm

N2 Part for adding a Form.

Captcha.Lib.Web

This is testing of reCaptha for Nuget lib

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on RecaptchaNet:

Repository Stars
johnstaveley/SecurityEssentials
Raise your baseline in security by using this as your template instead of default Mvc project. Keep your app secure by continuously applying Security rules
Version Downloads Last updated
3.1.0 188,357 1/20/2021
3.0.0 2,196 1/16/2021
2.1.0 853,273 12/8/2015
2.0.0 7,377 11/23/2015
1.8.0 31,248 7/31/2015
1.7.0 15,813 4/19/2015
1.6.0 31,694 8/5/2014
1.5.1 2,517 8/2/2014
1.5.0 7,108 7/29/2014
1.4.0 2,501 7/28/2014
1.3.0 116,734 8/18/2013
1.2.0 18,709 2/27/2013
1.0.1 2,818 2/3/2013
1.0.0 2,879 2/3/2013

v3.0
1. Supports ASP.NET Core
2. Optimised code and interfaces
3. Removed reCAPTCHA v1 functionality
4. Fixed issues

v2.1
1. Supports data type property (API v2 only)
2. Supports data size property (API v2 only)
3. Bug fixes

v2.0
1. Support for reCAPTCHA v2 APIs.
2. Bug fixes

v1.8
1. Fixed the SSL issue by adding an enum called SslBehavior and made it the type of the UseSsl property. UseSsl property is no longer a boolean property.

v1.7
1. Migrated code from CodePlex to GitHub.
2. Bug fixes
3. Optimized code
4. Changed the license to Apache license v2.0

v1.6.0
1. Bug fixes
2. Optimized code

v1.5.1
1. Added support for HTTPS.
2. Signed the assemblies

v1.5
1. Added legacy support for .NET 4.0 & ASP.NET MVC 4.
2. Added support for .NET 4.5.1.

v1.4
1. Minor bug fixes
2. Replaced the direct reference to ASP.NET MVC assembly with a dependency on the ASP.NET MVC Nuget package.

v1.3
1. You can now verify a user's response to recpatcha challenge asynchronously using the new "await" keyword.
2. By default, recpacha control uses the current UI culture's language. With this release, you can now set it manually if you want.
3. The package adds the RecpatchaNet.ReadMe.txt file to your project to help you get started as quickly as possible.