File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2025 )] ( 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/25.3.0-preview.4 )
5
+ [ ![ NuGet] ( https://img.shields.io/nuget/vpre/NSec.Cryptography )] ( https://www.nuget.org/packages/NSec.Cryptography/25.4.0 )
6
6
7
7
[ NSec] ( https://nsec.rocks/ ) is a cryptographic library for
8
8
[ .NET] ( 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)' == ''">25.3.0-preview.4 </Version> -- >
9
+ <Version Condition =" '$(Version)' == ''" >25.4.0 </Version >
10
10
<Version Condition =" '$(Version)' == ''" >$([System.DateTime]::UtcNow.ToString(y.M.0))-preview.5-$(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
Use the following command to install the
4
- [ NSec.Cryptography NuGet package] ( https://www.nuget.org/packages/NSec.Cryptography/25.3.0-preview.4 ) :
4
+ [ NSec.Cryptography NuGet package] ( https://www.nuget.org/packages/NSec.Cryptography/25.4.0 ) :
5
5
6
- $ dotnet add package NSec.Cryptography --version 25.3.0-preview.4
6
+ $ dotnet add package NSec.Cryptography --version 25.4.0
7
7
8
8
9
9
## Supported Platforms
10
10
11
- [ NSec 25.3.0-preview.4 ] ( https://www.nuget.org/packages/NSec.Cryptography/25.3.0-preview.4 )
11
+ [ NSec 25.4.0 ] ( https://www.nuget.org/packages/NSec.Cryptography/25.4.0 )
12
12
is intended to run on all
13
13
[ supported versions of .NET] ( https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core )
14
14
on the following platforms:
@@ -39,7 +39,7 @@ Please note:
39
39
40
40
## Tested Platforms
41
41
42
- [ NSec 25.3.0-preview.4 ] ( https://www.nuget.org/packages/NSec.Cryptography/25.3.0-preview.4 )
42
+ [ NSec 25.4.0 ] ( https://www.nuget.org/packages/NSec.Cryptography/25.4.0 )
43
43
has been tested to run on the following platforms and .NET versions:
44
44
45
45
| OS | Version | Architecture | .NET |
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ and verify the signature:
43
43
44
44
## Installation
45
45
46
- $ dotnet add package NSec.Cryptography --version 25.3.0-preview.4
46
+ $ dotnet add package NSec.Cryptography --version 25.4.0
47
47
48
48
See [[ Installation]] for prerequisites and supported platforms.
49
49
You can’t perform that action at this time.
0 commit comments