Releases: aariste/ISVLicenseGenerator
ISVLicenseGenerator v0.9
What's Changed
Full Changelog: 0.8.1...0.9
ISVLicenseGenerator v0.8.1
Updated windows form project to .NET 8.0
Update Azure.Identity from 1.11.2 to 1.11.4 in /AASAXUtilLib
ISVLicenseGenerator v0.8
- 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
- Update README.md by @aariste in #13
- Update README.md by @aariste in #14
- Bump Azure.Identity from 1.10.4 to 1.11.0 in /AASAXUtilLib by @dependabot in #15
- Update Azure.Identity from 1.10.4 to 1.11.0 in /AASAXUtilLib by @aariste in #16
- Merge pull request #16 from aariste/dev by @aariste in #17
- V0.7.1 by @aariste in #18
Full Changelog: 0.7...0.8
ISVLicenseGenerator v0.7
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:
- 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
What's Changed
Full Changelog: 0.6...0.6.1
Full Changelog: 0.6.1...0.6.2
ISVLicenseGenerator v0.6
In this version, the support for SHA1 has been removed after fixing the issues with SHA256.
What's Changed
Full Changelog: 0.5.1...0.6
ISVLicenseGenerator v0.5.1
In this release, ISVLicenseGenerator has been migrated to .NET 7.0.
ISVLicenseGenerator v0.4
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
Migrated to .NET Core 3.1
ISVLicenseGenerator v0.2
Added SHA256 support