Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Dec 31, 2014
2 parents 0835ce2 + 473cc59 commit f31ae20
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<StoreAssociation xmlns="http://schemas.microsoft.com/appx/2010/storeassociation">
<Publisher>CN=C921DF72-A1E0-450C-ACD3-BB0A8BDEA334</Publisher>
<PublisherDisplayName>Sparkiy</PublisherDisplayName>
<Publisher>CN=E746B84B-09A1-43E8-B524-41758B02DFE1</Publisher>
<PublisherDisplayName>Aleksandar Toplek</PublisherDisplayName>
<GeneratePackageHash>http://www.w3.org/2001/04/xmlenc#sha256</GeneratePackageHash>
<SupportedLocales>
<Language Code="af" InMinimumRequirementSet="true" />
Expand Down Expand Up @@ -348,11 +348,14 @@
<Language Code="zu-za" InMinimumRequirementSet="true" />
</SupportedLocales>
<ProductReservedInfo>
<MainPackageIdentityName>Sparkiy.Sparkiy</MainPackageIdentityName>
<MainPackageIdentityName>53858AleksandarToplek.Sparkiy</MainPackageIdentityName>
<ReservedNames>
<ReservedName>Sparkiy</ReservedName>
</ReservedNames>
</ProductReservedInfo>
<AccountPackageIdentityNames />
<PackageInfoList LandingUrl="https://appdev.microsoft.com:443/StorePortals/Developer/Catalog/ReleaseAnchor/2be20887-73d4-4cbc-94e7-3767202808e9" />
<AccountPackageIdentityNames>
<MainPackageIdentityName>53858AleksandarToplek.Project-Code</MainPackageIdentityName>
<MainPackageIdentityName>53858AleksandarToplek.Quantastic</MainPackageIdentityName>
</AccountPackageIdentityNames>
<PackageInfoList LandingUrl="https://appdev.microsoft.com:443/StorePortals/Developer/Catalog/ReleaseAnchor/b06800e1-6a95-4d7b-9feb-32a371613afd" />
</StoreAssociation>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
<Identity Name="Sparkiy.Sparkiy" Publisher="CN=C921DF72-A1E0-450C-ACD3-BB0A8BDEA334" Version="1.1.0.2" />
<Identity Name="53858AleksandarToplek.Sparkiy" Publisher="CN=E746B84B-09A1-43E8-B524-41758B02DFE1" Version="1.1.0.1" />
<Properties>
<DisplayName>Sparkiy</DisplayName>
<PublisherDisplayName>Sparkiy</PublisherDisplayName>
<PublisherDisplayName>Aleksandar Toplek</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Prerequisites>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageCertificateKeyFile>SparkiyClient.Windows_StoreKey.pfx</PackageCertificateKeyFile>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<PackageCertificateThumbprint>C8A1990B51B222792CBFBF1503A0F656387022C8</PackageCertificateThumbprint>
<PackageCertificateThumbprint>89F31F9F2D9F6D1AEFF3F56A3B7DA99F231087AE</PackageCertificateThumbprint>
<NuGetPackageImportStamp>60303db4</NuGetPackageImportStamp>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
Expand Down
Binary file not shown.

0 comments on commit f31ae20

Please sign in to comment.