Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit ab7efac

Browse files
committed
Update publich profiles
- One profile for single-file without runtime - One profile with runtime included but not single-file
1 parent 87184e8 commit ab7efac

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

src/Sidekick/Properties/PublishProfiles/Windows-x64.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
1010
<TargetFramework>netcoreapp3.1</TargetFramework>
11-
<PublishDir>bin\Release\netcoreapp3.1\publish\win-x64</PublishDir>
11+
<PublishDir>bin\Release\windows-x64</PublishDir>
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
14-
<PublishSingleFile>True</PublishSingleFile>
14+
<PublishSingleFile>False</PublishSingleFile>
1515
<PublishReadyToRun>False</PublishReadyToRun>
1616
<PublishTrimmed>False</PublishTrimmed>
1717
</PropertyGroup>

src/Sidekick/Properties/PublishProfiles/Windows-x86.pubxml renamed to src/Sidekick/Properties/PublishProfiles/windows-x64-single-file.pubxml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88
<Configuration>Release</Configuration>
99
<Platform>Any CPU</Platform>
1010
<TargetFramework>netcoreapp3.1</TargetFramework>
11-
<PublishDir>bin\Release\netcoreapp3.1\publish\win-x86</PublishDir>
12-
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
13-
<SelfContained>true</SelfContained>
11+
<PublishDir>bin\Release\windows-x64-single-file\</PublishDir>
12+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
13+
<SelfContained>false</SelfContained>
1414
<PublishSingleFile>True</PublishSingleFile>
15-
<PublishReadyToRun>False</PublishReadyToRun>
16-
<PublishTrimmed>True</PublishTrimmed>
15+
<PublishReadyToRun>True</PublishReadyToRun>
1716
</PropertyGroup>
1817
</Project>

src/Sidekick/Sidekick.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<UseWPF>true</UseWPF>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ApplicationIcon>Resources\ExaltedOrb.ico</ApplicationIcon>
9-
<AssemblyVersion>0.8.0.0</AssemblyVersion>
10-
<FileVersion>0.8.0.0</FileVersion>
11-
<Version>0.8.0.0</Version>
9+
<AssemblyVersion>0.8.1.0</AssemblyVersion>
10+
<FileVersion>0.8.1.0</FileVersion>
11+
<Version>0.8.1.0</Version>
1212
<ApplicationManifest>app.manifest</ApplicationManifest>
1313
<Description>A Path of Exile helper that shows item prices using the official Path of Exile Trade API.</Description>
1414
<PackageProjectUrl>https://github.com/domialex/Sidekick</PackageProjectUrl>

0 commit comments

Comments
 (0)