Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Jun 27, 2019
1 parent eb07672 commit 992a06f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 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.2.0")]
[assembly: AssemblyFileVersion("2.2.0")]
[assembly: AssemblyInformationalVersion("2.2.0")]
[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("2.3.0")]
[assembly: AssemblyInformationalVersion("2.3.0")]
19 changes: 7 additions & 12 deletions nuget/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
Version 2.3.0
* Support for RequestAbstractType.Extensions - EIDAS compatibility
* Mark correlation cookie as essential
* CSP Hash for POST binding
* Support specifying ReturnUrl through RelayState
* Remove .NET Standard dependencies when targeting .NET Framework

Version 2.2.0
* Support TLS Client Certificates for Artifact Resolve

Version 2.1.0
* Add back support for .NET 4.6.1 (without ECDSA support)
* Idp selection through Asp.Net Core2 AuthProps
* Proper file name on Metadata download
* Notification to get Idp - allows Idp storage in database.
* XML docs are back

Version 2.0.0
* Core library is now .NET Standard. HttpModule, MVC and Owin works
on full .NET Framework. Asp.NET Core2 handler on both the full
.NET Framework and on .NET Core.

See GitHub milestone issue list for details.

0 comments on commit 992a06f

Please sign in to comment.