From 98a36b307f29026926076bf36789482d88072031 Mon Sep 17 00:00:00 2001 From: Seyyed Soroosh Hosseinalipour Date: Fri, 8 Jul 2022 16:23:34 +0430 Subject: [PATCH] Resolve UWP packaging failure. (see #30) --- src/DemoApp/DemoApp.UWP/BundleArtifacts/x86.txt | 4 ++-- src/DemoApp/DemoApp.UWP/DemoApp.UWP.csproj | 5 +++-- src/DemoApp/DemoApp.UWP/Package.appxmanifest | 2 +- src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs | 8 ++++---- src/PCLAppConfig.nuspec | 5 +++-- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/DemoApp/DemoApp.UWP/BundleArtifacts/x86.txt b/src/DemoApp/DemoApp.UWP/BundleArtifacts/x86.txt index f78acf3..b9238d2 100644 --- a/src/DemoApp/DemoApp.UWP/BundleArtifacts/x86.txt +++ b/src/DemoApp/DemoApp.UWP/BundleArtifacts/x86.txt @@ -1,2 +1,2 @@ -MainPackage=D:\Source\Repos\soroshsabz\PCLAppConfig\src\DemoApp\DemoApp.UWP\bin\x86\Release\DemoApp.UWP_1.0.0.0_x86.appx -SymbolPackage=D:\Source\Repos\soroshsabz\PCLAppConfig\src\DemoApp\DemoApp.UWP\obj\x86\Release\Symbols\DemoApp.UWP_1.0.0.0_x86.appxsym +MainPackage=D:\Source\Repos\soroshsabz\PCLAppConfig\src\DemoApp\DemoApp.UWP\bin\x86\Debug\DemoApp.UWP_1.0.1.0_x86_Debug.appx +SymbolPackage=D:\Source\Repos\soroshsabz\PCLAppConfig\src\DemoApp\DemoApp.UWP\obj\x86\Debug\Symbols\DemoApp.UWP_1.0.1.0_x86_Debug.appxsym diff --git a/src/DemoApp/DemoApp.UWP/DemoApp.UWP.csproj b/src/DemoApp/DemoApp.UWP/DemoApp.UWP.csproj index 29a8ab8..14fd740 100644 --- a/src/DemoApp/DemoApp.UWP/DemoApp.UWP.csproj +++ b/src/DemoApp/DemoApp.UWP/DemoApp.UWP.csproj @@ -17,10 +17,11 @@ true 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - + + win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot EE2AD115C362325A8DD208D5CA44473FD9BF58A0 - True + False False SHA256 True diff --git a/src/DemoApp/DemoApp.UWP/Package.appxmanifest b/src/DemoApp/DemoApp.UWP/Package.appxmanifest index 4b58ac3..4ab11c7 100644 --- a/src/DemoApp/DemoApp.UWP/Package.appxmanifest +++ b/src/DemoApp/DemoApp.UWP/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="1.0.1.0" /> diff --git a/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs b/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs index c349f57..86daeef 100644 --- a/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs +++ b/src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs @@ -6,10 +6,10 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Cross platform Xamarin AppSettings reader")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyCopyright("Copyright © Xamariners 2016")] +[assembly: AssemblyCopyright("Copyright © Xamariners 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -23,8 +23,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2")] -[assembly: AssemblyFileVersion("1.0.2")] +[assembly: AssemblyVersion("1.0.3")] +[assembly: AssemblyFileVersion("1.0.3")] [assembly: ComVisible(false)] //[assembly: NeutralResourcesLanguage("en")] diff --git a/src/PCLAppConfig.nuspec b/src/PCLAppConfig.nuspec index 8a07c1e..d3c0fcf 100644 --- a/src/PCLAppConfig.nuspec +++ b/src/PCLAppConfig.nuspec @@ -2,7 +2,7 @@ PCLAppConfig - 1.0.2 + 1.0.3 PCL AppConfig - Portable AppSettings Reader Ben Ishiyama-levy (Xamariners), Seyyed Soroosh Hosseinalipour Ben Ishiyama-levy (Xamariners) @@ -10,6 +10,7 @@ Cross platform Xamarin AppSettings reader + - 1.0.3: Fix UWP exe.config generating when using SlowCheetah - 1.0.2: Fix version problem in implementation assemblies - 1.0.1: updates - ios fix for app.config location - 0.4.1: .Net Standard Update @@ -25,7 +26,7 @@ https://github.com/mrbrl/PCLAppConfig false http://opensource.org/licenses/Apache-2.0 - Copyright Xamariners 2018 + Copyright Xamariners 2022 xamarin xamarin.forms Standard Config App.Config AppSettings Configuration ConfigurationManager uwp winrt android ios xamarin monoandroid monodroid monotouch xamariners https://avatars2.githubusercontent.com/u/2474918