Skip to content

Commit 32481d2

Browse files
committed
Update for release
1 parent c60413e commit 32481d2

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

VersionInfo.cs

Lines changed: 4 additions & 4 deletions
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-2023")]
4+
[assembly: AssemblyCopyright("Copyright © Sustainsys and contributors 2013-2024")]
55

66

77
// Sustainsys.Saml2 uses semantic versioning
@@ -11,6 +11,6 @@
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")]

nuget/ReleaseNotes.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
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

124
See GitHub milestone issue list for details.

0 commit comments

Comments
 (0)