Skip to content

Releases: jitbit/AspNetSaml

2.1.2

05 Jan 19:50
Compare
Choose a tag to compare

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

19 Nov 09:55
Compare
Choose a tag to compare

Updated vulnerable Nugets, removed some unneeded dependencies

Full Changelog: 2.1.0...2.1.1

2.1.0

10 Jul 11:26
Compare
Choose a tag to compare

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

18 Apr 20:26
Compare
Choose a tag to compare

Performance improvements

  • Use Encoding.ASCII.GetBytes instead of StringToByteArray (3X faster)
  • Don't use DateTime.Now.ToUniversalTime, use UtcNow, 10X faster

Full Changelog: 2.0.0...2.0.1

2.0.0

27 Jan 23:48
Compare
Choose a tag to compare

More unit tests, also out of beta - tested, no bugs found.

Full Changelog: 1.2.5...2.0.0

2.0.0-beta

25 Jan 14:04
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

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

05 Jul 16:33
Compare
Choose a tag to compare
New NUGET format, compatible with "PackageReference" and .NET Core