File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
public partial class App : Application
4
4
{
5
- public const string Version = "1.1.2 " ;
5
+ public const string Version = "1.1.3 " ;
6
6
7
7
public App ( ILocalSettingsService settingsService )
8
8
{
Original file line number Diff line number Diff line change 18
18
<ApplicationIdGuid >05794264-b003-4ffb-be94-5c6c2dc4ee15</ApplicationIdGuid >
19
19
20
20
<!-- Versions -->
21
- <ApplicationDisplayVersion >1.1.2 </ApplicationDisplayVersion >
22
- <ApplicationVersion >112 </ApplicationVersion >
21
+ <ApplicationDisplayVersion >1.1.3 </ApplicationDisplayVersion >
22
+ <ApplicationVersion >113 </ApplicationVersion >
23
23
24
24
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >11.0</SupportedOSPlatformVersion >
25
25
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'" >13.1</SupportedOSPlatformVersion >
You can’t perform that action at this time.
0 commit comments