Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed May 19, 2019
1 parent f681fc0 commit d21ca42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Installation

NSec is available as
[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/19.4.0-preview2).
[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/19.5.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 19.4.0-preview2
$ dotnet add package NSec.Cryptography --version 19.5.0

#### Visual Studio

PM> Install-Package NSec.Cryptography -Version 19.4.0-preview2
PM> Install-Package NSec.Cryptography -Version 19.5.0

#### .csproj

<PackageReference Include="NSec.Cryptography" Version="19.4.0-preview2"/>
<PackageReference Include="NSec.Cryptography" Version="19.5.0"/>


## Supported Languages
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and verify the signature:

## Installation

$ dotnet add package NSec.Cryptography --version 19.4.0-preview2
$ dotnet add package NSec.Cryptography --version 19.5.0

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.
Expand Down

0 comments on commit d21ca42

Please sign in to comment.