Skip to content

Commit 645d960

Browse files
committed
23.5.0-preview.1
1 parent f68080e commit 645d960

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

77
[NSec](https://nsec.rocks/) is a cryptographic library for
88
[.NET 6+](https://dotnet.microsoft.com/) based on

build/Package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<!--<Version Condition="'$(Version)' == ''">22.4.0</Version>-->
9+
<Version Condition="'$(Version)' == ''">23.5.0-preview.1</Version>
1010
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview1-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
1111
</PropertyGroup>
1212

docs/install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Installation
22

33
NSec is available as
4-
[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/22.4.0).
4+
[a NuGet package from nuget.org](https://www.nuget.org/packages/NSec.Cryptography/23.5.0-preview.1).
55
It can be added to a project in a number of ways, depending on the project type
66
and tools used:
77

88

99
#### dotnet CLI
1010

11-
$ dotnet add package NSec.Cryptography --version 22.4.0
11+
$ dotnet add package NSec.Cryptography --version 23.5.0-preview.1
1212

1313
#### Visual Studio
1414

15-
PM> Install-Package NSec.Cryptography -Version 22.4.0
15+
PM> Install-Package NSec.Cryptography -Version 23.5.0-preview.1
1616

1717
#### .csproj
1818

19-
<PackageReference Include="NSec.Cryptography" Version="22.4.0"/>
19+
<PackageReference Include="NSec.Cryptography" Version="23.5.0-preview.1"/>
2020

2121

2222
## Supported Platforms
@@ -35,7 +35,7 @@ on the following platforms:
3535
| **`android-`** | | | | |
3636

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

4141
| OS | Version | Architectures | .NET |

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and verify the signature:
4242

4343
## Installation
4444

45-
$ dotnet add package NSec.Cryptography --version 22.4.0
45+
$ dotnet add package NSec.Cryptography --version 23.5.0-preview.1
4646

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

0 commit comments

Comments
 (0)