From 4eeeb8800ef0d7509cb7337be72308a374bdf8e4 Mon Sep 17 00:00:00 2001 From: ektrah Date: Sun, 8 Sep 2024 17:37:28 +0200 Subject: [PATCH] 24.9.0-preview.2 --- 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 23b6e3f3..cbe777b6 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.5.0-preview.1) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2) [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 dbf944ad..9bd32c0f 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 24.9.0-preview.2 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview.2-$(BuildNumberMajor)-$(BuildNumberMinor) diff --git a/docs/install.md b/docs/install.md index eaa9e42f..e97f1272 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.5.0-preview.1): +[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2): - $ dotnet add package NSec.Cryptography --version 24.5.0-preview.1 + $ dotnet add package NSec.Cryptography --version 24.9.0-preview.2 ## Supported Platforms -[NSec 24.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1) +[NSec 24.9.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2) 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.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1) +[NSec 24.9.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2) 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 088331fc..9d8a2e7a 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 24.5.0-preview.1 + $ dotnet add package NSec.Cryptography --version 24.9.0-preview.2 NSec works with .NET 8 and later on Windows, Linux and macOS.