HenryMilesLicenceApi 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package HenryMilesLicenceApi --version 1.0.4                
NuGet\Install-Package HenryMilesLicenceApi -Version 1.0.4                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HenryMilesLicenceApi" Version="1.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HenryMilesLicenceApi --version 1.0.4                
#r "nuget: HenryMilesLicenceApi, 1.0.4"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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