Anybody using this library is kindly asked to visit issue #9 and comment it to tell me if renewal keys support is worth adding. Waiting for your votes

SNBSLibs/Licensing.ActivationKeys

submited by
Style Pass
2023-03-16 06:30:02

Anybody using this library is kindly asked to visit issue #9 and comment it to tell me if renewal keys support is worth adding. Waiting for your votes!

Free. Easy to use. No license files. Everything is XML-documented in the code, so IntelliSense can show you all info about any member.

If you want to know about all aspects of using this library, or you want to test it, consider the directory Licensing.ActivationKeys.Tests containing the unit tests created for this library.

The easiest way to install this library is using NuGet. Right-click on your project name is Visual Studio's Solution Explorer, select option "Manage NuGet packages", find package "SNBS.Licensing.ActivationKeys" and install it. Or use the Install-Package command:

You can also clone this repository (or download it using the green "Code" button), compile it and add a reference to the compiled assembly in your project.

You can test this library by using the ready code examples in folder examples. Download Admin.cs and Client.cs, compile them into console apps and:

Leave a Comment
Related Posts