GoogleRecaptcha 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package GoogleRecaptcha --version 1.0.1
NuGet\Install-Package GoogleRecaptcha -Version 1.0.1
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="GoogleRecaptcha" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GoogleRecaptcha --version 1.0.1
#r "nuget: GoogleRecaptcha, 1.0.1"
#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 GoogleRecaptcha as a Cake Addin
#addin nuget:?package=GoogleRecaptcha&version=1.0.1

// Install GoogleRecaptcha as a Cake Tool
#tool nuget:?package=GoogleRecaptcha&version=1.0.1

The GoogleRecaptcha is a .NET library used to integrate the Google Captcha into the web applications based upon the asp.net platform.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GoogleRecaptcha:

Package Downloads
GoogleRecaptchaWebForms

The GoogleRecaptchaWebForms is a .NET library used to create the server control of Google Recaptcha for asp.net web forms.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.1 66,688 5/25/2016
1.1.1 31,861 4/28/2015
1.0.1 7,662 3/27/2015
1.0.0 1,295 3/24/2015

Version 1.0.1: Add the meaningful comments into code and fix the performance bug: dispose and close the unnecessary resources when using MemoryStream.