From fe64fe98002c61e8cf9c56dfbfc350baa0d09c39 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 25 Oct 2021 23:40:34 +1300 Subject: [PATCH] Fix Self contained Publish --- ModernFlyouts.Package/ModernFlyouts.Package.wapproj | 2 +- ModernFlyouts.Package/Package.appxmanifest | 4 ++-- .../Properties/PublishProfiles/win10-arm64.pubxml | 9 +++++---- .../Properties/PublishProfiles/win10-x64.pubxml | 9 +++++---- .../Properties/PublishProfiles/win10-x86.pubxml | 9 +++++---- 5 files changed, 18 insertions(+), 15 deletions(-) diff --git a/ModernFlyouts.Package/ModernFlyouts.Package.wapproj b/ModernFlyouts.Package/ModernFlyouts.Package.wapproj index 02b33527..38ef62a1 100644 --- a/ModernFlyouts.Package/ModernFlyouts.Package.wapproj +++ b/ModernFlyouts.Package/ModernFlyouts.Package.wapproj @@ -43,7 +43,7 @@ SHA256 False True - x86|x64 + x86|x64|arm64 0 https://ModernFlyouts-community.github.io/package.github.io/ModernFlyouts.Package/ModernFlyouts.Package.appinstaller ..\ModernFlyouts\ModernFlyouts.csproj diff --git a/ModernFlyouts.Package/Package.appxmanifest b/ModernFlyouts.Package/Package.appxmanifest index b72c8c08..da3a61fb 100644 --- a/ModernFlyouts.Package/Package.appxmanifest +++ b/ModernFlyouts.Package/Package.appxmanifest @@ -10,8 +10,8 @@ + Publisher="CN=samue" + Version="0.9.8113.0" /> ms-resource:Resources/PackageDisplayName diff --git a/ModernFlyouts/Properties/PublishProfiles/win10-arm64.pubxml b/ModernFlyouts/Properties/PublishProfiles/win10-arm64.pubxml index 601b15be..9b9e3636 100644 --- a/ModernFlyouts/Properties/PublishProfiles/win10-arm64.pubxml +++ b/ModernFlyouts/Properties/PublishProfiles/win10-arm64.pubxml @@ -10,9 +10,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem net6.0-windows10.0.19041.0 win10-arm64 - true - False - False - False + true + True + False + False + true \ No newline at end of file diff --git a/ModernFlyouts/Properties/PublishProfiles/win10-x64.pubxml b/ModernFlyouts/Properties/PublishProfiles/win10-x64.pubxml index d340f59d..6d0b570b 100644 --- a/ModernFlyouts/Properties/PublishProfiles/win10-x64.pubxml +++ b/ModernFlyouts/Properties/PublishProfiles/win10-x64.pubxml @@ -10,9 +10,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem net6.0-windows10.0.19041.0 win10-x64 - true - False - False - False + true + True + False + False + true \ No newline at end of file diff --git a/ModernFlyouts/Properties/PublishProfiles/win10-x86.pubxml b/ModernFlyouts/Properties/PublishProfiles/win10-x86.pubxml index a57d85d3..ae5c80a1 100644 --- a/ModernFlyouts/Properties/PublishProfiles/win10-x86.pubxml +++ b/ModernFlyouts/Properties/PublishProfiles/win10-x86.pubxml @@ -10,9 +10,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem net6.0-windows10.0.19041.0 win10-x86 - true - False - False - False + true + True + False + False + true \ No newline at end of file