Skip to content

Commit d1cb57c

Browse files
Merge pull request #1791 from microsoft/release/5.0.6
Start new 5.0.6 version
2 parents cedf4d2 + b5490a8 commit d1cb57c

File tree

66 files changed

+230
-129
lines changed

Some content is hidden

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

66 files changed

+230
-129
lines changed

.azurepipelines/build-release-packages-1es.yml

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extends:
7676
dependsOn: []
7777
pool:
7878
name: Azure Pipelines
79-
image: macos-11
79+
image: macos-12
8080
os: macOS
8181
demands:
8282
- msbuild
@@ -99,9 +99,6 @@ extends:
9999
filePath: ./build.sh
100100
arguments: '"version.cake" -t SetReleaseVersion'
101101

102-
- bash: 'sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6_12_0'
103-
displayName: 'Use Xamarin Bundle 6.12.0'
104-
105102
- task: JavaToolInstaller@0
106103
displayName: 'Use Java 11'
107104
inputs:
@@ -116,6 +113,12 @@ extends:
116113
SecretsFilter: 'appcenter-sdk-blob-storage-access-secret'
117114
RunAsPreJob: false
118115

116+
- task: UseDotNet@2
117+
displayName: 'Install .NET SDK'
118+
inputs:
119+
packageType: 'sdk'
120+
version: '8.x'
121+
119122
- bash: 'dotnet workload install android ios macos maccatalyst'
120123
displayName: 'Install .NET workloads'
121124

@@ -126,6 +129,19 @@ extends:
126129
arguments: '--StorageAuthParams="$(appcenter-sdk-blob-storage-access-secret)"'
127130
Version: 2.2.0
128131

132+
- task: Bash@3
133+
displayName: 'Install Mono, Xamarin and MSBuild'
134+
inputs:
135+
targetType: 'inline'
136+
script: |
137+
brew update
138+
brew install mono
139+
brew install --cask xamarin-mac
140+
brew install --cask xamarin-ios
141+
brew install --cask xamarin-android
142+
echo "Mono version: $(mono --version)"
143+
echo "MSBuild version: $(msbuild -version)"
144+
129145
- task: cake-build.cake.cake-build-task.Cake@2
130146
displayName: 'Prepare Xamarin Assemblies'
131147
inputs:
@@ -149,6 +165,8 @@ extends:
149165
jobs:
150166
- job: Package
151167
timeoutInMinutes: 180
168+
variables:
169+
VSVERSION: 2022
152170
templateContext:
153171
outputs:
154172
- output: pipelineArtifact
@@ -205,11 +223,16 @@ extends:
205223
.\scripts\strong-named-sign.cmd "$(Build.ArtifactStagingDirectory)\assemblies" "$(Agent.TempDirectory)\appcenter-pair-key.snk"
206224
displayName: 'Sign assemblies with strong naming'
207225
208-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
226+
- task: EsrpCodeSigning@5
209227
displayName: 'Sign Assemblies'
210228
inputs:
211-
ConnectedServiceName: 'MobileCenter-ESRP'
229+
ConnectedServiceName: 'App Center - Code Signing (WIF)'
212230
FolderPath: '$(Build.ArtifactStagingDirectory)\assemblies'
231+
AppRegistrationClientId: '56ecf8eb-6143-4da0-9a53-716e9c2e6e86'
232+
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
233+
AuthAKVName: 'code-signing-poduction'
234+
AuthCertName: 'appcenter-codesigning-auth'
235+
AuthSignCertName: 'CodeSigning-Certificate-Managed'
213236
Pattern: '*.dll,*.winmd'
214237
signConfigType: inlineSignParams
215238
inlineOperation: |
@@ -293,11 +316,16 @@ extends:
293316
arguments: '--MainPackage=true --AssembliesPath="$(Build.ArtifactStagingDirectory)\assemblies" --StorageAuthParams="$(appcenter-sdk-blob-storage-access-secret)"'
294317
Version: 2.2.0
295318

