CodeBits.PasswordGenerator 1.1.0

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

// Install CodeBits.PasswordGenerator as a Cake Tool
#tool nuget:?package=CodeBits.PasswordGenerator&version=1.1.0

A random password generator.
See the project site for documentation.

There are no supported framework assets in this 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.0.1 16,693 8/29/2021
2.0.0 3,356 5/11/2021
2.0.0-beta.2 188 5/6/2021
2.0.0-beta.1 181 5/6/2021
1.4.0 20,771 1/14/2019
1.3.0 55,311 10/26/2012
1.2.0 1,467 7/24/2012
1.1.2 1,340 7/17/2012
1.1.1 1,313 7/17/2012
1.1.0 1,350 7/16/2012
1.0.0 1,313 7/16/2012

Added parameters to the Generate and GenerateSecure methods to specify the allowable characters in the password - lower-case characters, upper-case characters, numbers and punctuations. This is represented by a flags enum called PasswordCharacters, and defaults to PasswordCharacters.All.