diff --git a/README.md b/README.md index 2f1a403f..ce7bf282 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Maintenance](https://img.shields.io/maintenance/yes/2022)](https://github.com/ektrah/nsec) [![License](https://img.shields.io/github/license/ektrah/nsec)](https://nsec.rocks/license) -[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/21.11.0-preview2) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/22.4.0-preview3) [NSec](https://nsec.rocks/) is a cryptographic library for [.NET 5+](https://dotnet.microsoft.com/) and diff --git a/build/Package.props b/build/Package.props index 884f74ab..d46466f6 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 22.4.0-preview3 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview3-$(BuildNumberMajor)-$(BuildNumberMinor) diff --git a/docs/install.md b/docs/install.md index 1a43ac0d..0bf1e205 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,22 +1,22 @@ # Installation NSec is available as -[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/21.11.0-preview2). +[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/22.4.0-preview3). It can be added to a project in a number of ways, depending on the project type and tools used: #### dotnet CLI - $ dotnet add package NSec.Cryptography --version 21.11.0-preview2 + $ dotnet add package NSec.Cryptography --version 22.4.0-preview3 #### Visual Studio - PM> Install-Package NSec.Cryptography -Version 21.11.0-preview2 + PM> Install-Package NSec.Cryptography -Version 22.4.0-preview3 #### .csproj - + ## Supported Languages diff --git a/index.md b/index.md index b6d3f0c2..cc5c5d44 100644 --- a/index.md +++ b/index.md @@ -43,7 +43,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 21.11.0-preview2 + $ dotnet add package NSec.Cryptography --version 22.4.0-preview3 NSec works with .NET 6, .NET 5, and .NET Core 3.1 on Windows, Linux and macOS.