We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0012b commit 4aaa772Copy full SHA for 4aaa772
1 file changed
UI/Windows/AboutWindow.xaml.cs
@@ -30,7 +30,7 @@ public AboutWindow()
30
g.Background = gridBrush;
31
}
32
33
- TitleBox.Text = $"SPCode ({Assembly.GetEntryAssembly()?.GetName().Version}-beta1) - {Program.Translations.GetLanguage("SPEditCap")}";
+ TitleBox.Text = $"SPCode ({Assembly.GetEntryAssembly()?.GetName().Version}) - {Program.Translations.GetLanguage("SPEditCap")}";
34
LicenseField.Text = File.ReadAllText(Constants.LicenseFile);
35
36
0 commit comments