You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/ServiceStack.Text/LicenseUtils.cs
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,6 @@ public static void Init()
131
131
publicstaticclassErrorMessages
132
132
{
133
133
privateconststringUpgradeInstructions=" Please see https://servicestack.net to upgrade to a commercial license or visit https://github.com/ServiceStackV3/ServiceStackV3 to revert back to the free ServiceStack v3.";
134
-
internalconststringExceededTextTypes="The free-quota limit on '{0} ServiceStack.Text Types' has been reached."+UpgradeInstructions;
135
134
internalconststringExceededRedisTypes="The free-quota limit on '{0} Redis Types' has been reached."+UpgradeInstructions;
136
135
internalconststringExceededRedisRequests="The free-quota limit on '{0} Redis requests per hour' has been reached."+UpgradeInstructions;
137
136
internalconststringExceededOrmLiteTables="The free-quota limit on '{0} OrmLite Tables' has been reached."+UpgradeInstructions;
@@ -146,7 +145,6 @@ public static class FreeQuotas
0 commit comments