Skip to content

Releases: csf-dev/CSF.Security

v2.1.0

21 Aug 18:30
Compare
Choose a tag to compare

This is a backwards-compatible feature enhancement release.

Whilst it is backwards-compatible, it is not forwards-compatible. The format of the JSON saved credentials has changed. Whilst this version can read & interpret both the old and new formats, it will write credentials in a format which previous versions will not be able to read.

Changelog

  • Resolve #13 - The package now targets a variety of frameworks: netstandard1.3, netstandard2.0 and net45
  • Resolve #14 - An improvement to the JSON format in which credentials are stored

v2.0.2

29 Apr 12:51
Compare
Choose a tag to compare

This is a single-issue release to deal with a failure in strong-naming the assembly. This was caused by mono/mono#8495

v2.0.1

18 Apr 19:14
Compare
Choose a tag to compare

This is a single-issue release. The only difference is that the assembly is now strongly-named via a signing key.

v2.0.0

15 Mar 20:46
Compare
Choose a tag to compare

This release is a complete rewrite from scratch over the previous release. Whilst some concepts remain the same, the API presented (including all interfaces) are certainly not backwards compatible.

This represents a more extensible and reusable version of the authentication service, which removes some unneeded generic interfaces and adds several events with which to bind listeners.

v1.0.0

18 Jan 21:43
Compare
Choose a tag to compare

This is the first public release to NuGet.