diff --git a/README.md b/README.md index 1eca1dcf..23b6e3f3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Maintenance](https://img.shields.io/maintenance/yes/2024)](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/24.4.0) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1) [NSec](https://nsec.rocks/) is a cryptographic library for [.NET 8+](https://dotnet.microsoft.com/) based on diff --git a/build/Package.props b/build/Package.props index e6dcde00..4a2f1c80 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 24.5.0-preview.1 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview.1-$(BuildNumberMajor)-$(BuildNumberMinor) diff --git a/docs/install.md b/docs/install.md index 670baca0..eaa9e42f 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/24.4.0): +[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1): - $ dotnet add package NSec.Cryptography --version 24.4.0 + $ dotnet add package NSec.Cryptography --version 24.5.0-preview.1 ## Supported Platforms -[NSec 24.4.0](https://www.nuget.org/packages/NSec.Cryptography/24.4.0) +[NSec 24.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1) 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: @@ -39,7 +39,7 @@ Please note: ## Tested Platforms -[NSec 24.4.0](https://www.nuget.org/packages/NSec.Cryptography/24.4.0) +[NSec 24.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1) has been tested to run on the following platforms and .NET versions: | OS | Version | Architecture | .NET | diff --git a/index.md b/index.md index fcc4eee6..088331fc 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 24.4.0 + $ dotnet add package NSec.Cryptography --version 24.5.0-preview.1 NSec works with .NET 8 and later on Windows, Linux and macOS.