File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
using System . Reflection ;
2
2
3
3
[ assembly: AssemblyCompany ( "Sustainsys" ) ]
4
- [ assembly: AssemblyCopyright ( "Copyright © Sustainsys and contributors 2013-2024 " ) ]
4
+ [ assembly: AssemblyCopyright ( "Copyright © Sustainsys and contributors 2013-2025 " ) ]
5
5
6
6
7
7
// Sustainsys.Saml2 uses semantic versioning
11
11
// Patch Number
12
12
//
13
13
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" ) ]
Original file line number Diff line number Diff line change 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.
3
5
4
6
See GitHub milestone issue list for details.
You can’t perform that action at this time.
0 commit comments