From db926750cd365a86701e65830595cacf58edf2f5 Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 18 Jan 2023 04:42:49 +0300 Subject: [PATCH] Release 15.0.0 --- GlobalAssemblyInfo.cs | 4 ++-- ShareX.Setup/MicrosoftStore/AppxManifest.xml | 2 +- ShareX/Program.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index e3181b7c9..a7ff8c4f6 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -30,5 +30,5 @@ [assembly: AssemblyProduct("ShareX")] [assembly: AssemblyCopyright("Copyright (c) 2007-2023 ShareX Team")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("14.1.4")] -[assembly: AssemblyFileVersion("14.1.4")] \ No newline at end of file +[assembly: AssemblyVersion("15.0.0")] +[assembly: AssemblyFileVersion("15.0.0")] \ No newline at end of file diff --git a/ShareX.Setup/MicrosoftStore/AppxManifest.xml b/ShareX.Setup/MicrosoftStore/AppxManifest.xml index cf0e38e66..b6fe7f350 100644 --- a/ShareX.Setup/MicrosoftStore/AppxManifest.xml +++ b/ShareX.Setup/MicrosoftStore/AppxManifest.xml @@ -1,6 +1,6 @@  - + ShareX ShareX Team diff --git a/ShareX/Program.cs b/ShareX/Program.cs index bb5105e10..92131cc6e 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -109,7 +109,7 @@ public static string TitleShort } } - public static bool Dev { get; } = true; + public static bool Dev { get; } = false; public static bool MultiInstance { get; private set; } public static bool Portable { get; private set; } public static bool SilentRun { get; private set; }