EasyGCaptchaMVC 2.0.2
dotnet add package EasyGCaptchaMVC --version 2.0.2
NuGet\Install-Package EasyGCaptchaMVC -Version 2.0.2
<PackageReference Include="EasyGCaptchaMVC" Version="2.0.2" />
paket add EasyGCaptchaMVC --version 2.0.2
#r "nuget: EasyGCaptchaMVC, 2.0.2"
// Install EasyGCaptchaMVC as a Cake Addin #addin nuget:?package=EasyGCaptchaMVC&version=2.0.2 // Install EasyGCaptchaMVC as a Cake Tool #tool nuget:?package=EasyGCaptchaMVC&version=2.0.2
Easy Google ReCaptcha wrapper for MVC
My try to make it easy to implement the google ReCaptcha service for a MVC Website.
For Samples see the project site.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.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. |
-
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Newtonsoft.Json (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Changelog #
##2.0.0 (2017-04-12)##
###New###
- NOW SUPPORTING GOOGLE INVISIBLE CAPTCHAS
- Fully implemented the error codes from google
- Properties ForceDebugMode and ForceReleaseMode are now merged to property ForcedConfigurationMode
- Reduced the posibility of exception by modifying properties and the use of more default values
- New auto computed property EnvironmentSetting shows in which mode the extension runs
- Removed property ShowErrorMessagesOnDebug
- Errors while resolving the captcha lead now to exceptions or ModelState-Errors
###Fix###
- Fixed forceDebugMode and forceReleaseMode overriding at the same time