Skip to content

Commit

Permalink
Resolve UWP packaging failure. (see mrbrl#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
soroshsabz committed Jul 8, 2022
1 parent 8698bce commit 98a36b3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/DemoApp/DemoApp.UWP/BundleArtifacts/x86.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions src/DemoApp/DemoApp.UWP/DemoApp.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile></PackageCertificateKeyFile>
<PackageCertificateKeyFile>
</PackageCertificateKeyFile>
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
<PackageCertificateThumbprint>EE2AD115C362325A8DD208D5CA44473FD9BF58A0</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
Expand Down
2 changes: 1 addition & 1 deletion src/DemoApp/DemoApp.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="1223bf22-a2d6-41b2-94a3-a86ee18b67da"
Publisher="CN=ssoroosh"
Version="1.0.0.0" />
Version="1.0.1.0" />

<mp:PhoneIdentity PhoneProductId="1223bf22-a2d6-41b2-94a3-a86ee18b67da" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
8 changes: 4 additions & 4 deletions src/Lib/PCLAppConfig/Properties/AssemblyInfo_Shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]

5 changes: 3 additions & 2 deletions src/PCLAppConfig.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<package >
<metadata>
<id>PCLAppConfig</id>
<version>1.0.2</version>
<version>1.0.3</version>
<title>PCL AppConfig - Portable AppSettings Reader</title>
<authors>Ben Ishiyama-levy (Xamariners), Seyyed Soroosh Hosseinalipour</authors>
<owners>Ben Ishiyama-levy (Xamariners)</owners>
<description>
Cross platform Xamarin AppSettings reader
</description>
<releaseNotes>
- 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
Expand All @@ -25,7 +26,7 @@
<projectUrl>https://github.com/mrbrl/PCLAppConfig</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<copyright>Copyright Xamariners 2018</copyright>
<copyright>Copyright Xamariners 2022</copyright>
<tags>xamarin xamarin.forms Standard Config App.Config AppSettings Configuration ConfigurationManager uwp winrt android ios xamarin monoandroid monodroid monotouch xamariners</tags>
<iconUrl>https://avatars2.githubusercontent.com/u/2474918</iconUrl>
</metadata>
Expand Down

0 comments on commit 98a36b3

Please sign in to comment.