Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Aug 9, 2024
1 parent c60413e commit 32481d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
8 changes: 4 additions & 4 deletions VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;

[assembly: AssemblyCompany("Sustainsys")]
[assembly: AssemblyCopyright("Copyright © Sustainsys and contributors 2013-2023")]
[assembly: AssemblyCopyright("Copyright © Sustainsys and contributors 2013-2024")]


// Sustainsys.Saml2 uses semantic versioning
Expand All @@ -11,6 +11,6 @@
// Patch Number
//

[assembly: AssemblyVersion("2.9.2")]
[assembly: AssemblyFileVersion("2.9.2")]
[assembly: AssemblyInformationalVersion("2.9.2")]
[assembly: AssemblyVersion("2.10.0")]
[assembly: AssemblyFileVersion("2.10.0")]
[assembly: AssemblyInformationalVersion("2.10.0")]
12 changes: 2 additions & 10 deletions nuget/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
Version 2.9.2
* Security Fix: Bind state and assertion to response issuer.
* Security Fix: Bind request state to module path to prevent substitution.

Version 2.9.1
* Support modern crypto providers

Version 2.9.0
* Add runtime detection for .NET 5+
* Deserialize LogoutResponse
Version 2.10.0
* FIPS compliance

See GitHub milestone issue list for details.

0 comments on commit 32481d2

Please sign in to comment.