From 0c798cc85d16e894c77df0d0374f736a6bd51368 Mon Sep 17 00:00:00 2001 From: ektrah Date: Sat, 27 Apr 2024 11:16:25 +0200 Subject: [PATCH] 24.4.0 --- README.md | 2 +- build/Package.props | 2 +- docs/install.md | 8 ++++---- index.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index db76da78..8bc90aea 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/23.9.0-preview.3) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/24.4.0) [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 e1e50075..85bc4388 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 24.4.0 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview.4-$(BuildNumberMajor)-$(BuildNumberMinor) diff --git a/docs/install.md b/docs/install.md index 1d1724a9..a4267f83 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.9.0-preview.3): +[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/24.4.0): - $ dotnet add package NSec.Cryptography --version 23.9.0-preview.3 + $ dotnet add package NSec.Cryptography --version 24.4.0 ## Supported Platforms -[NSec 23.9.0-preview.3](https://www.nuget.org/packages/NSec.Cryptography/23.9.0-preview.3) +[NSec 24.4.0](https://www.nuget.org/packages/NSec.Cryptography/24.4.0) 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.9.0-preview.3](https://www.nuget.org/packages/NSec.Cryptography/23.9.0-preview.3) +[NSec 24.4.0](https://www.nuget.org/packages/NSec.Cryptography/24.4.0) 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 68ffa47a..004a8a34 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 23.9.0-preview.3 + $ dotnet add package NSec.Cryptography --version 24.4.0 NSec works with .NET 6 and later on Windows, Linux and macOS.