Skip to content

Releases: chocolatey/rhino-licensing

1.5.2

21 Jul 13:21
4ba885b
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Bug Fix

  • Fix - Build process not tagging the assembly information in the built artifacts - see #21

v1.5.1

04 Apr 13:35
6cc56a9
Compare
Choose a tag to compare

This release contains no code changes, only build process improvements and serves to test the build process currently implemented.

Improvements

  • Update build process to build on our TeamCity server and use Cake for the build process - see #10

v1.5.0

18 Nov 13:14
Compare
Choose a tag to compare

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. In net40 applications, only SHA1 is available.

v1.4.1

15 Oct 13:01
Compare
Choose a tag to compare
  • 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

15 Oct 12:57
4c5c6a9
Compare
Choose a tag to compare
  • 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

15 Oct 12:56
Compare
Choose a tag to compare

Initial project version used by Chocolatey and chocolatey.extension