This commit is contained in:
@@ -225,6 +225,8 @@ namespace rockfishCore.Util
|
|||||||
|
|
||||||
//flag as trial key not regular key
|
//flag as trial key not regular key
|
||||||
k.Features.Add(new LicenseFeature() { Feature = TRIAL_FEATURE_NAME, Count = 0 });
|
k.Features.Add(new LicenseFeature() { Feature = TRIAL_FEATURE_NAME, Count = 0 });
|
||||||
|
//flag it as a temporary expiring key so that the expiration date takes effect
|
||||||
|
k.Features.Add(new LicenseFeature() { Feature = RENTAL_FEATURE_NAME, Count = 0 });
|
||||||
|
|
||||||
//add every possible feature
|
//add every possible feature
|
||||||
k.Features.Add(new LicenseFeature() { Feature = ACCOUNTING_FEATURE_NAME, Count = 0 });
|
k.Features.Add(new LicenseFeature() { Feature = ACCOUNTING_FEATURE_NAME, Count = 0 });
|
||||||
|
|||||||
Reference in New Issue
Block a user