From e567fceaf1c0747f578464176c0fcccf622c69b2 Mon Sep 17 00:00:00 2001 From: Clansty Date: Fri, 24 Jan 2025 02:16:29 +0800 Subject: [PATCH] version: bump --- MaiChartManager/AppMain.cs | 2 +- Packaging/Base/AppxManifest.xml | 2 +- Packaging/make.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MaiChartManager/AppMain.cs b/MaiChartManager/AppMain.cs index f57a593..aa3df74 100644 --- a/MaiChartManager/AppMain.cs +++ b/MaiChartManager/AppMain.cs @@ -7,7 +7,7 @@ namespace MaiChartManager; public class AppMain : ISingleInstance { - public const string Version = "1.3.3"; + public const string Version = "1.4.0"; public static Browser? BrowserWin { get; set; } private Launcher _launcher; diff --git a/Packaging/Base/AppxManifest.xml b/Packaging/Base/AppxManifest.xml index 16e399d..6d9cdfe 100644 --- a/Packaging/Base/AppxManifest.xml +++ b/Packaging/Base/AppxManifest.xml @@ -8,7 +8,7 @@ xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" IgnorableNamespaces="win32dependencies" > - MaiChartManager diff --git a/Packaging/make.cmd b/Packaging/make.cmd index d3669f6..ae8750b 100644 --- a/Packaging/make.cmd +++ b/Packaging/make.cmd @@ -3,7 +3,7 @@ del .\*.appx rmdir /s /q Pack pushd ..\AquaMai -dotnet build -c Release +dotnet cake copy /y Output\AquaMai.dll ..\MaiChartManager\Resources popd