PasswordStrengthIndicator 2.2.0

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

// Install PasswordStrengthIndicator as a Cake Tool
#tool nuget:?package=PasswordStrengthIndicator&version=2.2.0

Password Strength Indicator somewhat similar to ASP.NET AJAX PasswordStrength extender control behavior  Available Features: Password setting are stored in xml file, Client side and server side validation, Password strength in different colors, Check if password contains x number of Uppercase characters (A-Z), Check if password contains any Lowercase characters (a-z), Check if password contains x number of Base 10 digits (0 through 9), Check if password contains x number of allowable Nonalphanumeric characters, Check if password meet the Minimum and Maximum password length requirement, Check if password exceeded the allowable Maximum consecutive repeated character, Check if password contains keyboard sequence (i.e., 123456, qwerty, …)

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 34,608 12/16/2016
2.1.0 997 12/16/2016
2.0.0 1,003 12/6/2016