Skip to content

Commit

Permalink
Updates for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Jan 17, 2020
1 parent f629467 commit 7ccc813
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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-2018")]
[assembly: AssemblyCopyright("Copyright © Sustainsys and contributors 2013-2020")]


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

[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0")]
[assembly: AssemblyVersion("2.4.0")]
[assembly: AssemblyFileVersion("2.4.0")]
[assembly: AssemblyInformationalVersion("2.4.0")]
6 changes: 6 additions & 0 deletions nuget/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.4.0
* SameSite cookie update for Chrome 80
* TokenValidationParametersCreated notification
* Bug Fix: Handle query string with =
* Improved error messages

Version 2.3.0
* Support for RequestAbstractType.Extensions - EIDAS compatibility
* Mark correlation cookie as essential
Expand Down

0 comments on commit 7ccc813

Please sign in to comment.