mirrored from https://www.bouncycastle.org/repositories/bc-csharp
-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to link to the official NuGet package
- Loading branch information
1 parent
669ee81
commit f965c00
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# The Bouncy Castle Cryptography Library For .NET | ||
[![NuGet](https://img.shields.io/nuget/dt/BouncyCastle.Cryptography.svg)](https://www.nuget.org/packages/BouncyCastle.Cryptography) [![NuGet](https://img.shields.io/nuget/vpre/BouncyCastle.Cryptography.svg)](https://www.nuget.org/packages/BouncyCastle.Cryptography) | ||
|
||
The Bouncy Castle Cryptography library is a .NET implementation of cryptographic algorithms and protocols. It was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [https://www.bouncycastle.org](https://www.bouncycastle.org). | ||
|
||
|
@@ -10,6 +11,18 @@ Except where otherwise stated, this software is distributed under a license base | |
|
||
**Note**: This source tree is not the FIPS version of the APIs - if you are interested in our FIPS version please visit us [here](https://www.bouncycastle.org/fips-csharp) or contact us directly at [[email protected]](mailto:[email protected]). | ||
|
||
## Installing BouncyCastle | ||
You should install [BouncyCastle with NuGet:](https://www.nuget.org/packages/BouncyCastle.Cryptography) | ||
|
||
Install-Package BouncyCastle.Cryptography | ||
|
||
Or via the .NET Core command line interface: | ||
|
||
dotnet add package BouncyCastle.Cryptography | ||
|
||
Either commands, from Package Manager Console or .NET Core CLI, will download and install BouncyCastle.Cryptography. | ||
|
||
|
||
## Mailing Lists | ||
|
||
For those who are interested, there are 2 mailing lists for participation in this project. To subscribe use the links below and include the word subscribe in the message body. (To unsubscribe, replace **subscribe** with **unsubscribe** in the message body) | ||
|