Skip to content

Commit 4c61359

Browse files
committed
Release 13.5.0
1 parent e285712 commit 4c61359

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ShareX.Setup/WindowsStore/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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="13.4.0.0" />
3+
<Identity Name="19568ShareX.ShareX" ProcessorArchitecture="x64" Publisher="CN=366A5DE5-2EC7-43FD-B559-05986578C4CC" Version="13.5.0.0" />
44
<Properties>
55
<DisplayName>ShareX</DisplayName>
66
<PublisherDisplayName>ShareX Team</PublisherDisplayName>

ShareX/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static string VersionText
7777

7878
public static string TitleLong => $"{Title} ({Build})";
7979

80-
public static bool Dev { get; } = true;
80+
public static bool Dev { get; } = false;
8181
public static bool MultiInstance { get; private set; }
8282
public static bool Portable { get; private set; }
8383
public static bool PortableApps { get; private set; }

SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ You should have received a copy of the GNU General Public License
3030
[assembly: AssemblyProduct("ShareX")]
3131
[assembly: AssemblyCopyright("Copyright (c) 2007-2020 ShareX Team")]
3232
[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")]

0 commit comments

Comments
 (0)