tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
163 stars 69 forks source link

Strong Name Signing #12

Closed doowruc closed 8 years ago

doowruc commented 9 years ago

Please add strong name signing

Many thanks

tanveery commented 8 years ago

The new version is released on GitHub and Nuget. It includes strong name signing and it includes seamless support for both version 1 and 2 of Google's reCAPTCHA. All you need is to set value 1 or 2 for recapchaApiVersion app settings of web.config file.

doowruc commented 8 years ago

Excellent! Implemented just now, all confirmed wrking

Thank you