From 7f45551b8aa8b187e93bc36c167bdcb4058f49fd Mon Sep 17 00:00:00 2001 From: Nicolas Jager <nicolas.jager@savoirfairelinux.com> Date: Fri, 14 Oct 2016 10:59:14 -0400 Subject: [PATCH] build package version : ring-client-uwp_2.0.0.0_Test daemon commit : b6f6cbd305aeab1ee4568c5cf46dd637aac404a2 Change-Id: I44463d90e90f5942d702093c26319b7d9302d8dd Tuleap: #5149 --- Package.appxmanifest | 2 +- ring-client-uwp.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.appxmanifest b/Package.appxmanifest index 9cece41..a5caf27 100644 --- a/Package.appxmanifest +++ b/Package.appxmanifest @@ -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="ring-client-uwp-multi-device" Publisher="CN=user" Version="1.0.0.0" /> + <Identity Name="ring-client-uwp-multi-device" Publisher="CN=user" Version="2.0.2.0" /> <mp:PhoneIdentity PhoneProductId="2385953f-9019-423d-aa82-d1bbacfa258b" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> <Properties> <DisplayName>ring-client-uwp</DisplayName> diff --git a/ring-client-uwp.vcxproj b/ring-client-uwp.vcxproj index 5f2be8b..4e1ff7e 100644 --- a/ring-client-uwp.vcxproj +++ b/ring-client-uwp.vcxproj @@ -98,7 +98,7 @@ <PropertyGroup Label="UserMacros" /> <PropertyGroup> <PackageCertificateKeyFile>ring-client-uwp_TemporaryKey.pfx</PackageCertificateKeyFile> - <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> + <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision> <AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled> <AppxBundle>Always</AppxBundle> <AppxBundlePlatforms>x64</AppxBundlePlatforms> -- GitLab