Releases: jitbit/AspNetSaml
Releases · jitbit/AspNetSaml
2.1.2
Workaround for people paste certificates without "BEGIN/END CERTIFICATE" strings and things break on Linux. Fixes #70
Full Changelog: 2.1.1...2.1.2
2.1.1
Updated vulnerable Nugets, removed some unneeded dependencies
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Added advanced attribute getters by @szukuro in #79
- Signout request by @alex-jitbit in #81
- Added SAML metadata generation helper
New Contributors
Full Changelog: 2.0.1...2.1.0
2.0.1
Performance improvements
- Use
Encoding.ASCII.GetBytes
instead ofStringToByteArray
(3X faster) - Don't use
DateTime.Now.ToUniversalTime
, useUtcNow
, 10X faster
Full Changelog: 2.0.0...2.0.1
2.0.0
More unit tests, also out of beta - tested, no bugs found.
Full Changelog: 1.2.5...2.0.0
2.0.0-beta
AspNetSaml is now published as a .NET Standard 2.0 Nuget library, while previous versions were simply installing a Saml.cs
file into your project which is not the best idea. Also added unit tests, automated CI via Github Actions and other "proper" stuff.
Full Changelog: 1.2.4...2.0.0-beta
1.2.4
New NUGET format, compatible with "PackageReference" and .NET Core