diff --git a/build/Package.props b/build/Package.props
index 92e2caf7..dfbe4507 100644
--- a/build/Package.props
+++ b/build/Package.props
@@ -24,6 +24,7 @@
+ 19.4.0-preview2
$([System.DateTime]::UtcNow.ToString(y.M.0))-preview2-$(BuildNumberMajor)-$(BuildNumberMinor)
diff --git a/docs/install.md b/docs/install.md
index 61af8f43..9af15ce6 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/19.1.0-preview1).
+[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/19.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 19.1.0-preview1
+ $ dotnet add package NSec.Cryptography --version 19.4.0-preview2
#### Visual Studio
- PM> Install-Package NSec.Cryptography -Version 19.1.0-preview1
+ PM> Install-Package NSec.Cryptography -Version 19.4.0-preview2
#### .csproj
-
+
## Supported Languages
diff --git a/index.md b/index.md
index 607dfe71..3d9ab731 100644
--- a/index.md
+++ b/index.md
@@ -43,7 +43,7 @@ and verify the signature:
## Installation
- $ dotnet add package NSec.Cryptography --version 19.1.0-preview1
+ $ dotnet add package NSec.Cryptography --version 19.4.0-preview2
NSec runs on .NET Core 2.2 and 2.1 on Windows, Linux and Mac, and requires
a C# 7.2 or F# 4.5 compiler (or later). See [[Installation]] for more details.