Skip to content

Commit

Permalink
Sign new certificate, fix runtime issues
Browse files Browse the repository at this point in the history
  • Loading branch information
deankevorkian committed Oct 17, 2021
1 parent fe573cc commit 731f047
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion RGBMasterUWPApp/RGBMasterUWPApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,5 @@
<PropertyGroup>
<EnableTypeInfoReflection>false</EnableTypeInfoReflection>
<EnableXBindDiagnostics>false</EnableXBindDiagnostics>
<DisableEmbeddedXbf>true</DisableEmbeddedXbf>
</PropertyGroup>
</Project>
3 changes: 1 addition & 2 deletions RGBMasterWPFRunner/RGBMasterWPFRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64;x86</Platforms>
<AssetTargetFallback>uap10.0.18362</AssetTargetFallback>
<AssetTargetFallback>uap10.0.19041</AssetTargetFallback>
<StartupObject>RGBMasterWPFRunner.Program</StartupObject>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions RGBMasterWap/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<Identity
Name="6442bda9-8e61-4e00-a286-4af1d801567a"
Publisher="CN=RGBMaster"
Version="2.4.0.0" />
Publisher="CN=RGBMasterTeam"
Version="2.5.0.0" />

<Properties>
<DisplayName>RGBMasterWap</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions RGBMasterWap/RGBMasterWap.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateThumbprint>5D09A44EB37314BE563C54AB731ACD8012FC37E9</PackageCertificateThumbprint>
<PackageCertificateThumbprint>1264F37C050647D14231B1417C61100EDB09C0B0</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AppxBundle>Always</AppxBundle>
Expand Down
Binary file modified RGBMasterWap/RGBMasterWap_TemporaryKey.pfx
Binary file not shown.

0 comments on commit 731f047

Please sign in to comment.