File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 11using System . Reflection ;
22
33[ assembly: AssemblyCompany ( "Sustainsys" ) ]
4- [ assembly: AssemblyCopyright ( "Copyright © Sustainsys and contributors 2013-2023 " ) ]
4+ [ assembly: AssemblyCopyright ( "Copyright © Sustainsys and contributors 2013-2024 " ) ]
55
66
77// Sustainsys.Saml2 uses semantic versioning
1111// Patch Number
1212//
1313
14- [ assembly: AssemblyVersion ( "2.9.2 " ) ]
15- [ assembly: AssemblyFileVersion ( "2.9.2 " ) ]
16- [ assembly: AssemblyInformationalVersion ( "2.9.2 " ) ]
14+ [ assembly: AssemblyVersion ( "2.10.0 " ) ]
15+ [ assembly: AssemblyFileVersion ( "2.10.0 " ) ]
16+ [ assembly: AssemblyInformationalVersion ( "2.10.0 " ) ]
Original file line number Diff line number Diff line change 1- Version 2.9.2
2- * Security Fix: Bind state and assertion to response issuer.
3- * Security Fix: Bind request state to module path to prevent substitution.
4-
5- Version 2.9.1
6- * Support modern crypto providers
7-
8- Version 2.9.0
9- * Add runtime detection for .NET 5+
10- * Deserialize LogoutResponse
1+ Version 2.10.0
2+ * FIPS compliance
113
124See GitHub milestone issue list for details.
You can’t perform that action at this time.
0 commit comments