We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f2b58 + f86da8e commit 0beb483Copy full SHA for 0beb483
Readme.md
@@ -14,7 +14,7 @@ Install via NuGet: ``` Install-Package PasswordGenerator ```
14
15
It is Compatible with .NET Core, .NET Framework and more. See the below chart:
16
17
-
+
18
19
20
## Basic usage
@@ -81,4 +81,4 @@ var password = pwd.Next();
81
// You can now specify your own special characters
82
var pwd = new Password().IncludeLowercase().IncludeUppercase().IncludeNumeric().IncludeSpecial("[]{}^_=");
83
var password = pwd.Next();
84
-```
+```
compatibility.png
6.14 KB
0 commit comments