File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ShareX.Setup/MicrosoftStore Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <Company >ShareX Team</Company >
44 <Product >ShareX</Product >
55 <Copyright >Copyright (c) 2007-2024 ShareX Team</Copyright >
6- <Version >15 .0.2 </Version >
6+ <Version >16 .0.0 </Version >
77 <EmbeddedResourceUseDependentUponConvention >true</EmbeddedResourceUseDependentUponConvention >
88 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
99 <IncludeSourceRevisionInInformationalVersion >false</IncludeSourceRevisionInInformationalVersion >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Package xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns : uap2 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns : uap3 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns : desktop =" http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns : desktop2 =" http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" IgnorableNamespaces =" desktop2" >
3- <Identity Name =" 19568ShareX.ShareX" ProcessorArchitecture =" x64" Publisher =" CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version =" 15 .0.0.0" />
3+ <Identity Name =" 19568ShareX.ShareX" ProcessorArchitecture =" x64" Publisher =" CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version =" 16 .0.0.0" />
44 <Properties >
55 <DisplayName >ShareX</DisplayName >
66 <PublisherDisplayName >ShareX Team</PublisherDisplayName >
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public static string TitleShort
109109 }
110110 }
111111
112- public static bool Dev { get ; } = true ;
112+ public static bool Dev { get ; } = false ;
113113 public static bool MultiInstance { get ; private set ; }
114114 public static bool Portable { get ; private set ; }
115115 public static bool SilentRun { get ; private set ; }
You can’t perform that action at this time.
0 commit comments