Skip to content

Releases: aariste/ISVLicenseGenerator

ISVLicenseGenerator v0.9

16 Sep 14:29
1335144
Compare
Choose a tag to compare

What's Changed

  • v0.9: Add cross domain installation parameter by @aariste in #23

Full Changelog: 0.8.1...0.9

ISVLicenseGenerator v0.8.1

12 Jun 10:23
a94bf32
Compare
Choose a tag to compare

Updated windows form project to .NET 8.0
Update Azure.Identity from 1.11.2 to 1.11.4 in /AASAXUtilLib

ISVLicenseGenerator v0.8

13 May 13:59
d3ee623
Compare
Choose a tag to compare
  • Updated from .NET 7.0 to .NET 8.0
  • Cleaned up all the namespaces from the library into a single namespace
  • Removed unused objects

What's Changed

Full Changelog: 0.7...0.8

ISVLicenseGenerator v0.7

21 Feb 09:57
c0f9090
Compare
Choose a tag to compare

This new version (v0.7) adds support to use Azure Key Vault as an HSM to sign your license files.

To use the Azure Key Vault HSM functionality you will need to create:

  • An Azure Key Vault: Premium or managed HSM.
  • App registration and secret
  • Add the App registration as a service principal with the needed rights on the Key Vault

The new fields on the UI used for the Key Vault funtionality are the ones on top of the old ones:

image

  • Key Vault DNS: the DNS found on Azure for the Key Vault.
  • Key name: the name of the certificate in the Key Vault.
  • Entra ID Tenant Id: your tenant Id, found in Azure under Entra Id or in the overview tab of an app registration. It's not the name, but the string of numbers and letters.
  • AppId: the App Id used as a service principal in the Key Vault.
  • Secret: the secret used to authenticate.

What's Changed

  • Added support for Azure Key Vault as HSM by @aariste in #10
  • Added support for Azure Key Vault as HSM by @aariste in #11
  • Cleaned up hardcoded values. by @aariste in #12

Full Changelog: 0.6.2...0.7

ISVLicenseGenerator v0.6.2

27 Apr 06:53
039e1e4
Compare
Choose a tag to compare

What's Changed

  • Changed the maximum value of the user count field to Int32's MaxValue… by @aariste in #9

Full Changelog: 0.6...0.6.1
Full Changelog: 0.6.1...0.6.2

ISVLicenseGenerator v0.6

15 Mar 14:15
40217d9
Compare
Choose a tag to compare

In this version, the support for SHA1 has been removed after fixing the issues with SHA256.

What's Changed

  • Fixed SHA256 and removed SHA1 support by @aariste in #5

Full Changelog: 0.5.1...0.6

ISVLicenseGenerator v0.5.1

09 Mar 11:37
4cbb2cd
Compare
Choose a tag to compare

In this release, ISVLicenseGenerator has been migrated to .NET 7.0.

ISVLicenseGenerator v0.4

07 Oct 15:01
Compare
Choose a tag to compare

In this new release the code has been migrated to .NET5.

The SHA256 functionality has been removed temporally because it's not generating valid license files.

ISVLicenseGenerator v0.3

13 Aug 17:56
75a72b2
Compare
Choose a tag to compare

Migrated to .NET Core 3.1

ISVLicenseGenerator v0.2

10 Aug 12:58
Compare
Choose a tag to compare

Added SHA256 support