Skip to content

Commit

Permalink
23.6.0-preview.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Jun 17, 2023
1 parent fdec983 commit 6c47d0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Maintenance](https://img.shields.io/maintenance/yes/2023)](https://github.com/ektrah/nsec)
[![License](https://img.shields.io/github/license/ektrah/nsec)](https://nsec.rocks/license)
[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/23.5.0-preview.1)
[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2)

[NSec](https://nsec.rocks/) is a cryptographic library for
[.NET 6+](https://dotnet.microsoft.com/) based on
Expand Down
2 changes: 1 addition & 1 deletion build/Package.props
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<!--<Version Condition="'$(Version)' == ''">23.5.0-preview.1</Version>-->
<Version Condition="'$(Version)' == ''">23.6.0-preview.2</Version>
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview.2-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
</PropertyGroup>

Expand Down
10 changes: 5 additions & 5 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/23.5.0-preview.1).
[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2).
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 23.5.0-preview.1
$ dotnet add package NSec.Cryptography --version 23.6.0-preview.2

#### Visual Studio

PM> Install-Package NSec.Cryptography -Version 23.5.0-preview.1
PM> Install-Package NSec.Cryptography -Version 23.6.0-preview.2

#### .csproj

<PackageReference Include="NSec.Cryptography" Version="23.5.0-preview.1"/>
<PackageReference Include="NSec.Cryptography" Version="23.6.0-preview.2"/>


## Supported Platforms
Expand All @@ -35,7 +35,7 @@ on the following platforms:
| **`android-`** | | | | |

Specifically,
[NSec 23.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/23.5.0-preview.1)
[NSec 23.6.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/23.6.0-preview.2)
has been tested to run on the following platforms and .NET versions:

| OS | Version | Architectures | .NET |
Expand Down
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -42,7 +42,7 @@ and verify the signature:

## Installation

$ dotnet add package NSec.Cryptography --version 23.5.0-preview.1
$ dotnet add package NSec.Cryptography --version 23.6.0-preview.2

NSec works with .NET 6 and later on Windows, Linux and macOS.

Expand Down

0 comments on commit 6c47d0c

Please sign in to comment.