Skip to content

Commit fa495ac

Browse files
committed
bump version
1 parent 9df8707 commit fa495ac

File tree

7 files changed

+7
-48
lines changed

7 files changed

+7
-48
lines changed

MaiChartManager/AppMain.cs

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

88
public class AppMain : ISingleInstance
99
{
10-
public const string Version = "1.4.3";
10+
public const string Version = "1.4.4";
1111
public static Browser? BrowserWin { get; set; }
1212

1313
private Launcher _launcher;

MaiChartManager/MaiChartManager.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<PublishTrimmed>False</PublishTrimmed>
1414
<PublishAot>False</PublishAot>
15+
<PublishReadyToRun>true</PublishReadyToRun>
16+
<SelfContained>true</SelfContained>
1517
<StartupObject>MaiChartManager.Program</StartupObject>
1618
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
1719
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
1820
<UseWindowsForms>true</UseWindowsForms>
1921
<NoWarn>NU1605</NoWarn>
2022
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2123
<Configurations>Debug;Release;Crack</Configurations>
24+
<PublishDir>..\Packaging\Pack</PublishDir>
2225
</PropertyGroup>
2326
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2427
<IsPublishable>False</IsPublishable>
@@ -35,8 +38,6 @@
3538
<PlatformTarget>x64</PlatformTarget>
3639
<DefineConstants>CRACK</DefineConstants>
3740
<Optimize Condition=" '$(Optimize)' == '' ">true</Optimize>
38-
<PublishReadyToRun>true</PublishReadyToRun>
39-
<SelfContained>true</SelfContained>
4041
</PropertyGroup>
4142
<ItemGroup>
4243
<ProjectReference Include="..\AquaMai\AquaMai.Config.HeadlessLoader\AquaMai.Config.HeadlessLoader.csproj"/>

MaiChartManager/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 0 additions & 24 deletions
This file was deleted.

Packaging/Base/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
99
IgnorableNamespaces="win32dependencies"
1010
>
11-
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.4.3.0"
11+
<Identity Name="22369479C5405.MaiChartManager" Publisher="CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version="1.4.4.0"
1212
ProcessorArchitecture="x64" />
1313
<Properties>
1414
<DisplayName>MaiChartManager</DisplayName>

Packaging/make.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ call pnpm build
1212
popd
1313

1414
pushd ..
15-
msbuild /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
15+
dotnet publish /p:Configuration=Release
1616
popd
1717

1818
mkdir Pack

Sitreamai/Properties/PublishProfiles/FolderProfile.pubxml

Lines changed: 0 additions & 18 deletions
This file was deleted.

Sitreamai/Sitreamai.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Nullable>disable</Nullable>
1313
<InvariantGlobalization>false</InvariantGlobalization>
1414
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
15-
<PublishTrimmed>true</PublishTrimmed>
15+
<PublishTrimmed>False</PublishTrimmed>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
1818
<OutputPath>bin\x64\Release\</OutputPath>

0 commit comments

Comments
 (0)