File tree Expand file tree Collapse file tree 7 files changed +7
-48
lines changed
Properties/PublishProfiles
Properties/PublishProfiles Expand file tree Collapse file tree 7 files changed +7
-48
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace MaiChartManager;
77
88public 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 ;
Original file line number Diff line number Diff line change 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 >
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" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ call pnpm build
1212popd
1313
1414pushd ..
15- msbuild /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
15+ dotnet publish /p:Configuration=Release
1616popd
1717
1818mkdir Pack
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments