Skip to content

Commit

Permalink
Enabled single file executables for the standalone downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Aug 22, 2019
1 parent 56ae9b9 commit 8d0843a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Properties/PublishProfiles/Portable.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishDir>bin\Release\netcoreapp3.0\publish\portable</PublishDir>
<SelfContained>false</SelfContained>
<_IsPortable>true</_IsPortable>
<PublishSingleFile>false</PublishSingleFile>
<PublishTrimmed>false</PublishTrimmed>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Properties/PublishProfiles/Standalone (win-arm).pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-arm</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<_IsPortable>false</_IsPortable>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Properties/PublishProfiles/Standalone (win-x64).pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<_IsPortable>false</_IsPortable>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Properties/PublishProfiles/Standalone (win-x86).pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<_IsPortable>false</_IsPortable>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ While its primary goal is to offer a convenient GUI for the *SUBST* command, I u
### 0.9.5 (2019-08-22)
* Target framework updated to [.NET Core 3.0.0 Preview 8](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview8.md)
* Fixed issues with C# 8 nullables (due to updating to preview 7 last time)
* Standalone downloads are now single file executables (file size could shrink once assembly trimming works for WPF)
### 0.9.4 (2019-08-13)
* Target framework updated to [.NET Core 3.0.0 Preview 7](https://github.com/dotnet/core/blob/master/release-notes/3.0/preview/3.0.0-preview7.md)
* Improved start-up time for standalone downloads (using ReadyToRun [not working for the portable download yet])
Expand Down

0 comments on commit 8d0843a

Please sign in to comment.