Skip to content

Commit 36d3bb0

Browse files
authored
Merge pull request #1665 from microsoft/release/4.5.3
Update version to 4.5.3
2 parents ccd2a61 + 45f2f50 commit 36d3bb0

File tree

82 files changed

+161
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+161
-206
lines changed

Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.puppet" android:versionCode="105" android:versionName="4.5.2-SNAPSHOT" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.puppet" android:versionCode="106" android:versionName="4.5.3-SNAPSHOT" android:installLocation="auto">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
44
<application android:label="SXPuppet" android:icon="@drawable/Icon" android:theme="@style/PuppetTheme">
55
</application>

Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// by using the '*' as shown below:
2929
// [assembly: AssemblyVersion("1.0.*")]
3030
[assembly: AssemblyVersion("0.0.0.0")]
31-
[assembly: AssemblyFileVersion("4.5.2.0")]
32-
[assembly: AssemblyInformationalVersion("4.5.2-SNAPSHOT")]
31+
[assembly: AssemblyFileVersion("4.5.3.0")]
32+
[assembly: AssemblyInformationalVersion("4.5.3-SNAPSHOT")]

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
<Reference Include="Mono.Android" />
7474
</ItemGroup>
7575
<ItemGroup Condition=" '$(Configuration)'=='GooglePlay' ">
76-
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="4.5.2" />
76+
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="4.5.3" />
7777
</ItemGroup>
7878
<ItemGroup Condition=" '$(Configuration)'!='GooglePlay' ">
79-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.2" />
79+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.3" />
8080
</ItemGroup>
8181
<ItemGroup>
82-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.2" />
83-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.2" />
82+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.3" />
83+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.3" />
8484
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2401" />
8585
</ItemGroup>
8686
<ItemGroup>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.forms.demo" android:versionName="4.5.2" android:versionCode="94">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.forms.demo" android:versionName="4.5.3" android:versionCode="95">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
44
<application android:label="ACFDemo">
55
</application>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2323

2424
[assembly: AssemblyVersion("1.0.0.0")]
25-
[assembly: AssemblyFileVersion("4.5.2.0")]
26-
[assembly: AssemblyInformationalVersion("4.5.2")]
25+
[assembly: AssemblyFileVersion("4.5.3.0")]
26+
[assembly: AssemblyInformationalVersion("4.5.3")]
2727

