diff --git a/Package.appxmanifest b/Package.appxmanifest index 9cece412bf6a63e24d6ccd6c52c060deda5b13ec..a5caf27849ba2734a5415b520f25a095d66aa4f0 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 5f2be8ba55847e198b9ca189755ed8e34dfd1627..4e1ff7e793db0bc2461962d130f5df9a02682c4f 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>