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

Commit 9cb4216

Browse files
committed
add sub id
1 parent d7ef64e commit 9cb4216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/LicenseUtils.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static void AssertEvaluationLicense()
160160
"See https://servicestack.net to upgrade to a valid license.").Trace();
161161
}
162162

163-
private static readonly int[] revokedSubs = new[] { 4018, 4019, 4041 };
163+
private static readonly int[] revokedSubs = { 4018, 4019, 4041, 4126 };
164164

165165
private static LicenseKey __activatedLicense;
166166
public static void RegisterLicense(string licenseKeyText)

0 commit comments

Comments
 (0)