2828
// The following attributes are used to specify the signing key for the assembly,
2929
// if desired. See the Mono documentation for more information about signing.

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/Contoso.Forms.Demo.MacOS.csproj

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\..\packages\Xamarin.Forms.5.0.0.2401\build\Xamarin.Forms.props" Condition="Exists('..\..\..\packages\Xamarin.Forms.5.0.0.2401\build\Xamarin.Forms.props')" />
43
<PropertyGroup>
54
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
65
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -57,39 +56,12 @@
5756
<Reference Include="System" />
5857
<Reference Include="System.Core" />
5958
<Reference Include="Xamarin.Mac" />
60-
<Reference Include="Xamarin.Forms.Core">
61-
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2401\lib\Xamarin.Mac\Xamarin.Forms.Core.dll</HintPath>
62-
</Reference>
63-
<Reference Include="Xamarin.Forms.Platform">
64-
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2401\lib\Xamarin.Mac\Xamarin.Forms.Platform.dll</HintPath>
65-
</Reference>
66-
<Reference Include="Xamarin.Forms.Platform.macOS">
67-
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2401\lib\Xamarin.Mac\Xamarin.Forms.Platform.macOS.dll</HintPath>
68-
</Reference>
69-
<Reference Include="Xamarin.Forms.Xaml">
70-
<HintPath>..\..\..\packages\Xamarin.Forms.5.0.0.2401\lib\Xamarin.Mac\Xamarin.Forms.Xaml.dll</HintPath>
71-
</Reference>
72-
<Reference Include="Microsoft.AppCenter">
73-
<HintPath>..\..\..\packages\Microsoft.AppCenter.4.5.0\lib\Xamarin.Mac\Microsoft.AppCenter.dll</HintPath>
74-
</Reference>
75-
<Reference Include="Microsoft.AppCenter.Crashes">
76-
<HintPath>..\..\..\packages\Microsoft.AppCenter.Crashes.4.5.0\lib\Xamarin.Mac\Microsoft.AppCenter.Crashes.dll</HintPath>
77-
</Reference>
78-
<Reference Include="Microsoft.AppCenter.Analytics">
79-
<HintPath>..\..\..\packages\Microsoft.AppCenter.Analytics.4.5.0\lib\Xamarin.Mac\Microsoft.AppCenter.Analytics.dll</HintPath>
80-
</Reference>
81-
<Reference Include="Microsoft.AppCenter.MacOS.Bindings">
82-
<HintPath>..\..\..\packages\Microsoft.AppCenter.4.5.0\lib\Xamarin.Mac\Microsoft.AppCenter.MacOS.Bindings.dll</HintPath>
83-
</Reference>
84-
<Reference Include="Microsoft.AppCenter.Analytics.MacOS.Bindings">
85-
<HintPath>..\..\..\packages\Microsoft.AppCenter.Analytics.4.5.0\lib\Xamarin.Mac\Microsoft.AppCenter.Analytics.MacOS.Bindings.dll</HintPath>
86-
</Reference>
87-
<Reference Include="Microsoft.AppCenter.Crashes.MacOS.Bindings">
88-
<HintPath>..\..\..\packages\Microsoft.AppCenter.Crashes.4.5.0\lib\Xamarin.Mac\Microsoft.AppCenter.Crashes.MacOS.Bindings.dll</HintPath>
89-
</Reference>
90-
<Reference Include="Microsoft.AppCenter.Distribute">
91-
<HintPath>..\..\..\packages\Microsoft.AppCenter.DistributePlay.4.5.0\lib\netstandard1.0\Microsoft.AppCenter.Distribute.dll</HintPath>
92-
</Reference>
59+
</ItemGroup>
60+
<ItemGroup>
61+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.3" />
62+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.3" />
63+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.3" />
64+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2401" />
9365
</ItemGroup>
9466
<ItemGroup>
9567
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
@@ -133,5 +105,4 @@
133105
</ProjectReference>
134106
</ItemGroup>
135107
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
136-
<Import Project="..\..\..\packages\Xamarin.Forms.5.0.0.2401\build\Xamarin.Forms.targets" Condition="Exists('..\..\..\packages\Xamarin.Forms.5.0.0.2401\build\Xamarin.Forms.targets')" />
137108
</Project>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<key>CFBundleIdentifier</key>
88
<string>com.microsoft.appcenter.Contoso-Forms-Demo-MacOS</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>4.5.2</string>
10+
<string>4.5.3</string>
1111
<key>CFBundleVersion</key>
12-
<string>4.5.2</string>
12+
<string>4.5.3</string>
1313
<key>LSMinimumSystemVersion</key>
1414
<string>10.14</string>
1515
<key>CFBundleDevelopmentRegion</key>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/packages.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
</ProjectReference>
137137
</ItemGroup>
138138
<ItemGroup>
139-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.2" />
140-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.2" />
141-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.2" />
139+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.3" />
140+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.3" />
141+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.3" />
142142
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1821" />
143143
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.9" />
144144
</ItemGroup>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
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="10805zumoTestUser.AppCenter-Contoso.Forms.Demo.UWP" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.2.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Demo.UWP" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.3.0" />
44
<mp:PhoneIdentity PhoneProductId="fbe02dcf-2c7d-4740-9c2b-0df5e15916e5" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>AppCenter-Contoso.Forms.Demo.UWP</DisplayName>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
2929
[assembly: AssemblyVersion("0.0.0.0")]
30-
[assembly: AssemblyFileVersion("4.5.2.0")]
30+
[assembly: AssemblyFileVersion("4.5.3.0")]
3131
[assembly: ComVisible(false)]

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<Reference Include="Xamarin.iOS" />
9494
</ItemGroup>
9595
<ItemGroup>
96-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.2" />
97-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.2" />
98-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.2" />
96+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.3" />
97+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.3" />
98+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.3" />
9999
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2401" />
100100
</ItemGroup>
101101
<ItemGroup>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleIdentifier</key>
66
<string>com.microsoft.appcenter.xamarin.forms.ios.demo</string>
77
<key>CFBundleVersion</key>
8-
<string>4.5.2</string>
8+
<string>4.5.3</string>
99
<key>LSRequiresIPhoneOS</key>
1010
<true/>
1111
<key>MinimumOSVersion</key>
@@ -39,7 +39,7 @@
3939
<key>CFBundleName</key>
4040
<string>ACFDemo</string>
4141
<key>CFBundleShortVersionString</key>
42-
<string>4.5.2</string>
42+
<string>4.5.3</string>
4343
<key>CFBundleURLTypes</key>
4444
<array>
4545
<dict>

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Copyright>Microsoft Corp. All rights reserved.</Copyright>
66
<Company>Microsoft Corporation</Company>
7-
<Version>4.5.2</Version>
7+
<Version>4.5.3</Version>
88
<AssemblyVersion>0.0.0.0</AssemblyVersion>
9-
<FileVersion>4.5.2.0</FileVersion>
9+
<FileVersion>4.5.3.0</FileVersion>
1010
<Configurations>Debug;Release;GooglePlay</Configurations>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'GooglePlay|AnyCPU' ">
@@ -20,14 +20,14 @@
2020
<NoStdLib>false</NoStdLib>
2121
</PropertyGroup>
2222
<ItemGroup Condition=" '$(Configuration)'!='GooglePlay' ">
23-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.2" />
23+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="4.5.3" />
2424
</ItemGroup>
2525
<ItemGroup Condition=" '$(Configuration)'=='GooglePlay' ">
26-
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="4.5.2" />
26+
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="4.5.3" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.2" />
30-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.2" />
29+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.3" />
30+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.3" />
3131
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3232
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2401" />
3333
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="106" android:versionName="4.5.2-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="107" android:versionName="4.5.3-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
44
<application android:label="ACFPuppet"></application>
55
</manifest>

Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2323

