Skip to content

Commit

Permalink
Update version numbers and release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAbel committed Sep 13, 2018
1 parent 62605fc commit 06fc1aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions VersionInfo.cs
Expand Up @@ -11,6 +11,6 @@
// Patch Number
//

[assembly: AssemblyVersion("0.24.0")]
[assembly: AssemblyFileVersion("0.24.0")]
[assembly: AssemblyInformationalVersion("0.24.0")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
11 changes: 3 additions & 8 deletions nuget/ReleaseNotes.txt
@@ -1,3 +1,6 @@
Version 1.0.0
* Bug fix: Asp.Net Core2 handler, incorrect signed redirect messages.

Version 0.24.0
* Bug fix: Asp.Net Core2 handler with null AuthenticationProperties now works.
* Bug fix: Error handling in Owin middleware with null/missing return url.
Expand All @@ -7,12 +10,4 @@ Version 0.23.0
* Project renamed to Sustainsys.Saml2
* No other changes since 0.22.0

Version 0.22.0

* Asp.NET Core 2 Handler
* StubIdp renamed/updated to Sustainsys layout.
* Improved error messages
* Validate federation metadata signature
* Preserve state across discovery service call

See GitHub milestone issue list for details.

0 comments on commit 06fc1aa

Please sign in to comment.