Skip to content

Commit 551f4d1

Browse files
committed
SimpleWeather.Windows: v5.12.0-build3
1 parent 755db42 commit 551f4d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SimpleWeather.Windows/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
1010
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
1111
IgnorableNamespaces="uap rescap mp desktop">
12-
<Identity Name="49586DaveAntoine.SimpleWeather-Asimpleweatherapp" Publisher="CN=FC137F73-0421-4275-8C89-E761F4D1BC3D" Version="5.12.2.0" />
12+
<Identity Name="49586DaveAntoine.SimpleWeather-Asimpleweatherapp" Publisher="CN=FC137F73-0421-4275-8C89-E761F4D1BC3D" Version="5.12.3.0" />
1313
<mp:PhoneIdentity PhoneProductId="06966ad9-299e-4a4c-8204-576b8ada7455" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1414
<Properties>
1515
<DisplayName>SimpleWeather - A simple weather app</DisplayName>

SimpleWeather.Windows/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"commandName": "MsixPackage",
55
"doNotLaunchApp": true,
66
"hotReloadEnabled": true,
7-
"nativeDebugging": true
7+
"nativeDebugging": false
88
},
99
"SimpleWeather.Windows (Unpackaged)": {
1010
"commandName": "Project",
1111
"doNotLaunchApp": true,
1212
"hotReloadEnabled": true,
13-
"nativeDebugging": true
13+
"nativeDebugging": false
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)