Releases: chocolatey/rhino-licensing
Releases · chocolatey/rhino-licensing
1.5.2
v1.5.1
v1.5.0
Changes
- Fixed #7, making Rhino.Licensing default to SHA1 as per the original implementation.
- Added overloads for LicenseGenerator.Generate() to allow explicitly changing the license generation algorithm to a newer hashing mechanism if the application targets
net48
or later. Innet40
applications, only SHA1 is available.
v1.4.1
- Added a new build script and removed the ancient psake implementation
- Added
net40
build target to allow core Chocolatey pieces to continue using new versions of this lib until they update their build targets - Fixed #4, where the timer for re-checking license validity was not disabled correctly when requested, causing applications to crash after 5 minutes of runtime when an unhandled exception is thrown from the timer thread.
- Updates to packaging and build script
v1.4.0
- Build and packaging improvements
- Cross-compile to
net48
,netstandard2.0
,netcoreapp3.1
- Omitted the AdminTool projects from the build as we're not actively using them
- Fixed an issue where the LibLog log provider resolution was hamstrung and not resolving providers correctly
Initial Release
Initial project version used by Chocolatey and chocolatey.extension