Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/Windows/AboutWindow.axaml.cs')
-rw-r--r--UVtools.WPF/Windows/AboutWindow.axaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/Windows/AboutWindow.axaml.cs b/UVtools.WPF/Windows/AboutWindow.axaml.cs
index cfed70d..605042d 100644
--- a/UVtools.WPF/Windows/AboutWindow.axaml.cs
+++ b/UVtools.WPF/Windows/AboutWindow.axaml.cs
@@ -7,7 +7,7 @@ namespace UVtools.WPF.Windows
public class AboutWindow : WindowEx
{
public string Software => About.Software;
- public string Version => $"Version: {AppSettings.Version}";
+ public string Version => $"Version: {AppSettings.VersionStr}";
public string Copyright => AppSettings.AssemblyCopyright;
public string Company => AppSettings.AssemblyCompany;
public string Description => AppSettings.AssemblyDescription;