Skip to content

Commit

Permalink
Merge pull request #46 from Siox0911/master
Browse files Browse the repository at this point in the history
Reaction to issue: #44 - Adding more security by using the Random Generator. Chinese Documentation changed to English
  • Loading branch information
myloveCc authored Aug 5, 2021
2 parents abe9404 + 4931819 commit 48a84c4
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 125 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ To install NETCore.Encrypt, run the following command in the [Package Manager Co

## Package Manager
```
Install-Package NETCore.Encrypt -Version 2.0.9
Install-Package NETCore.Encrypt -Version 2.0.9.1
```
## .NET CLI
```
dotnet add package NETCore.Encrypt --version 2.0.9
dotnet add package NETCore.Encrypt --version 2.0.9.1
```

## PackageReference
```
<PackageReference Include="NETCore.Encrypt" Version="2.0.9" />
<PackageReference Include="NETCore.Encrypt" Version="2.0.9.1" />
```


Expand Down
Loading

0 comments on commit 48a84c4

Please sign in to comment.