build package version : ring-client-uwp_2.0.0.0_Test

daemon commit : b6f6cbd305aeab1ee4568c5cf46dd637aac404a2

Change-Id: I44463d90e90f5942d702093c26319b7d9302d8dd
Tuleap: #5149
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>