File tree Expand file tree Collapse file tree 24 files changed +56
-56
lines changed
Contoso.WPF.Demo.DotNetCore
Contoso.WinForms.Demo.DotNetCore
Contoso.WinUI.Desktop.Demo
Contoso.WinUI.Desktop.Demo
Contoso.WinUI.Desktop.Demo (Package) Expand file tree Collapse file tree 24 files changed +56
-56
lines changed Original file line number Diff line number Diff line change 70
70
<Reference Include =" Mono.Android" />
71
71
</ItemGroup >
72
72
<ItemGroup Condition =" '$(Configuration)'=='GooglePlay' " >
73
- <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.2 " />
73
+ <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.3 " />
74
74
</ItemGroup >
75
75
<ItemGroup Condition =" '$(Configuration)'!='GooglePlay' " >
76
- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.2 " />
76
+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.3 " />
77
77
</ItemGroup >
78
78
<ItemGroup >
79
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
80
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
79
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
80
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
81
81
<PackageReference Include =" Xamarin.Forms" Version =" 5.0.0.2578" />
82
82
</ItemGroup >
83
83
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<?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 =" 5.0.2 " android : versionCode =" 97 " >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" com.microsoft.appcenter.xamarin.forms.demo" android : versionName =" 5.0.3 " android : versionCode =" 98 " >
3
3
<uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30" />
4
4
<application android : label =" ACFDemo" ></application >
5
5
</manifest >
Original file line number Diff line number Diff line change 22
22
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
23
23
24
24
[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
25
- [ assembly: AssemblyFileVersion ( "5.0.2 .0" ) ]
26
- [ assembly: AssemblyInformationalVersion ( "5.0.2 " ) ]
25
+ [ assembly: AssemblyFileVersion ( "5.0.3 .0" ) ]
26
+ [ assembly: AssemblyInformationalVersion ( "5.0.3 " ) ]
27
27
28
28
// The following attributes are used to specify the signing key for the assembly,
29
29
// if desired. See the Mono documentation for more information about signing.
Original file line number Diff line number Diff line change 53
53
<Reference Include =" Xamarin.Mac" />
54
54
</ItemGroup >
55
55
<ItemGroup >
56
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
57
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
58
- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.2 " />
56
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
57
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
58
+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.3 " />
59
59
<PackageReference Include =" Xamarin.Forms" Version =" 5.0.0.2578" />
60
60
</ItemGroup >
61
61
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
<key >CFBundleIdentifier </key >
8
8
<string >com.microsoft.appcenter.Contoso-Forms-Demo-MacOS </string >
9
9
<key >CFBundleShortVersionString </key >
10
- <string >5.0.2 </string >
10
+ <string >5.0.3 </string >
11
11
<key >CFBundleVersion </key >
12
- <string >5.0.2 </string >
12
+ <string >5.0.3 </string >
13
13
<key >LSMinimumSystemVersion </key >
14
14
<string >10.14 </string >
15
15
<key >CFBundleDevelopmentRegion </key >
Original file line number Diff line number Diff line change 135
135
</ProjectReference >
136
136
</ItemGroup >
137
137
<ItemGroup >
138
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
139
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
140
- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.2 " />
138
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
139
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
140
+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.3 " />
141
141
<PackageReference Include =" Xamarin.Forms" Version =" 4.8.0.1821" />
142
142
<PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" Version =" 6.2.9" />
143
143
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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 =" 5.0.2 .0" />
3
+ <Identity Name =" 10805zumoTestUser.AppCenter-Contoso.Forms.Demo.UWP" Publisher =" CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version =" 5.0.3 .0" />
4
4
<mp : PhoneIdentity PhoneProductId =" fbe02dcf-2c7d-4740-9c2b-0df5e15916e5" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
5
5
<Properties >
6
6
<DisplayName >AppCenter-Contoso.Forms.Demo.UWP</DisplayName >
Original file line number Diff line number Diff line change 27
27
// by using the '*' as shown below:
28
28
// [assembly: AssemblyVersion("1.0.*")]
29
29
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
30
- [ assembly: AssemblyFileVersion ( "5.0.2 .0" ) ]
30
+ [ assembly: AssemblyFileVersion ( "5.0.3 .0" ) ]
31
31
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 87
87
<Reference Include =" Xamarin.iOS" />
88
88
</ItemGroup >
89
89
<ItemGroup >
90
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
91
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
92
- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.2 " />
90
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
91
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
92
+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.3 " />
93
93
<PackageReference Include =" Xamarin.Forms" Version =" 5.0.0.2578" />
94
94
</ItemGroup >
95
95
<ItemGroup >
Original file line number Diff line number Diff line change 5
5
<key >CFBundleIdentifier </key >
6
6
<string >com.microsoft.appcenter.xamarin.forms.ios.demo </string >
7
7
<key >CFBundleVersion </key >
8
- <string >5.0.2 </string >
8
+ <string >5.0.3 </string >
9
9
<key >LSRequiresIPhoneOS </key >
10
10
<true />
11
11
<key >MinimumOSVersion </key >
39
39
<key >CFBundleName </key >
40
40
<string >ACFDemo </string >
41
41
<key >CFBundleShortVersionString </key >
42
- <string >5.0.2 </string >
42
+ <string >5.0.3 </string >
43
43
<key >CFBundleURLTypes </key >
44
44
<array >
45
45
<dict >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<Copyright >Microsoft Corp. All rights reserved.</Copyright >
6
6
<Company >Microsoft Corporation</Company >
7
- <Version >5.0.2 </Version >
7
+ <Version >5.0.3 </Version >
8
8
<AssemblyVersion >0.0.0.0</AssemblyVersion >
9
- <FileVersion >5.0.2 .0</FileVersion >
9
+ <FileVersion >5.0.3 .0</FileVersion >
10
10
<Configurations >Debug;Release;GooglePlay</Configurations >
11
11
</PropertyGroup >
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'GooglePlay|AnyCPU' " >
20
20
<NoStdLib >false</NoStdLib >
21
21
</PropertyGroup >
22
22
<ItemGroup Condition =" '$(Configuration)'!='GooglePlay' " >
23
- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.2 " />
23
+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.3 " />
24
24
</ItemGroup >
25
25
<ItemGroup Condition =" '$(Configuration)'=='GooglePlay' " >
26
- <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.2 " />
26
+ <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.3 " />
27
27
</ItemGroup >
28
28
<ItemGroup >
29
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
30
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
29
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
30
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
31
31
<PackageReference Include =" Xamarin.Forms" Version =" 5.0.0.2578" />
32
32
</ItemGroup >
33
33
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<UsingMauiEssentials >true</UsingMauiEssentials >
10
10
<SingleProject >true</SingleProject >
11
11
<ImplicitUsings >enable</ImplicitUsings >
12
- <Version >5.0.2 </Version >
12
+ <Version >5.0.3 </Version >
13
13
<!-- Display name -->
14
14
<ApplicationTitle >Contoso.MAUI.Demo</ApplicationTitle >
15
15
<!-- App Identifier -->
56
56
<None Remove =" Platforms\iOS\Resources\Images\socket.png" />
57
57
</ItemGroup >
58
58
<ItemGroup >
59
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
60
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
59
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
60
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
61
61
</ItemGroup >
62
62
<ItemGroup Condition =" '$(Configuration)'!='GooglePlay' " >
63
- <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.2 " />
63
+ <PackageReference Include =" Microsoft.AppCenter.Distribute" Version =" 5.0.3 " />
64
64
</ItemGroup >
65
65
<ItemGroup Condition =" '$(Configuration)'=='GooglePlay' " >
66
- <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.2 " />
66
+ <PackageReference Include =" Microsoft.AppCenter.DistributePlay" Version =" 5.0.3 " />
67
67
</ItemGroup >
68
68
</Project >
Original file line number Diff line number Diff line change 5
5
xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
6
6
IgnorableNamespaces =" uap rescap" >
7
7
8
- <Identity Name =" maui-package-name-placeholder" Publisher =" CN=Microsoft" Version =" 5.0.2 .0" />
8
+ <Identity Name =" maui-package-name-placeholder" Publisher =" CN=Microsoft" Version =" 5.0.3 .0" />
9
9
10
10
<Properties >
11
11
<DisplayName >$placeholder$</DisplayName >
Original file line number Diff line number Diff line change 149
149
</Page >
150
150
</ItemGroup >
151
151
<ItemGroup >
152
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
153
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
152
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
153
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
154
154
<PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" Version =" 6.2.8" />
155
155
</ItemGroup >
156
156
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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 =" 5.0.2 .0" />
3
+ <Identity Name =" 10805zumoTestUser.AppCenter-Contoso.UWP.Demo" Publisher =" CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version =" 5.0.3 .0" />
4
4
<mp : PhoneIdentity PhoneProductId =" 3bda7e44-ab20-4885-b6a0-121b9f9e33d7" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
5
5
<Properties >
6
6
<DisplayName >AppCenter-Contoso.UWP.Demo</DisplayName >
Original file line number Diff line number Diff line change 27
27
// by using the '*' as shown below:
28
28
// [assembly: AssemblyVersion("1.0.*")]
29
29
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
30
- [ assembly: AssemblyFileVersion ( "5.0.2 .0" ) ]
30
+ [ assembly: AssemblyFileVersion ( "5.0.3 .0" ) ]
31
31
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 4
4
<OutputType >WinExe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
- <Version >5.0.2 </Version >
7
+ <Version >5.0.3 </Version >
8
8
<AssemblyVersion >0.0.0.0</AssemblyVersion >
9
- <FileVersion >5.0.2 .0</FileVersion >
9
+ <FileVersion >5.0.3 .0</FileVersion >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
13
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
12
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
13
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
14
14
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
15
15
</ItemGroup >
16
16
<ItemGroup >
Original file line number Diff line number Diff line change 115
115
</ProjectReference >
116
116
</ItemGroup >
117
117
<ItemGroup >
118
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
119
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
118
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
119
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
120
120
</ItemGroup >
121
121
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122
122
</Project >
Original file line number Diff line number Diff line change 30
30
// by using the '*' as shown below:
31
31
// [assembly: AssemblyVersion("1.0.*")]
32
32
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
33
- [ assembly: AssemblyFileVersion ( "5.0.2 .0" ) ]
34
- [ assembly: AssemblyInformationalVersion ( "5.0.2 " ) ]
33
+ [ assembly: AssemblyFileVersion ( "5.0.3 .0" ) ]
34
+ [ assembly: AssemblyInformationalVersion ( "5.0.3 " ) ]
Original file line number Diff line number Diff line change 4
4
<OutputType >WinExe</OutputType >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
- <Version >5.0.2 </Version >
7
+ <Version >5.0.3 </Version >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
11
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
10
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
11
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
12
12
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
13
13
</ItemGroup >
14
14
<ItemGroup >
Original file line number Diff line number Diff line change 81
81
<None Include =" App.config" />
82
82
</ItemGroup >
83
83
<ItemGroup >
84
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
85
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
84
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
85
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
86
86
</ItemGroup >
87
87
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88
88
</Project >
Original file line number Diff line number Diff line change 28
28
// by using the '*' as shown below:
29
29
// [assembly: AssemblyVersion("1.0.*")]
30
30
[ assembly: AssemblyVersion ( "0.0.0.0" ) ]
31
- [ assembly: AssemblyFileVersion ( "5.0.2 .0" ) ]
32
- [ assembly: AssemblyInformationalVersion ( "5.0.2 " ) ]
31
+ [ assembly: AssemblyFileVersion ( "5.0.3 .0" ) ]
32
+ [ assembly: AssemblyInformationalVersion ( "5.0.3 " ) ]
Original file line number Diff line number Diff line change 9
9
<Identity
10
10
Name =" 1351d609-eaaa-44b8-8752-b6bab406bb98"
11
11
Publisher =" CN=Microsoft.AppCenter"
12
- Version =" 5.0.2 .0" />
12
+ Version =" 5.0.3 .0" />
13
13
14
14
<Properties >
15
15
<DisplayName >Contoso.WinUI.Desktop.Demo (Package)</DisplayName >
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.2 " />
15
- <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.2 " />
14
+ <PackageReference Include =" Microsoft.AppCenter.Analytics" Version =" 5.0.3 " />
15
+ <PackageReference Include =" Microsoft.AppCenter.Crashes" Version =" 5.0.3 " />
16
16
<PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
17
17
<PackageReference Include =" Microsoft.ProjectReunion" Version =" 0.8.1" />
18
18
<PackageReference Include =" Microsoft.ProjectReunion.Foundation" Version =" 0.8.1" />
You can’t perform that action at this time.
0 commit comments