HenryMilesLicenceApi 1.0.4
See the version list below for details.
dotnet add package HenryMilesLicenceApi --version 1.0.4
NuGet\Install-Package HenryMilesLicenceApi -Version 1.0.4
<PackageReference Include="HenryMilesLicenceApi" Version="1.0.4" />
paket add HenryMilesLicenceApi --version 1.0.4
#r "nuget: HenryMilesLicenceApi, 1.0.4"
// Install HenryMilesLicenceApi as a Cake Addin #addin nuget:?package=HenryMilesLicenceApi&version=1.0.4 // Install HenryMilesLicenceApi as a Cake Tool #tool nuget:?package=HenryMilesLicenceApi&version=1.0.4
News
There are function and security updates. The GUI software KeyHolder is now available for purchase at https://t1p.de/aput6. You develop the system. The office manages the licenses. The API and the nugget remain free of charge.
Security
RestSharp had a critical security vulnerability that was closed by the provider.
Test system
The developer test system for the API is now available and integrated into the nugget. This allows you to fire requests either against Productive (Prd) or Test (Tst). Something like this:
ApiCreatesService myApiWriter = new ApiCreatesService();
myApiWriter.fireOn = SystemEnvironmentDbEnum.Tst;
The KeyHolder will shortly receive an update with corresponding support. Old implementations will continue to work, as the productive system is not assumed if the parameter is not specified.
Finally, a whole example of how easy it is to create a license
But please note: newAccount is only required once for each system under which licenses are to be created.
ApiCreatesService myApiWriter = new ApiCreatesService();
myApiWriter.fireOn = SystemEnvironmentDbEnum.Tst;
CreateaccountModel newAccount = myApiWriter.CreateNewAccount();
CreatelicenceModel res5 = myApiWriter.CreateNewLicence(myApiWriter.CreateLicenceTemplate(newAccount.Backdata.InfosToYourNewAccount.YourNewPrivateKey, newAccount.Backdata.InfosToYourNewAccount.YourSecret));
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
- RestSharp (>= 112.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
New function(s):
Now you can use GetAlgoTypes() and there enum