Skip to content

Commit

Permalink
24.9.0-preview.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Sep 8, 2024
1 parent ab6484d commit 4eeeb88
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Maintenance](https://img.shields.io/maintenance/yes/2024)](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/24.5.0-preview.1)
[![NuGet](https://img.shields.io/nuget/vpre/NSec.Cryptography)](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2)

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

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

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

Use the following command to install the
[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1):
[NSec.Cryptography NuGet package](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2):

$ dotnet add package NSec.Cryptography --version 24.5.0-preview.1
$ dotnet add package NSec.Cryptography --version 24.9.0-preview.2


## Supported Platforms

[NSec 24.5.0-preview.1](https://www.nuget.org/packages/NSec.Cryptography/24.5.0-preview.1)
[NSec 24.9.0-preview.2](https://www.nuget.org/packages/NSec.Cryptography/24.9.0-preview.2)
is intended to run on all
[supported versions of .NET](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
on the following platforms:
Expand Down Expand Up @@ -39,7 +39,7 @@ Please note:

## Tested Platforms

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

| OS | Version | Architecture | .NET |
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ and verify the signature:

## Installation

$ dotnet add package NSec.Cryptography --version 24.5.0-preview.1
$ dotnet add package NSec.Cryptography --version 24.9.0-preview.2

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

Expand Down

0 comments on commit 4eeeb88

Please sign in to comment.