2424
[assembly: AssemblyVersion("0.0.0.0")]
25-
[assembly: AssemblyFileVersion("4.5.2.0")]
26-
[assembly: AssemblyInformationalVersion("4.5.2-SNAPSHOT")]
25+
[assembly: AssemblyFileVersion("4.5.3.0")]
26+
[assembly: AssemblyInformationalVersion("4.5.3-SNAPSHOT")]
2727

2828
// The following attributes are used to specify the signing key for the assembly,
2929
// if desired. See the Mono documentation for more information about signing.

Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.MacOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<key>CFBundleIdentifier</key>
88
<string>com.microsoft.appcenter.Contoso-Forms-Puppet-MacOS</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>4.5.2</string>
10+
<string>4.5.3</string>
1111
<key>CFBundleVersion</key>
12-
<string>4.5.2</string>
12+
<string>4.5.3</string>
1313
<key>LSMinimumSystemVersion</key>
1414
<string>10.14</string>
1515
<key>CFBundleDevelopmentRegion</key>

Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
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="10805zumoTestUser.AppCenter-Contoso.Forms.Puppet.U" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.2.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Puppet.U" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.3.0" />
44
<mp:PhoneIdentity PhoneProductId="55497ed8-b2ac-4485-ba79-e2b65bb720ed" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>AppCenter-Contoso.Forms.Puppet.UWP</DisplayName>

Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
2929
[assembly: AssemblyVersion("0.0.0.0")]
30-
[assembly: AssemblyFileVersion("4.5.2.0")]
30+
[assembly: AssemblyFileVersion("4.5.3.0")]
3131
[assembly: ComVisible(false)]

Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<key>CFBundleIdentifier</key>
66
<string>com.microsoft.appcenter.xamarin.forms.ios.puppet</string>
77
<key>CFBundleShortVersionString</key>
8-
<string>4.5.2</string>
8+
<string>4.5.3</string>
99
<key>CFBundleVersion</key>
10-
<string>4.5.2</string>
10+
<string>4.5.3</string>
1111
<key>LSRequiresIPhoneOS</key>
1212
<true/>
1313
<key>MinimumOSVersion</key>

Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
2121

2222
[assembly: AssemblyVersion("0.0.0.0")]
23-
[assembly: AssemblyFileVersion("4.5.2.0")]
24-
[assembly: AssemblyInformationalVersion("4.5.2-SNAPSHOT")]
23+
[assembly: AssemblyFileVersion("4.5.3.0")]
24+
[assembly: AssemblyInformationalVersion("4.5.3-SNAPSHOT")]
2525

2626
// The following attributes are used to specify the signing key for the assembly,
2727
// if desired. See the Mono documentation for more information about signing.

Apps/Contoso.MacOS.Puppet/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<key>CFBundlePackageType</key>
1414
<string>APPL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>4.5.2</string>
16+
<string>4.5.3</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>4.5.2</string>
20+
<string>4.5.3</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>10.15</string>
2323
<key>NSHumanReadableCopyright</key>

Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
</Page>
150150
</ItemGroup>
151151
<ItemGroup>
152-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.2" />
153-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.2" />
152+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.3" />
153+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.3" />
154154
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.8" />
155155
</ItemGroup>
156156
<ItemGroup>

Apps/Contoso.UWP.Demo/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
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="10805zumoTestUser.AppCenter-Contoso.UWP.Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.2.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.UWP.Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.3.0" />
44
<mp:PhoneIdentity PhoneProductId="3bda7e44-ab20-4885-b6a0-121b9f9e33d7" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>AppCenter-Contoso.UWP.Demo</DisplayName>

Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
2929
[assembly: AssemblyVersion("0.0.0.0")]
30-
[assembly: AssemblyFileVersion("4.5.2.0")]
30+
[assembly: AssemblyFileVersion("4.5.3.0")]
3131
[assembly: ComVisible(false)]

Apps/Contoso.UWP.Puppet/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
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="10805zumoTestUser.AppCenter-Contoso.UWP.Puppet" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.2.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.UWP.Puppet" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="4.5.3.0" />
44
<mp:PhoneIdentity PhoneProductId="ce1e8604-09a9-4ffb-846b-8762beb84188" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>AppCenter-Contoso.UWP.Puppet</DisplayName>

Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
2929
[assembly: AssemblyVersion("0.0.0.0")]
30-
[assembly: AssemblyFileVersion("4.5.2.0")]
30+
[assembly: AssemblyFileVersion("4.5.3.0")]
3131
[assembly: ComVisible(false)]

Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
66
<UseWPF>true</UseWPF>
7-
<Version>4.5.2</Version>
7+
<Version>4.5.3</Version>
88
<AssemblyVersion>0.0.0.0</AssemblyVersion>
9-
<FileVersion>4.5.2.0</FileVersion>
9+
<FileVersion>4.5.3.0</FileVersion>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.2" />
13-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.2" />
12+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="4.5.3" />
13+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="4.5.3" />
1414
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
1515
</ItemGroup>
1616
<ItemGroup>

0 commit comments

Comments
 (0)