diff --git a/README.md b/README.md index ce7bf282..11d86097 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/22.4.0-preview3) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/22.4.0) [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 e43de9a2..3ab37bbb 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 22.4.0 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview4-$(BuildNumberMajor)-$(BuildNumberMinor) diff --git a/docs/install.md b/docs/install.md index b10fe419..e7dd3cf8 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-preview3). +[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/22.4.0). 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-preview3 + $ dotnet add package NSec.Cryptography --version 22.4.0 #### Visual Studio - PM> Install-Package NSec.Cryptography -Version 22.4.0-preview3 + PM> Install-Package NSec.Cryptography -Version 22.4.0 #### .csproj - + ## Supported Platforms @@ -38,7 +38,7 @@ on the following platforms: * `osx-arm64` Specifically, -[NSec 22.4.0-preview3](https://www.nuget.org/packages/NSec.Cryptography/22.4.0-preview3) +[NSec 22.4.0](https://www.nuget.org/packages/NSec.Cryptography/22.4.0) has been tested to run on the following platforms and .NET versions: | OS | Version | Architectures | .NET | .NET Core | diff --git a/index.md b/index.md index c81f467b..d70df17c 100644 --- a/index.md +++ b/index.md @@ -43,7 +43,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 22.4.0-preview3 + $ dotnet add package NSec.Cryptography --version 22.4.0 NSec works with .NET 6, .NET 5, and .NET Core 3.1 on Windows, Linux and macOS.