We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168bfe9 commit 358ab55Copy full SHA for 358ab55
Source/TweakScaleCompanion_Visuals/Properties/Version.tt
@@ -84,9 +84,9 @@ namespace <#= PROJECT_NAME #>
84
public const int build = <#= build #>;
85
public const string Number = "<#= major #>.<#= minor #>.<#= patch #>.<#= build #>";
86
#if DEBUG
87
- public const string Text = Number + " /L ALPHA DEBUG";
+ public const string Text = Number + " /L BETA DEBUG";
88
#else
89
- public const string Text = Number + " /L ALPHA";
+ public const string Text = Number + " /L BETA";
90
#endif
91
public const string Vendor = "TweakScaleCompanion";
92
}
0 commit comments