Skip to content

Commit

Permalink
20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Mar 1, 2020
1 parent af8177a commit ca790a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.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

<PackageReference Include="NSec.Cryptography" Version="20.1.0-preview2"/>
<PackageReference Include="NSec.Cryptography" Version="20.2.0"/>


## 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.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.

Expand Down
2 changes: 1 addition & 1 deletion src/Package.props
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

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

Expand Down

0 comments on commit ca790a8

Please sign in to comment.