Skip to content

Commit

Permalink
20.11.0-preview1
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Nov 14, 2020
1 parent 75763a0 commit 17f7d3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/Package.props
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<!--<Version Condition="'$(Version)' == ''">20.2.0</Version>-->
<Version Condition="'$(Version)' == ''">20.11.0-preview1</Version>
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview1-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions 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

<PackageReference Include="NSec.Cryptography" Version="20.2.0"/>
<PackageReference Include="NSec.Cryptography" Version="20.11.0-preview1"/>


## Supported Languages
Expand Down
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -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.
Expand Down

0 comments on commit 17f7d3d

Please sign in to comment.