junian / Standard.Licensing

Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and MAUI / Xamarin products
https://junian.dev/Standard.Licensing/
MIT License
535 stars 120 forks source link

Way of setting the license type #33

Open raffsokolowski opened 5 months ago

raffsokolowski commented 5 months ago

Hi,

Not an issue, more of an enhancement...

Ability to set the license type to something other than Trial and Standard. Maybe making it a string option instead of an enum, this way we can put whatever we like. For example: Trial, Basic, Standard, Professional, Enterprise, "Anything we want really".

Thanks Raff