Skip to content

Commit

Permalink
20.1.0-preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Jan 26, 2020
1 parent 3ecfbd3 commit b956cfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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/19.12.0-preview1).
[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/20.1.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.12.0-preview1
$ dotnet add package NSec.Cryptography --version 20.1.0-preview2

#### Visual Studio

PM> Install-Package NSec.Cryptography -Version 19.12.0-preview1
PM> Install-Package NSec.Cryptography -Version 20.1.0-preview2

#### .csproj

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


## 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 19.12.0-preview1
$ dotnet add package NSec.Cryptography --version 20.1.0-preview2

NSec works with .NET Core 3.1, 3.0 and 2.1 on Windows, Linux and macOS.

Expand Down
1 change: 1 addition & 0 deletions src/Package.props
Expand Up @@ -12,6 +12,7 @@
</PropertyGroup>

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

Expand Down

0 comments on commit b956cfc

Please sign in to comment.