diff --git a/README.md b/README.md index 41f95613..53fb1eac 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/22.4.0) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/23.5.0-preview.1) [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 dbad56dd..ea5d65a3 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 23.5.0-preview.1 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview1-$(BuildNumberMajor)-$(BuildNumberMinor) diff --git a/docs/install.md b/docs/install.md index 9cdc4f12..e3d9d90f 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/22.4.0). +[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/23.5.0-preview.1). 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 22.4.0 + $ dotnet add package NSec.Cryptography --version 23.5.0-preview.1 #### Visual Studio - PM> Install-Package NSec.Cryptography -Version 22.4.0 + PM> Install-Package NSec.Cryptography -Version 23.5.0-preview.1 #### .csproj - + ## Supported Platforms @@ -35,7 +35,7 @@ on the following platforms: | **`android-`** | | | | | Specifically, -[NSec 22.4.0](https://www.nuget.org/packages/NSec.Cryptography/22.4.0) +[NSec 23.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/23.5.0-preview.1) 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 fcb21720..0e7cef50 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 22.4.0 + $ dotnet add package NSec.Cryptography --version 23.5.0-preview.1 NSec works with .NET 6 and later on Windows, Linux and macOS.