Skip to content

Commit 09e4b83

Browse files
committed
25.4.0
1 parent 56e1943 commit 09e4b83

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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/2025)](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/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)
66

77
[NSec](https://nsec.rocks/) is a cryptographic library for
88
[.NET](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)' == ''">25.3.0-preview.4</Version>-->
9+
<Version Condition="'$(Version)' == ''">25.4.0</Version>
1010
<Version Condition="'$(Version)' == ''">$([System.DateTime]::UtcNow.ToString(y.M.0))-preview.5-$(BuildNumberMajor)-$(BuildNumberMinor)</Version>
1111
</PropertyGroup>
1212

docs/install.md

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

33
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):
55

6-
$ dotnet add package NSec.Cryptography --version 25.3.0-preview.4
6+
$ dotnet add package NSec.Cryptography --version 25.4.0
77

88

99
## Supported Platforms
1010

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)
1212
is intended to run on all
1313
[supported versions of .NET](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
1414
on the following platforms:
@@ -39,7 +39,7 @@ Please note:
3939

4040
## Tested Platforms
4141

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)
4343
has been tested to run on the following platforms and .NET versions:
4444

4545
| OS | Version | Architecture | .NET |

index.md

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

4444
## Installation
4545

46-
$ dotnet add package NSec.Cryptography --version 25.3.0-preview.4
46+
$ dotnet add package NSec.Cryptography --version 25.4.0
4747

4848
See [[Installation]] for prerequisites and supported platforms.
4949

0 commit comments

Comments
 (0)