RandomString4Net 1.3.0

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

// Install RandomString4Net as a Cake Tool
#tool nuget:?package=RandomString4Net&version=1.3.0

.NET library to generate N random strings of M length from various categories

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • 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
1.8.0 6,070 11/15/2023
1.7.0 2,126 11/1/2023
1.6.0 118 10/29/2023
1.5.0 2,837 1/9/2023
1.4.0 535 12/5/2022
1.3.0 6,398 9/22/2020
1.2.0 700 9/20/2020
1.1.0 687 9/20/2020
1.0.0 600 9/20/2020

- Initial release with support for alphabet, alphanumeric with any without symbols for all cases
- Added support for random number generation
- Added support for multiple .NET Framework
- Added support to generate true unique random numbers
- Added performance improvement for .NET Framework > 2.0