8000 Release 16.0.0 · ShareX/ShareX@0cea0ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cea0ce

Browse files
committed
Release 16.0.0
1 parent 2bb5b97 commit 0cea0ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.build.props 8000

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

ShareX.Setup/MicrosoftStore/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="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>

ShareX/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; }

0 commit comments

Comments
 (0)
0