Skip to content

Commit

Permalink
fixing expired certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed May 20, 2017
1 parent 10e7daa commit ade560b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>HelloWorld.Unity_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>6ADB7C2299108ADE42CA9005AEF0D6CFA6771761</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="ba1314fa-2272-4d8b-b46c-82b62aaf1123" Publisher="CN=bartl" Version="1.0.0.0" />
<Identity Name="ba1314fa-2272-4d8b-b46c-82b62aaf1123" Publisher="CN=BLagunas" Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="ba1314fa-2272-4d8b-b46c-82b62aaf1123" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>HelloWorld.Unity</DisplayName>
<PublisherDisplayName>bartl</PublisherDisplayName>
<PublisherDisplayName>BLagunas</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
Expand Down

0 comments on commit ade560b

Please sign in to comment.