Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reaction to issue: #44 - Adding more security by using the Random Generator. Chinese Documentation changed to English #46

Merged
merged 2 commits into from
Aug 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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