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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ static LicenseUtils()
103
103
104
104
publicstaticclassErrorMessages
105
105
{
106
-
privateconststringUpgradeInstructions=" Please see https://servicestack.net to upgrade to a commercial license.";
106
+
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.";
107
107
internalconststringExceededTextTypes="The free-quota limit on '{0} ServiceStack.Text Types' has been reached."+UpgradeInstructions;
108
108
internalconststringExceededRedisTypes="The free-quota limit on '{0} Redis Types' has been reached."+UpgradeInstructions;
109
109
internalconststringExceededRedisRequests="The free-quota limit on '{0} Redis requests per hour' has been reached."+UpgradeInstructions;
0 commit comments