296-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
319+
- task: EsrpCodeSigning@5
297320
displayName: 'Sign Packages'
298321
enabled: true
299322
inputs:
300-
ConnectedServiceName: 'MobileCenter-ESRP'
323+
ConnectedServiceName: 'App Center - Code Signing (WIF)'
324+
AppRegistrationClientId: '56ecf8eb-6143-4da0-9a53-716e9c2e6e86'
325+
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
326+
AuthAKVName: 'code-signing-poduction'
327+
AuthCertName: 'appcenter-codesigning-auth'
328+
AuthSignCertName: 'CodeSigning-Certificate-Managed'
301329
FolderPath: '$(System.DefaultWorkingDirectory)/'
302330
Pattern: 'Microsoft.AppCenter*.nupkg'
303331
signConfigType: inlineSignParams
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="117" android:versionName="5.0.5-SNAPSHOT" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.puppet" android:versionCode="119" android:versionName="5.0.6-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"></application>
55
</manifest>

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("5.0.5.0")]
32-
[assembly: AssemblyInformationalVersion("5.0.5-SNAPSHOT")]
31+
[assembly: AssemblyFileVersion("5.0.6.0")]
32+
[assembly: AssemblyInformationalVersion("5.0.6-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
@@ -70,14 +70,14 @@
7070
<Reference Include="Mono.Android" />
7171
</ItemGroup>
7272
<ItemGroup Condition=" '$(Configuration)'=='GooglePlay' ">
73-
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="5.0.5" />
73+
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="5.0.6" />
7474
</ItemGroup>
7575
<ItemGroup Condition=" '$(Configuration)'!='GooglePlay' ">
76-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.5" />
76+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.6" />
7777
</ItemGroup>
7878
<ItemGroup>
79-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
80-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
79+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.6" />
80+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.6" />
8181
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
8282
</ItemGroup>
8383
<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" package="com.microsoft.appcenter.xamarin.forms.demo" android:versionName="5.0.5" android:versionCode="100">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.forms.demo" android:versionName="5.0.6" android:versionCode="101">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
44
<application android:label="ACFDemo"></application>
55
</manifest>

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("5.0.5.0")]
26-
[assembly: AssemblyInformationalVersion("5.0.5")]
25+
[assembly: AssemblyFileVersion("5.0.6.0")]
26+
[assembly: AssemblyInformationalVersion("5.0.6")]
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<Reference Include="Xamarin.Mac" />
5454
</ItemGroup>
5555
<ItemGroup>
56-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
57-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
58-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.5" />
56+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.6" />
57+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.6" />
58+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.6" />
5959
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
6060
</ItemGroup>
6161
<ItemGroup>

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>5.0.5</string>
10+
<string>5.0.6</string>
1111
<key>CFBundleVersion</key>
12-
<string>5.0.5</string>
12+
<string>5.0.6</string>
1313
<key>LSMinimumSystemVersion</key>
1414
<string>10.14</string>
1515
<key>CFBundleDevelopmentRegion</key>

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
@@ -135,9 +135,9 @@
135135
</ProjectReference>
136136
</ItemGroup>
137137
<ItemGroup>
138-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
139-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
140-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.5" />
138+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.6" />
139+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.6" />
140+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.6" />
141141
<PackageReference Include="Xamarin.Forms" Version="4.8.0.1821" />
142142
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.9" />
143143
</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="5.0.5.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Demo.UWP" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.6.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("5.0.5.0")]
30+
[assembly: AssemblyFileVersion("5.0.6.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
@@ -87,9 +87,9 @@
8787
<Reference Include="Xamarin.iOS" />
8888
</ItemGroup>
8989
<ItemGroup>
90-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
91-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
92-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.5" />
90+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.6" />
91+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.6" />
92+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.6" />
9393
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
9494
</ItemGroup>
9595
<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>5.0.5</string>
8+
<string>5.0.6</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>5.0.5</string>
42+
<string>5.0.6</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>5.0.5</Version>
7+
<Version>5.0.6</Version>
88
<AssemblyVersion>0.0.0.0</AssemblyVersion>
9-
<FileVersion>5.0.5.0</FileVersion>
9+
<FileVersion>5.0.6.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="5.0.5" />
23+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.6" />
2424
</ItemGroup>
2525
<ItemGroup Condition=" '$(Configuration)'=='GooglePlay' ">
26-
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="5.0.5" />
26+
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="5.0.6" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
30-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
29+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.6" />
30+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.6" />
3131
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2578" />
3232
</ItemGroup>
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="118" android:versionName="5.0.5-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="120" android:versionName="5.0.6-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("5.0.5.0")]
26-
[assembly: AssemblyInformationalVersion("5.0.5-SNAPSHOT")]
25+
[assembly: AssemblyFileVersion("5.0.6.0")]
26+
[assembly: AssemblyInformationalVersion("5.0.6-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>5.0.5</string>
10+
<string>5.0.6</string>
1111
<key>CFBundleVersion</key>
12-
<string>5.0.5</string>
12+
<string>5.0.6</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="5.0.5.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Puppet.U" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.6.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("5.0.5.0")]
30+
[assembly: AssemblyFileVersion("5.0.6.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>5.0.5</string>
8+
<string>5.0.6</string>
99
<key>CFBundleVersion</key>
10-
<string>5.0.5</string>
10+
<string>5.0.6</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("5.0.5.0")]
24-
[assembly: AssemblyInformationalVersion("5.0.5-SNAPSHOT")]
23+
[assembly: AssemblyFileVersion("5.0.6.0")]
24+
[assembly: AssemblyInformationalVersion("5.0.6-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.MAUI.Demo/Contoso.MAUI.Demo.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<UsingMauiEssentials>true</UsingMauiEssentials>
1010
<SingleProject>true</SingleProject>
1111
<ImplicitUsings>enable</ImplicitUsings>
12-
<Version>5.0.5</Version>
12+
<Version>5.0.6</Version>
1313
<!-- Display name -->
1414
<ApplicationTitle>Contoso.MAUI.Demo</ApplicationTitle>
1515
<!-- App Identifier -->
@@ -56,13 +56,13 @@
5656
<None Remove="Platforms\iOS\Resources\Images\socket.png" />
5757
</ItemGroup>
5858
<ItemGroup>
59-
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
60-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
59+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.6" />
60+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.6" />
6161
</ItemGroup>
6262
<ItemGroup Condition=" '$(Configuration)'!='GooglePlay' ">
63-
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.5" />
63+
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="5.0.6" />
6464
</ItemGroup>
6565
<ItemGroup Condition=" '$(Configuration)'=='GooglePlay' ">
66-
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="5.0.5" />
66+
<PackageReference Include="Microsoft.AppCenter.DistributePlay" Version="5.0.6" />
6767
</ItemGroup>
6868
</Project>

Apps/Contoso.MAUI.Demo/Platforms/Windows/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
66
IgnorableNamespaces="uap rescap">
77

8-
<Identity Name="maui-package-name-placeholder" Publisher="CN=Microsoft" Version="5.0.5.0" />
8+
<Identity Name="maui-package-name-placeholder" Publisher="CN=Microsoft" Version="5.0.6.0" />
99

1010
<Properties>
1111
<DisplayName>$placeholder$</DisplayName>

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>5.0.5</string>
16+
<string>5.0.6</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>5.0.5</string>
20+
<string>5.0.6</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="5.0.5" />
153-
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
152+
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.6" />
153+
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.6" />
154154
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.8" />
155155
</ItemGroup>
156156
<ItemGroup>

0 commit comments

Comments
 (0)