Skip to content

Commit

Permalink
18.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Jun 12, 2018
1 parent ac7496e commit af4f466
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions build/Package.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</PropertyGroup>

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

Expand Down
12 changes: 4 additions & 8 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
# Installation

NSec is available as [a NuGet package from
nuget.org](https://www.nuget.org/packages/NSec.Cryptography/18.5.0-preview3). It
nuget.org](https://www.nuget.org/packages/NSec.Cryptography/18.6.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 18.5.0-preview3

$ dotnet add package NSec.Cryptography --version 18.6.0

#### Visual Studio

PM> Install-Package NSec.Cryptography -Version 18.5.0-preview3
PM> Install-Package NSec.Cryptography -Version 18.6.0

#### .csproj

<PackageReference Include="NSec.Cryptography" Version="18.5.0-preview3"/>

!!! Note
This is a pre-release version of NSec.
<PackageReference Include="NSec.Cryptography" Version="18.6.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 18.5.0-preview3
$ dotnet add package NSec.Cryptography --version 18.6.0

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 af4f466

Please sign in to comment.