Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Apr 12, 2018
1 parent 5f9c75c commit 6c16ea7
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,23 +1,23 @@
# Installation

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


#### Visual Studio

PM> Install-Package NSec.Cryptography -Version 18.2.0-preview1
PM> Install-Package NSec.Cryptography -Version 18.4.0-preview2

#### .csproj

<PackageReference Include="NSec.Cryptography" Version="18.2.0-preview1"/>
<PackageReference Include="NSec.Cryptography" Version="18.4.0-preview2"/>

!!! Note
This is a pre-release version of NSec.
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 18.2.0-preview1
$ dotnet add package NSec.Cryptography --version 18.4.0-preview2

NSec runs on .NET Core 2.1, 2.0, and 1.1 on Windows, Linux and Mac, and requires
a C# 7.2 (or later) compiler. See [[Installation]] for more details.
Expand Down

0 comments on commit 6c16ea7

Please sign in to comment.