Skip to content

Commit

Permalink
1.7.5 Store release
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAkopyan committed Oct 8, 2017
1 parent 74319cc commit ada61aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Quickbird/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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="Quickbird.Quickbird" Publisher="CN=DEA474EA-7A07-4156-AECE-47E2BF3D23F2" Version="1.7.4.0" />
<Identity Name="Quickbird.Quickbird" Publisher="CN=DEA474EA-7A07-4156-AECE-47E2BF3D23F2" Version="1.7.5.0" />
<mp:PhoneIdentity PhoneProductId="5ea1e9d2-6baa-4611-a032-226a54aa247a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Quickbird</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Quickbird/Quickbird.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageCertificateKeyFile>Quickbird_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>92E5145B748491F9F8AB96A802A98E35DC93894C</PackageCertificateThumbprint>
<AppxPackageDir>C:\Releases\</AppxPackageDir>
<RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
Expand Down
2 changes: 1 addition & 1 deletion Quickbird/_pkginfo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
C:\Development\QuickbirdUWPDashboard\Quickbird\bin\x64\Release\Upload\Quickbird_1.7.4.0\Quickbird_1.7.4.0_x86_x64.appxbundle
C:\Development\QuickbirdUWPDashboard\Quickbird\bin\ARM\Release\Upload\Quickbird_1.7.5.0\Quickbird_1.7.5.0_x86_x64_arm.appxbundle

0 comments on commit ada61aa

Please sign in to comment.