Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Fix the application identification.
Browse files Browse the repository at this point in the history
  • Loading branch information
minidfx committed Mar 16, 2016
1 parent 9df7329 commit 172fd6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Solution/App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<PackageCertificateThumbprint>DD1D6A631EDB02CFA7731A968016662A676B0A81</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -95,6 +96,7 @@
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="BulkRenaming.pfx" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -124,7 +126,6 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="BulkRenaming.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Square150x150Logo.scale-100.png" />
Expand Down
Binary file added Solution/App/BulkRenaming.pfx
Binary file not shown.
4 changes: 2 additions & 2 deletions Solution/App/Package.appxmanifest
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="a2c650a1-de4b-4e58-b61e-580385d57d3a" Publisher="CN=MiniDfx" Version="0.1.0.0" />
<Identity Name="a2c650a1-de4b-4e58-b61e-580385d57d3a" Publisher="CN=Burgy Benjamin" Version="0.1.0.0" />
<mp:PhoneIdentity PhoneProductId="a2c650a1-de4b-4e58-b61e-580385d57d3a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Bulk Renaming</DisplayName>
<PublisherDisplayName>MiniDfx</PublisherDisplayName>
<PublisherDisplayName>Burgy Benjamin</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
Expand Down

0 comments on commit 172fd6e

Please sign in to comment.