From ca790a8facf70a8ff3b58645e7a598eafc5e65bc Mon Sep 17 00:00:00 2001 From: ektrah Date: Sun, 1 Mar 2020 15:56:16 +0100 Subject: [PATCH] 20.2.0 --- docs/install.md | 8 ++++---- index.md | 2 +- src/Package.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/install.md b/docs/install.md index cdece27d..dcfb5692 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/20.1.0-preview2). +[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/20.2.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 20.1.0-preview2 + $ dotnet add package NSec.Cryptography --version 20.2.0 #### Visual Studio - PM> Install-Package NSec.Cryptography -Version 20.1.0-preview2 + PM> Install-Package NSec.Cryptography -Version 20.2.0 #### .csproj - + ## Supported Languages diff --git a/index.md b/index.md index 1e8cdbb3..50c767a5 100644 --- a/index.md +++ b/index.md @@ -43,7 +43,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 20.1.0-preview2 + $ dotnet add package NSec.Cryptography --version 20.2.0 NSec works with .NET Core 3.1 and 2.1 on Windows, Linux and macOS. diff --git a/src/Package.props b/src/Package.props index 7099d257..a1bf252f 100644 --- a/src/Package.props +++ b/src/Package.props @@ -12,7 +12,7 @@ - + 20.2.0 $([System.DateTime]::UtcNow.ToString(y.M.0))-preview3-$(BuildNumberMajor)-$(BuildNumberMinor)