Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit f7e8fbf

Browse files
committed
Add Site License Type
1 parent 18cab8b commit f7e8fbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceStack.Text/LicenseUtils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public enum LicenseType
2929
AwsIndie,
3030
AwsBusiness,
3131
Trial,
32+
Site,
3233
}
3334

3435
[Flags]
@@ -317,6 +318,7 @@ public static LicenseFeature GetLicensedFeatures(this LicenseKey key)
317318
case LicenseType.Business:
318319
case LicenseType.Enterprise:
319320
case LicenseType.Trial:
321+
case LicenseType.Site:
320322
return LicenseFeature.All;
321323

322324
case LicenseType.TextIndie:

0 commit comments

Comments
 (0)