File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ShareX.Setup/WindowsStore Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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 =" 13.4 .0.0" />
3
+ <Identity Name =" 19568ShareX.ShareX" ProcessorArchitecture =" x64" Publisher =" CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version =" 13.5 .0.0" />
4
4
<Properties >
5
5
<DisplayName >ShareX</DisplayName >
6
6
<PublisherDisplayName >ShareX Team</PublisherDisplayName >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public static string VersionText
77
77
78
78
public static string TitleLong => $ "{ Title } ({ Build } )";
79
79
80
- public static bool Dev { get ; } = true ;
80
+ public static bool Dev { get ; } = false ;
81
81
public static bool MultiInstance { get ; private set ; }
82
82
public static bool Portable { get ; private set ; }
83
83
public static bool PortableApps { get ; private set ; }
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ You should have received a copy of the GNU General Public License
30
30
[ assembly: AssemblyProduct ( "ShareX" ) ]
31
31
[ assembly: AssemblyCopyright ( "Copyright (c) 2007-2020 ShareX Team" ) ]
32
32
[ assembly: ComVisible ( false ) ]
33
- [ assembly: AssemblyVersion ( "13.4.1 " ) ]
34
- [ assembly: AssemblyFileVersion ( "13.4.1 " ) ]
33
+ [ assembly: AssemblyVersion ( "13.5.0 " ) ]
34
+ [ assembly: AssemblyFileVersion ( "13.5.0 " ) ]
You can’t perform that action at this time.
0 commit comments