Skip to content

Commit 18461c9

Browse files
committed
bump: 1.7.1
1 parent 729d538 commit 18461c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AquaMai

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.0";
15+
public const string Version = "1.7.1";
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.0.0" ProcessorArchitecture="x64" />
13+
Version="1.7.1.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" -->
5455
<uap:VisualElements
55-
AppListEntry="none"
5656
DisplayName="MaiChartManager CLI"
5757
Description="MaiChartManager Command line tool"
5858
BackgroundColor="transparent"

0 commit comments

Comments
 (0)