Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Sep 19, 2023
1 parent d9e4ff8 commit df23135
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
// Patch Number
//

[assembly: AssemblyVersion("2.9.1")]
[assembly: AssemblyFileVersion("2.9.1")]
[assembly: AssemblyInformationalVersion("2.9.1")]
[assembly: AssemblyVersion("2.9.2")]
[assembly: AssemblyFileVersion("2.9.2")]
[assembly: AssemblyInformationalVersion("2.9.2")]
9 changes: 4 additions & 5 deletions nuget/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
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.8.0
* Add runtime detection for .NET 5
* Enable adding support for AES-GCM (http:https://www.w3.org/2009/xmlenc11#aes128-gcm)
* Bug fix: Do not crash on duplicate language entries for localized strings in metadata

See GitHub milestone issue list for details.

0 comments on commit df23135

Please sign in to comment.