XCaptcha 2.0.0

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

// Install XCaptcha as a Cake Tool
#tool nuget:?package=XCaptcha&version=2.0.0

XCaptcha is an extendable and simple to use framework for creating CAPTCHA images.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client 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 XCaptcha:

Package Downloads
XCaptcha.Web.Mvc

XCaptcha is an extendable and simple to use framework for creating CAPTCHA images.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 26,258 1/22/2016

Version 2
Updated to .Net 4
Refresh button added
Stateless - no longer requires Session or TempData to maintain state.
Model-based validation