6.0.0-beta.10
Pre-release
Pre-release
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