diff --git a/README.md b/README.md index cdc185a8..f63a4455 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Maintenance](https://img.shields.io/maintenance/yes/2023)](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/23.6.0-preview.2) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/23.9.0-preview.3) [NSec](https://nsec.rocks/) is a cryptographic library for [.NET 6+](https://dotnet.microsoft.com/) based on diff --git a/build/Package.props b/build/Package.props index c7b10e03..452bc9ae 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 23.9.0-preview.3 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview.3-$(BuildNumberMajor)-$(BuildNumberMinor) diff --git a/docs/install.md b/docs/install.md index 44efc8af..1de9baed 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,14 +1,14 @@ # Installation Use the following command to install the -[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2): +[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/23.9.0-preview.3): - $ dotnet add package NSec.Cryptography --version 23.6.0-preview.2 + $ dotnet add package NSec.Cryptography --version 23.9.0-preview.3 ## Supported Platforms -[NSec 23.6.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2) +[NSec 23.9.0-preview.3](https://www.nuget.org/packages/NSec.Cryptography/23.9.0-preview.3) is intended to run on all [supported versions of .NET](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) on the following platforms: @@ -37,7 +37,7 @@ Please note: ## Tested Platforms -[NSec 23.6.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2) +[NSec 23.9.0-preview.3](https://www.nuget.org/packages/NSec.Cryptography/23.9.0-preview.3) has been tested to run on the following platforms and .NET versions: | OS | Version | Architectures | .NET | diff --git a/index.md b/index.md index e19d0876..68ffa47a 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 23.6.0-preview.2 + $ dotnet add package NSec.Cryptography --version 23.9.0-preview.3 NSec works with .NET 6 and later on Windows, Linux and macOS.