Releases: michaelvs97/AspNetCore.ReCaptcha
Releases · michaelvs97/AspNetCore.ReCaptcha
v1.8.2
v1.8.1
Ioptions snapshot (#65) * Consistently use IOptionsSnapshot instead of IOptions * Update version to 1.8.1
v1.8.0
Remove .NET Core 3.1 and .NET 5 as supported framework and update sap…
v1.7.0
Update AspNetCore.ReCaptcha.csproj
v1.6.0
v1.5.4
What's Changed
Full Changelog: v1.5.3...v1.5.4
v1.5.3
v1.5.2
Merge pull request #33 from michaelvs97/logging Add logging of error codes in recaptcha response
v1.5.1
- Add a new overload for services.AddReCaptcha that allows configuring the HttpClient being used to make the request
- Fix url for recaptcha.net and fix the generated js url to use recaptca.net as well
v1.4.0
Add localization support for the error message (#26) * add localization for the error message * Use .net 6 in github actions * Increment version to v1.4.0 * Fix unit tests