diff --git a/Properties/PublishProfiles/Portable.pubxml b/Properties/PublishProfiles/Portable.pubxml
index 7ece329..46dc998 100644
--- a/Properties/PublishProfiles/Portable.pubxml
+++ b/Properties/PublishProfiles/Portable.pubxml
@@ -11,6 +11,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
bin\Release\netcoreapp3.0\publish\portable
false
<_IsPortable>true
+ false
false
false
diff --git a/Properties/PublishProfiles/Standalone (win-arm).pubxml b/Properties/PublishProfiles/Standalone (win-arm).pubxml
index 097716f..4e1de11 100644
--- a/Properties/PublishProfiles/Standalone (win-arm).pubxml
+++ b/Properties/PublishProfiles/Standalone (win-arm).pubxml
@@ -12,6 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
win-arm
true
<_IsPortable>false
+ true
true
true
diff --git a/Properties/PublishProfiles/Standalone (win-x64).pubxml b/Properties/PublishProfiles/Standalone (win-x64).pubxml
index fa532f2..f36e2b4 100644
--- a/Properties/PublishProfiles/Standalone (win-x64).pubxml
+++ b/Properties/PublishProfiles/Standalone (win-x64).pubxml
@@ -12,6 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
win-x64
true
<_IsPortable>false
+ true
true
true
diff --git a/Properties/PublishProfiles/Standalone (win-x86).pubxml b/Properties/PublishProfiles/Standalone (win-x86).pubxml
index f50b4af..fbf58ff 100644
--- a/Properties/PublishProfiles/Standalone (win-x86).pubxml
+++ b/Properties/PublishProfiles/Standalone (win-x86).pubxml
@@ -12,6 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
win-x86
true
<_IsPortable>false
+ true
true
true
diff --git a/README.md b/README.md
index 148398f..e6abbf8 100644
--- a/README.md
+++ b/README.md
@@ -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])