Skip to content

Commit 286cafa

Browse files
committed
Update for release
1 parent 6fddc39 commit 286cafa

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Diff for: VersionInfo.cs

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
22

33
[assembly: AssemblyCompany("Sustainsys")]
4-
[assembly: AssemblyCopyright("Copyright © Sustainsys and contributors 2013-2024")]
4+
[assembly: AssemblyCopyright("Copyright © Sustainsys and contributors 2013-2025")]
55

66

77
// Sustainsys.Saml2 uses semantic versioning
@@ -11,6 +11,7 @@
1111
// Patch Number
1212
//
1313

14-
[assembly: AssemblyVersion("2.10.0")]
15-
[assembly: AssemblyFileVersion("2.10.0")]
16-
[assembly: AssemblyInformationalVersion("2.10.0")]
14+
15+
[assembly: AssemblyVersion("2.11.0")]
16+
[assembly: AssemblyFileVersion("2.11.0")]
17+
[assembly: AssemblyInformationalVersion("2.11.0")]

Diff for: nuget/ReleaseNotes.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Version 2.10.0
2-
* FIPS compliance
1+
Version 2.11.0
2+
* Support RSA-OAEP for encrypted XML with specified mask generation function
3+
* Built in support for AES-GCM (.NET 8 target only)
4+
* Dropped .NET Standard 2.1 target in favour of .NET 8.
35

46
See GitHub milestone issue list for details.

0 commit comments

Comments
 (0)