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

Commit 906ad3a

Browse files
committed
Add link to ServiceStack v3 in Usage quota's exception message
1 parent 863c968 commit 906ad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/LicenseUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static LicenseUtils()
103103

104104
public static class ErrorMessages
105105
{
106-
private const string UpgradeInstructions = " Please see https://servicestack.net to upgrade to a commercial license.";
106+
private const string UpgradeInstructions = " 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.";
107107
internal const string ExceededTextTypes = "The free-quota limit on '{0} ServiceStack.Text Types' has been reached." + UpgradeInstructions;
108108
internal const string ExceededRedisTypes = "The free-quota limit on '{0} Redis Types' has been reached." + UpgradeInstructions;
109109
internal const string ExceededRedisRequests = "The free-quota limit on '{0} Redis requests per hour' has been reached." + UpgradeInstructions;

0 commit comments

Comments
 (0)