Releases: csf-dev/CSF.Security
v2.1.0
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
v2.0.2
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
This is a single-issue release. The only difference is that the assembly is now strongly-named via a signing key.
v2.0.0
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
This is the first public release to NuGet.