diff --git a/build/Package.props b/build/Package.props
index 21346b5f..43181c07 100644
--- a/build/Package.props
+++ b/build/Package.props
@@ -6,7 +6,7 @@
-
+ 20.11.0-preview1
$([System.DateTime]::UtcNow.ToString(y.M.0))-preview1-$(BuildNumberMajor)-$(BuildNumberMinor)
diff --git a/docs/install.md b/docs/install.md
index c8d42415..4ecfea72 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.2.0).
+[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/20.11.0-preview1).
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.2.0
+ $ dotnet add package NSec.Cryptography --version 20.11.0-preview1
#### Visual Studio
- PM> Install-Package NSec.Cryptography -Version 20.2.0
+ PM> Install-Package NSec.Cryptography -Version 20.11.0-preview1
#### .csproj
-
+
## Supported Languages
diff --git a/index.md b/index.md
index c9199d72..d6a129f7 100644
--- a/index.md
+++ b/index.md
@@ -43,7 +43,7 @@ and verify the signature:
## Installation
- $ dotnet add package NSec.Cryptography --version 20.2.0
+ $ dotnet add package NSec.Cryptography --version 20.11.0-preview1
NSec works with .NET 5.0 as well as .NET Core 3.1 and 2.1 on Windows, Linux and
macOS.