diff --git a/docs/install.md b/docs/install.md index d6bf5a2f..d96f35b9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,23 +1,23 @@ # Installation NSec is available as [a NuGet package from -nuget.org](https://www.nuget.org/packages/NSec.Cryptography/18.2.0-preview1). It +nuget.org](https://www.nuget.org/packages/NSec.Cryptography/18.4.0-preview2). 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 18.2.0-preview1 + $ dotnet add package NSec.Cryptography --version 18.4.0-preview2 #### Visual Studio - PM> Install-Package NSec.Cryptography -Version 18.2.0-preview1 + PM> Install-Package NSec.Cryptography -Version 18.4.0-preview2 #### .csproj - + !!! Note This is a pre-release version of NSec. diff --git a/index.md b/index.md index 52301ed2..92aa3bb9 100644 --- a/index.md +++ b/index.md @@ -43,7 +43,7 @@ and verify the signature: ## Installation - $ dotnet add package NSec.Cryptography --version 18.2.0-preview1 + $ dotnet add package NSec.Cryptography --version 18.4.0-preview2 NSec runs on .NET Core 2.1, 2.0, and 1.1 on Windows, Linux and Mac, and requires a C# 7.2 (or later) compiler. See [[Installation]] for more details.