Skip to content

6.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@xaevik xaevik released this 21 May 18:22
· 68 commits to develop since this release
6.0.0-beta.10
6dc0b71

What's Changed

New experimental release that now targets additional frameworks to expand the scope of use of this library. As of this release, the following targets are now supported:

  • net472
  • netstandard2.0
  • net6.0 (re-introduced after being dropped in release 5.x)

To ensure maximum compatibility across all frameworks and cpu architectures, the dependency on NSec.Cryptography has been dropped and replaced with BouncyCastle.Cryptography. While I am not pleased that it re-introduces a large dependency, it was necessary to ensure maximum platform scope.

Additionally, the structure of the project has changed to have both a main and a develop branch to handle release management a bit easier.

Full Changelog: 5.0.2...6.0.0-beta.10