File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2023 )] ( https://github.com/ektrah/nsec )
4
4
[ ![ 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 )
6
6
7
7
[ NSec] ( https://nsec.rocks/ ) is a cryptographic library for
8
8
[ .NET 6+] ( https://dotnet.microsoft.com/ ) based on
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup >
9
- <!-- < Version Condition="'$(Version)' == ''">22.4.0 </Version> -- >
9
+ <Version Condition =" '$(Version)' == ''" >23.5.0-preview.1 </Version >
10
10
<Version Condition =" '$(Version)' == ''" >$([System.DateTime]::UtcNow.ToString(y.M.0))-preview1-$(BuildNumberMajor)-$(BuildNumberMinor)</Version >
11
11
</PropertyGroup >
12
12
Original file line number Diff line number Diff line change 1
1
# Installation
2
2
3
3
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 ) .
5
5
It can be added to a project in a number of ways, depending on the project type
6
6
and tools used:
7
7
8
8
9
9
#### dotnet CLI
10
10
11
- $ dotnet add package NSec.Cryptography --version 22.4.0
11
+ $ dotnet add package NSec.Cryptography --version 23.5.0-preview.1
12
12
13
13
#### Visual Studio
14
14
15
- PM> Install-Package NSec.Cryptography -Version 22.4.0
15
+ PM> Install-Package NSec.Cryptography -Version 23.5.0-preview.1
16
16
17
17
#### .csproj
18
18
19
- <PackageReference Include="NSec.Cryptography" Version="22.4.0 "/>
19
+ <PackageReference Include="NSec.Cryptography" Version="23.5.0-preview.1 "/>
20
20
21
21
22
22
## Supported Platforms
@@ -35,7 +35,7 @@ on the following platforms:
35
35
| ** ` android- ` ** | | | | |
36
36
37
37
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 )
39
39
has been tested to run on the following platforms and .NET versions:
40
40
41
41
| OS | Version | Architectures | .NET |
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ and verify the signature:
42
42
43
43
## Installation
44
44
45
- $ dotnet add package NSec.Cryptography --version 22.4.0
45
+ $ dotnet add package NSec.Cryptography --version 23.5.0-preview.1
46
46
47
47
NSec works with .NET 6 and later on Windows, Linux and macOS.
48
48
You can’t perform that action at this time.
0 commit comments