Skip to content

Commit 284b213

Browse files
committed
SimpleWeather: v5.7-build2
1 parent e6dd9b9 commit 284b213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SimpleWeather.UWP/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<Identity Name="49586DaveAntoine.SimpleWeather-Asimpleweatherapp" Publisher="CN=FC137F73-0421-4275-8C89-E761F4D1BC3D" Version="5.7.1.0" />
3+
<Identity Name="49586DaveAntoine.SimpleWeather-Asimpleweatherapp" Publisher="CN=FC137F73-0421-4275-8C89-E761F4D1BC3D" Version="5.7.2.0" />
44
<mp:PhoneIdentity PhoneProductId="7b88598e-f540-44ef-ba44-7f9c08b36834" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>SimpleWeather - A simple weather app</DisplayName>

SimpleWeather.UWP/SimpleWeather.UWP.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<FileAlignment>512</FileAlignment>
2121
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2222
<PackageCertificateKeyFile>SimpleWeather.UWP_StoreKey.pfx</PackageCertificateKeyFile>
23-
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
23+
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
2424
<AppxBundle>Always</AppxBundle>
2525
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
2626
<PackageCertificateThumbprint>

0 commit comments

Comments
 (0)