Skip to content

Commit 86cf6e7

Browse files
Merge pull request #1708 from microsoft/release/5.0.1
Start new 5.0.1 version
2 parents 6c769cc + 9f7fe23 commit 86cf6e7

File tree

32 files changed

+54
-57
lines changed

32 files changed

+54
-57
lines changed
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="110" android:versionName="5.0.0-SNAPSHOT" android:installLocation="auto">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.puppet" android:versionCode="111" android:versionName="5.0.1-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.0.0")]
32-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
31+
[assembly: AssemblyFileVersion("5.0.1.0")]
32+
[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")]

Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.MacOS/AppDelegate.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
using AppKit;
55
using Foundation;
66
using Xamarin.Forms.Platform.MacOS;
7+
using Xamarin.Forms;
8+
using Contoso.Forms.Demo.MacOS;
79

10+
[assembly: Dependency(typeof(AppDelegate))]
811
namespace Contoso.Forms.Demo.MacOS
912
{
1013
[Register("AppDelegate")]
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="111" android:versionName="5.0.0-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="112" android:versionName="5.0.1-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.0.0")]
26-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
25+
[assembly: AssemblyFileVersion("5.0.1.0")]
26+
[assembly: AssemblyInformationalVersion("5.0.1-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.0</string>
10+
<string>5.0.1</string>
1111
<key>CFBundleVersion</key>
12-
<string>5.0.0</string>
12+
<string>5.0.1</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.0.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Puppet.U" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.1.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.0.0")]
30+
[assembly: AssemblyFileVersion("5.0.1.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.0</string>
8+
<string>5.0.1</string>
99
<key>CFBundleVersion</key>
10-
<string>5.0.0</string>
10+
<string>5.0.1</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.0.0")]
24-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
23+
[assembly: AssemblyFileVersion("5.0.1.0")]
24+
[assembly: AssemblyInformationalVersion("5.0.1-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>5.0.0</string>
16+
<string>5.0.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>5.0.0</string>
20+
<string>5.0.1</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>10.15</string>
2323
<key>NSHumanReadableCopyright</key>

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="5.0.0.0" />
3+
<Identity Name="10805zumoTestUser.AppCenter-Contoso.UWP.Puppet" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.1.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("5.0.0.0")]
30+
[assembly: AssemblyFileVersion("5.0.1.0")]
3131
[assembly: ComVisible(false)]

Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<UseWPF>true</UseWPF>
7-
<Version>5.0.0-SNAPSHOT</Version>
7+
<Version>5.0.1-SNAPSHOT</Version>
88
<AssemblyVersion>0.0.0.0</AssemblyVersion>
9-
<FileVersion>5.0.0.0</FileVersion>
9+
<FileVersion>5.0.1.0</FileVersion>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
3232
[assembly: AssemblyVersion("0.0.0.0")]
33-
[assembly: AssemblyFileVersion("5.0.0.0")]
34-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
33+
[assembly: AssemblyFileVersion("5.0.1.0")]
34+
[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")]

Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
7-
<Version>5.0.0-SNAPSHOT</Version>
7+
<Version>5.0.1-SNAPSHOT</Version>
88
</PropertyGroup>
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />

Apps/Contoso.WinForms.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.0.0")]
32-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
31+
[assembly: AssemblyFileVersion("5.0.1.0")]
32+
[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")]

Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="796335c7-b33b-483b-995f-fa87ae20db4f"
1111
Publisher="CN=Microsoft.AppCenter"
12-
Version="5.0.0.0" />
12+
Version="5.0.1.0" />
1313

1414
<Properties>
1515
<DisplayName>Contoso.WinUI.Desktop.Puppet (Package)</DisplayName>

Apps/Contoso.iOS.Puppet/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.xamarin.ios.puppet</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>5.0.0</string>
10+
<string>5.0.1</string>
1111
<key>CFBundleVersion</key>
12-
<string>5.0.0</string>
12+
<string>5.0.1</string>
1313
<key>LSRequiresIPhoneOS</key>
1414
<true/>
1515
<key>MinimumOSVersion</key>

SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public partial class WrapperSdk
1414
public const string Name = "appcenter.xamarin";
1515

1616
/* We can't use reflection for assemblyInformationalVersion on iOS with "Link All" optimization. */
17-
internal const string Version = "5.0.0-SNAPSHOT";
17+
internal const string Version = "5.0.1-SNAPSHOT";
1818
}
1919
}

SDK/Directory.Build.props

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<Project>
23
<PropertyGroup>
34
<Copyright>Microsoft Corp. All rights reserved.</Copyright>
45
<Company>Microsoft Corporation</Company>
5-
6-
<!-- Pin C# version. C# 8 features might have issues on Mono runtime. -->
6+
<!-- Pin C# version. C# 8 features might have issues on Mono runtime. -->
77
<LangVersion>7.0</LangVersion>
8-
98
<!-- Current version. -->
10-
<Version>5.0.0-SNAPSHOT</Version>
11-
<FileVersion>5.0.0.0</FileVersion>
12-
9+
<Version>5.0.1-SNAPSHOT</Version>
10+
<FileVersion>5.0.1.0</FileVersion>
1311
<!-- Used in runtime to ensure versions match. Prevents loading in some cases, so don't set it as release version. -->
1412
<AssemblyVersion>0.0.0.0</AssemblyVersion>
15-
1613
<!-- Fix to have multiple projects in the same folder. -->
1714
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1815
<DefaultItemExcludes>$(DefaultItemExcludes);obj\**</DefaultItemExcludes>
19-
2016
<!-- Build XML documentation. -->
2117
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
22-
2318
<!-- TODO: Fix XML documentation warnings. -->
2419
<NoWarn>1573;1591</NoWarn>
25-
2620
<!-- Signing. -->
2721
<SignAssembly>true</SignAssembly>
2822
<DelaySign>true</DelaySign>
2923
<AssemblyOriginatorKeyFile>..\..\..\appcenter-public-key.snk</AssemblyOriginatorKeyFile>
3024
</PropertyGroup>
31-
</Project>
25+
</Project>

Tests/Contoso.Test.Functional.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" android:versionCode="42" android:versionName="5.0.0-SNAPSHOT" package="com.contoso.test.functional">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="43" android:versionName="5.0.1-SNAPSHOT" package="com.contoso.test.functional">
33
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
44
<uses-permission android:name="android.permission.INTERNET" />
55
<application android:label="Contoso.Test.Functional.Droid">

Tests/Contoso.Test.Functional.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.0.0")]
26-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
25+
[assembly: AssemblyFileVersion("5.0.1.0")]
26+
[assembly: AssemblyInformationalVersion("5.0.1-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.

Tests/Contoso.Test.Functional.iOS/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.contoso.test.functional</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>5.0.0</string>
10+
<string>5.0.1</string>
1111
<key>CFBundleVersion</key>
12-
<string>5.0.0</string>
12+
<string>5.0.1</string>
1313
<key>LSRequiresIPhoneOS</key>
1414
<true/>
1515
<key>MinimumOSVersion</key>

Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
3939
[assembly: AssemblyVersion("0.0.0.0")]
40-
[assembly: AssemblyFileVersion("5.0.0.0")]
41-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
40+
[assembly: AssemblyFileVersion("5.0.1.0")]
41+
[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")]

Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
// [assembly: AssemblyVersion("1.0.*")]
2121
[assembly: AssemblyVersion("0.0.0.0")]
22-
[assembly: AssemblyFileVersion("5.0.0.0")]
23-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
22+
[assembly: AssemblyFileVersion("5.0.1.0")]
23+
[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")]

Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
// [assembly: AssemblyVersion("1.0.*")]
2121
[assembly: AssemblyVersion("0.0.0.0")]
22-
[assembly: AssemblyFileVersion("5.0.0.0")]
23-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
22+
[assembly: AssemblyFileVersion("5.0.1.0")]
23+
[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")]

Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<Identity Name="da6d3d34-876e-488c-9342-7a7e4daa110b"
99
Publisher="CN=Alexander Chocron"
10-
Version="5.0.0.0" />
10+
Version="5.0.1.0" />
1111

1212
<mp:PhoneIdentity PhoneProductId="da6d3d34-876e-488c-9342-7a7e4daa110b" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1313

Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
// [assembly: AssemblyVersion("1.0.*")]
1919
[assembly: AssemblyVersion("1.0.0.0")]
20-
[assembly: AssemblyFileVersion("5.0.0.0")]
20+
[assembly: AssemblyFileVersion("5.0.1.0")]
2121
[assembly: ComVisible(false)]

Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
// [assembly: AssemblyVersion("1.0.*")]
2121
[assembly: AssemblyVersion("0.0.0.0")]
22-
[assembly: AssemblyFileVersion("5.0.0.0")]
23-
[assembly: AssemblyInformationalVersion("5.0.0-SNAPSHOT")]
22+
[assembly: AssemblyFileVersion("5.0.1.0")]
23+
[assembly: AssemblyInformationalVersion("5.0.1-SNAPSHOT")]

Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
// [assembly: AssemblyVersion("1.0.*")]
2222
[assembly: AssemblyVersion("1.0.0.0")]
23-
[assembly: AssemblyFileVersion("5.0.0.0")]
23+
[assembly: AssemblyFileVersion("5.0.1.0")]

scripts/configuration/ac-build-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<config>
33
<sdkInfo>
4-
<sdkVersion>5.0.0-SNAPSHOT</sdkVersion>
4+
<sdkVersion>5.0.1-SNAPSHOT</sdkVersion>
55
<appleVersion>5.0.0</appleVersion>
66
<androidVersion>5.0.0</androidVersion>
77
</sdkInfo>

0 commit comments

Comments
 (0)