Skip to content

Commit

Permalink
22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Apr 30, 2022
1 parent f3d32a6 commit f3766c8
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/2022)](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/22.4.0-preview3)
[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/22.4.0)

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

<PropertyGroup>
<!--<Version Condition="'$(Version)' == ''">22.4.0-preview3</Version>-->
<Version Condition="'$(Version)' == ''">22.4.0</Version>
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview4-$(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/22.4.0-preview3).
[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/22.4.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 22.4.0-preview3
$ dotnet add package NSec.Cryptography --version 22.4.0

#### Visual Studio

PM> Install-Package NSec.Cryptography -Version 22.4.0-preview3
PM> Install-Package NSec.Cryptography -Version 22.4.0

#### .csproj

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


## Supported Platforms
Expand All @@ -38,7 +38,7 @@ on the following platforms:
* `osx-arm64`

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

| OS | Version | Architectures | .NET | .NET Core |
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 22.4.0-preview3
$ dotnet add package NSec.Cryptography --version 22.4.0

NSec works with .NET 6, .NET 5, and .NET Core 3.1 on Windows, Linux and macOS.

Expand Down

0 comments on commit f3766c8

Please sign in to comment.