From 6c47d0cf47b6a7a5e6b68bc35a8c08afa86a3ae7 Mon Sep 17 00:00:00 2001 From: ektrah Date: Sat, 17 Jun 2023 11:27:29 +0200 Subject: [PATCH] 23.6.0-preview.2 --- README.md | 2 +- build/Package.props | 2 +- docs/install.md | 10 +++++----- index.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 53fb1eac..cdc185a8 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/23.5.0-preview.1) +[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2) [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 ca6179cc..e77861b1 100644 --- a/build/Package.props +++ b/build/Package.props @@ -6,7 +6,7 @@ - + 23.6.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 b9225b25..48f1016b 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/23.5.0-preview.1). +[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2). 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 23.5.0-preview.1 + $ dotnet add package NSec.Cryptography --version 23.6.0-preview.2 #### Visual Studio - PM> Install-Package NSec.Cryptography -Version 23.5.0-preview.1 + PM> Install-Package NSec.Cryptography -Version 23.6.0-preview.2 #### .csproj - + ## Supported Platforms @@ -35,7 +35,7 @@ on the following platforms: | **`android-`** | | | | | Specifically, -[NSec 23.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/23.5.0-preview.1) +[NSec 23.6.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2) 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 60116da0..f2908847 100644 --- a/index.md +++ b/index.md @@ -42,7 +42,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 23.5.0-preview.1 + $ dotnet add package NSec.Cryptography --version 23.6.0-preview.2 NSec works with .NET 6 and later on Windows, Linux and macOS.