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/AppSettings.cs')
-rw-r--r--UVtools.WPF/AppSettings.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UVtools.WPF/AppSettings.cs b/UVtools.WPF/AppSettings.cs
index 95d1825..e33b085 100644
--- a/UVtools.WPF/AppSettings.cs
+++ b/UVtools.WPF/AppSettings.cs
@@ -15,6 +15,7 @@ namespace UVtools.WPF
public static class AppSettings
{
public static Version Version => Assembly.GetEntryAssembly().GetName().Version;
+ public static string VersionStr => Version.ToString(3);
// Supported ZoomLevels for Layer Preview.
// These settings eliminate very small zoom factors from the ImageBox default values,
// while ensuring that 4K/5K build plates can still easily fit on screen.