Skip to content

Commit

Permalink
fix: Renew UWP samples app certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Apr 19, 2021
1 parent b387786 commit 995a4af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SamplesApp/SamplesApp.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<Identity
Name="6c25beb3-e332-48d3-b4de-20a0b71935cd"
Publisher="CN=uno"
Publisher="CN=Uno"
Version="1.0.0.0" />

<mp:PhoneIdentity PhoneProductId="1897f84c-689e-44d3-a8b7-c521a62818ae" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
Expand Down
4 changes: 2 additions & 2 deletions src/SamplesApp/SamplesApp.UWP/SamplesApp.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>SamplesApp.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>189076FD2DEB65C2C0F28354C877BED08ECDBF8B</PackageCertificateThumbprint>
<PackageCertificateThumbprint>C423AE93AB5BF644C30F1E5FF8A1AF46FF3D750C</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -89,7 +89,7 @@
<UseDotNetNativeToolchain>false</UseDotNetNativeToolchain>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="3.1.2" />
<PackageReference Include="Microsoft.Graph">
<Version>3.12.0</Version>
</PackageReference>
Expand Down
Binary file modified src/SamplesApp/SamplesApp.UWP/SamplesApp.UWP_TemporaryKey.pfx
Binary file not shown.

0 comments on commit 995a4af

Please sign in to comment.