Skip to content

Commit db8df06

Browse files
committed
bump version
1 parent 18461c9 commit db8df06

File tree

47 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+3
-3
lines changed

MaiChartManager/AppMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace MaiChartManager;
1212

1313
public class AppMain : ISingleInstance
1414
{
15-
public const string Version = "1.7.1";
15+
public const string Version = "1.7.2";
1616
public static Browser? BrowserWin { get; set; }
1717

1818
private Launcher _launcher;

Packaging/Base/AppxManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
IgnorableNamespaces="win32dependencies"
1111
>
1212
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940"
13-
Version="1.7.1.0" ProcessorArchitecture="x64" />
13+
Version="1.7.2.0" ProcessorArchitecture="x64" />
1414
<Properties>
1515
<DisplayName>MaiChartManager</DisplayName>
1616
<PublisherDisplayName>凌莞</PublisherDisplayName>
@@ -51,8 +51,8 @@
5151
<Application Id="CliTool"
5252
Executable="MaiChartManager.CLI.exe"
5353
EntryPoint="Windows.FullTrustApplication">
54-
<!-- AppListEntry="none" -->
5554
<uap:VisualElements
55+
AppListEntry="none"
5656
DisplayName="MaiChartManager CLI"
5757
Description="MaiChartManager Command line tool"
5858
BackgroundColor="transparent"
17.4 KB
17.4 KB
17.4 KB
22.2 KB
22.2 KB
22.2 KB
27.7 KB
27.7 KB

0 commit comments

Comments
 (0)