diff --git a/README.md b/README.md index f3f8b990..39496242 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Maintenance](https://img.shields.io/maintenance/yes/2025)](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.9.0-preview.2) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/25.2.0-preview.3) [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 3185e808..7a056417 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 25.2.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 1b16bf7f..aec88048 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.9.0-preview.2): +[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/25.2.0-preview.3): - $ dotnet add package NSec.Cryptography --version 24.9.0-preview.2 + $ dotnet add package NSec.Cryptography --version 25.2.0-preview.3 ## Supported Platforms -[NSec 24.9.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2) +[NSec 25.2.0-preview.3](https://www.nuget.org/packages/NSec.Cryptography/25.2.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: @@ -39,7 +39,7 @@ Please note: ## Tested Platforms -[NSec 24.9.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2) +[NSec 25.2.0-preview.3](https://www.nuget.org/packages/NSec.Cryptography/25.2.0-preview.3) 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 9d8a2e7a..23c98cff 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 24.9.0-preview.2 + $ dotnet add package NSec.Cryptography --version 25.2.0-preview.3 NSec works with .NET 8 and later on Windows, Linux and macOS.