From d2cfd0cf89b00f31b1f5af49cd1ced7c2eafd0f4 Mon Sep 17 00:00:00 2001 From: App Center Date: Mon, 6 Jul 2020 11:23:51 +0000 Subject: [PATCH 01/34] Update SDK version --- Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml | 2 +- Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs | 4 ++-- .../Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml | 2 +- .../Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs | 4 ++-- .../Contoso.Forms.Puppet.UWP/Package.appxmanifest | 2 +- .../Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs | 2 +- Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist | 4 ++-- .../Contoso.Forms.Puppet/Properties/AssemblyInfo.cs | 4 ++-- Apps/Contoso.UWP.Puppet/Package.appxmanifest | 2 +- Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs | 2 +- .../Contoso.WPF.Puppet.DotNetCore.csproj | 4 ++-- Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs | 4 ++-- .../Contoso.WinForms.Puppet.DotNetCore.csproj | 2 +- Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs | 4 ++-- Apps/Contoso.iOS.Puppet/Info.plist | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs | 4 ++-- SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs | 2 +- .../Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj | 4 ++-- .../Microsoft.AppCenter.WindowsDesktop.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs | 4 ++-- SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Analytics.UWP.csproj | 4 ++-- .../Microsoft.AppCenter.Analytics.WindowsDesktop.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Analytics.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Crashes.UWP.csproj | 4 ++-- .../Microsoft.AppCenter.Crashes.WindowsDesktop.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Crashes.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Distribute.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.UWP.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj | 4 ++-- .../Properties/AndroidManifest.xml | 2 +- .../Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs | 4 ++-- Tests/Contoso.Test.Functional.iOS/Info.plist | 4 ++-- Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs | 4 ++-- Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest | 2 +- Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 2 +- scripts/configuration/ac-build-config.xml | 2 +- 63 files changed, 111 insertions(+), 111 deletions(-) diff --git a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml index ffed80546..b0a688fb8 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs index 9ff9bba1e..2ee0d1840 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml index 8ca248688..d59c77996 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs index ab1d13a8c..23097a708 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest index 37af8699b..253d73a46 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.Forms.Puppet.UWP diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs index f5afaffc5..82025ed91 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.1.0")] [assembly: ComVisible(false)] diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist index cc790ce6d..418a5adba 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist @@ -5,9 +5,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.forms.ios.puppet CFBundleShortVersionString - 3.3.0 + 3.3.1 CFBundleVersion - 3.3.0 + 3.3.1 LSRequiresIPhoneOS MinimumOSVersion diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs index aaaf86475..6ae67ae2e 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.UWP.Puppet/Package.appxmanifest b/Apps/Contoso.UWP.Puppet/Package.appxmanifest index 2961e42fa..69af516e2 100644 --- a/Apps/Contoso.UWP.Puppet/Package.appxmanifest +++ b/Apps/Contoso.UWP.Puppet/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.UWP.Puppet diff --git a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs index 2377bea40..e770df00f 100644 --- a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.1.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj b/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj index 9da7a7392..cf2e829ba 100644 --- a/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj +++ b/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj @@ -4,9 +4,9 @@ WinExe netcoreapp3.0 true - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 diff --git a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs index 3a3613b5c..eb7396983 100644 --- a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj b/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj index b486670b5..68691de74 100644 --- a/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj +++ b/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj @@ -4,7 +4,7 @@ WinExe netcoreapp3.0 true - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT diff --git a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs index 2d8cdb4f0..d16456ed6 100644 --- a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/Apps/Contoso.iOS.Puppet/Info.plist b/Apps/Contoso.iOS.Puppet/Info.plist index be0d778c6..4311a7bd0 100644 --- a/Apps/Contoso.iOS.Puppet/Info.plist +++ b/Apps/Contoso.iOS.Puppet/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.ios.puppet CFBundleShortVersionString - 3.3.0 + 3.3.1 CFBundleVersion - 3.3.0 + 3.3.1 LSRequiresIPhoneOS MinimumOSVersion diff --git a/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs index c3f3b42ce..5f742329e 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs index 928329752..92745bda0 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs index 5571b6704..12c14f173 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs @@ -8,6 +8,6 @@ public partial class WrapperSdk public const string Name = "appcenter.xamarin"; /* We can't use reflection for assemblyInformationalVersion on iOS with "Link All" optimization. */ - internal const string Version = "3.3.0-SNAPSHOT"; + internal const string Version = "3.3.1-SNAPSHOT"; } } diff --git a/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj b/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj index 862809489..803e3d4a8 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.xml diff --git a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj index 59145bc08..23489343a 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj @@ -4,9 +4,9 @@ netcoreapp3.0;net461 Microsoft.AppCenter true - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter bin\Microsoft.AppCenter.xml diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs index 61d8e2edb..1dea3a0f8 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs index ce4074865..61cbde57f 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj index fa367f58f..9053d1b29 100644 --- a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj @@ -8,9 +8,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Core Microsoft Corporation - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Core bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.xml diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs index 74bbbeecd..82aa7a218 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs index 9a8b3addd..d40154e85 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj index 0c516d875..742cad2ce 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Analytics bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Analytics.xml diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj index 95371a44c..9b77bf955 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj @@ -3,9 +3,9 @@ netcoreapp3.0;net461 Microsoft.AppCenter.Analytics - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Analytics bin\Microsoft.AppCenter.Analytics.xml diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs index 4aa4ddb24..86fba53cf 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs index ed8c01313..5cc9e7f9c 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj index 2db88a0de..d3042def1 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj @@ -6,9 +6,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Analytics Microsoft Corporation - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Analytics bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Analytics.xml diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs index 39e9ff48e..c46ef4e72 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs index 663a4c3c7..f70c9ed29 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj index c05572861..eed902269 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Crashes bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Crashes.xml true diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj index ce0570d2d..f842c80dc 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj @@ -3,9 +3,9 @@ netcoreapp3.0;net461 Microsoft.AppCenter.Crashes - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Crashes bin\Microsoft.AppCenter.Crashes.xml diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs index 4f7b7ba11..2921e04f8 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs index 8dacd45d1..2d72b8e89 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj index 3c0bb46ac..eef6e3e2c 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Crashes Microsoft Corporation - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Crashes bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Crashes.xml diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs index 199f2cc5c..1a76d061d 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs index 9dada1251..66cf74447 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs index 2f43e3b74..9c35d32c7 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs index 888aaebe0..f6cee8cb2 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] \ No newline at end of file diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj index 6966376cf..4e55de58f 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Distribute Microsoft Corporation - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Distribute bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Distribute.xml diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs index 50c4e9e25..65af8c961 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs index 01e9992cb..d145db8fd 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj index a101f6881..3e1a998cd 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Push bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Push.xml diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs index 7d1137fb6..be76fd2c9 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs index c67bfaebc..ae634bd0c 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj b/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj index 6040edaca..2089b3696 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Push Microsoft Corporation - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 0.0.0.0 - 3.3.0.0 + 3.3.1.0 Microsoft.AppCenter.Push bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Push.xml diff --git a/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml b/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml index 39137611a..15fb88895 100644 --- a/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml +++ b/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs b/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs index 97fe498b3..8b278c000 100644 --- a/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Tests/Contoso.Test.Functional.iOS/Info.plist b/Tests/Contoso.Test.Functional.iOS/Info.plist index e131a948e..feb07e977 100644 --- a/Tests/Contoso.Test.Functional.iOS/Info.plist +++ b/Tests/Contoso.Test.Functional.iOS/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.contoso.test.functional CFBundleShortVersionString - 3.3.0 + 3.3.1 CFBundleVersion - 3.3.0 + 3.3.1 LSRequiresIPhoneOS MinimumOSVersion diff --git a/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs b/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs index 3dd22486b..25c14799a 100644 --- a/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs index 9574b5b02..fbc7f82ad 100644 --- a/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs @@ -36,7 +36,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Analytics.Test.Windows")] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs index 57cc8132a..8e0d995c0 100644 --- a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs index 1b1ab3660..9bc252cf9 100644 --- a/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs index 4827cd4b0..29ad8723c 100644 --- a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs @@ -36,8 +36,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Windows")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Analytics.Test.Windows")] diff --git a/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs index 4f9fda793..79d16c3ff 100644 --- a/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs @@ -36,4 +36,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.1.0")] diff --git a/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs index f88ac18c9..0b10f4744 100644 --- a/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs @@ -36,4 +36,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.1.0")] diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest index e3edaca5d..aa9034998 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest +++ b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest @@ -7,7 +7,7 @@ + Version="3.3.1.0" /> diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs index 420d1f1e3..d8a9f9f54 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.1.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs index 53b5a6937..95f13de2c 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs index 20c93ffdc..377955ebd 100644 --- a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs @@ -20,4 +20,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.3.1.0")] diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index cc20e5140..900df14f2 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -1,7 +1,7 @@ - 3.3.0-SNAPSHOT + 3.3.1-SNAPSHOT 3.3.1 3.2.2 From cd25b743408872acd42b6f0c6d53b98fcb25cc83 Mon Sep 17 00:00:00 2001 From: YuyaoHu Date: Mon, 6 Jul 2020 19:30:42 +0800 Subject: [PATCH 02/34] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3764de983..2853f1c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # App Center SDK for .NET Change Log +## Version 3.3.1 (Under development) + +___ + ## Version 3.3.0 This version has a breaking change on iOS - it drops Xcode 10 support, Xcode 11 is a minimal supported version now. From a4f379131be6b7fc36da0ff6d2811808363a7fd7 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Mon, 13 Jul 2020 12:12:40 +0400 Subject: [PATCH 03/34] Initial commit --- .../Distribute.cs | 57 +++++++++++++++++++ .../Microsoft.AppCenter.DistributePlay.csproj | 20 +++++++ .../Properties/AssemblyInfo.cs | 6 ++ 3 files changed, 83 insertions(+) create mode 100644 SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs create mode 100644 SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj create mode 100644 SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs new file mode 100644 index 000000000..ae65a468d --- /dev/null +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Threading.Tasks; + +namespace Microsoft.AppCenter.Distribute +{ + public static partial class Distribute + { + static Task PlatformIsEnabledAsync() + { + return Task.FromResult(false); + } + + static Task PlatformSetEnabledAsync(bool enabled) + { + return Task.FromResult(default(object)); + } + + static void PlatformSetInstallUrl(string installUrl) + { + } + + static void PlatformSetApiUrl(string apiUrl) + { + } + + static void SetReleaseAvailableCallback(ReleaseAvailableCallback releaseAvailableCallback) + { + } + + static void HandleUpdateAction(UpdateAction updateAction) + { + } + + static void SetUpdateTrack(UpdateTrack updateTrack) + { + } + + static UpdateTrack GetUpdateTrack() + { + return UpdateTrack.Public; + } + + static void PlatformCheckForUpdate() + { + } + + static void PlatformDisableAutomaticCheckForUpdate() + { + } + + private static void PlatformUnsetInstance() + { + } + } +} diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj new file mode 100644 index 000000000..cf9dd48b8 --- /dev/null +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj @@ -0,0 +1,20 @@ + + + + + netstandard1.0 + true + Microsoft Corp. All rights reserved. + Microsoft.AppCenter.Distribute + Microsoft Corporation + 3.2.2-SNAPSHOT + 0.0.0.0 + 3.2.2.0 + Microsoft.AppCenter.Distribute + bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Distribute.xml + + + + + + \ No newline at end of file diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..1fa2ae6d8 --- /dev/null +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs @@ -0,0 +1,6 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] \ No newline at end of file From 75fc0cf9525635a0dd44b0c1c27b2935aae8f14f Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Mon, 13 Jul 2020 13:01:01 +0400 Subject: [PATCH 04/34] Fix Mac sln file --- AppCenter-Mac.sln | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/AppCenter-Mac.sln b/AppCenter-Mac.sln index ac0067011..31a80df9b 100644 --- a/AppCenter-Mac.sln +++ b/AppCenter-Mac.sln @@ -93,6 +93,8 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.AppCenter.Shared. EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contoso.UtilClassLibrary", "Apps\Contoso.UtilClassLibrary\Contoso.UtilClassLibrary.csproj", "{D0FC73E2-AE97-495B-B41B-61CD422A8AE9}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.DistributePlay", "SDK\AppCenterDistribute\Microsoft.AppCenter.DistributePlay\Microsoft.AppCenter.DistributePlay.csproj", "{EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution SDK\AppCenter\Microsoft.AppCenter.Shared\Microsoft.AppCenter.Shared.projitems*{119c1730-e109-4bc9-aa89-9dca2c50bfd5}*SharedItemsImports = 4 @@ -1648,6 +1650,54 @@ Global {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x64.Build.0 = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x86.ActiveCfg = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x86.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x86.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|ARM.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x64.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x64.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x86.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x86.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|ARM.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|ARM.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhone.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x64.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x64.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x86.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x86.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|Any CPU.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|ARM.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|ARM.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhone.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhone.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x64.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x64.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x86.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1696,6 +1746,7 @@ Global {CAE55C79-1601-400D-86BF-03AB8CC5B8B9} = {7FAAA086-4453-4B62-AD9A-2E2ED216E3C4} {7076E711-FE72-4EC0-8335-045EEFC1100C} = {13744327-9529-490B-A970-06A1D3144117} {D0FC73E2-AE97-495B-B41B-61CD422A8AE9} = {274AB35C-68B4-4EFA-803B-8A7CFEC25EFC} + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5} = {B0562DBB-3784-4F1C-A355-61CFD44ED963} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution Policies = $0 From 7556b7065a06e60adba18e709c2f637244802a70 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Mon, 13 Jul 2020 13:12:36 +0400 Subject: [PATCH 05/34] Fix Windows sln file --- AppCenter-Windows.sln | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/AppCenter-Windows.sln b/AppCenter-Windows.sln index 068890b17..82a073721 100644 --- a/AppCenter-Windows.sln +++ b/AppCenter-Windows.sln @@ -118,6 +118,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.WinForms.Demo.DotNe EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.UtilClassLibrary", "Apps\Contoso.UtilClassLibrary\Contoso.UtilClassLibrary.csproj", "{A42BE92C-616D-4333-9F6A-D05BA547BFC6}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AppCenter.DistributePlay", "SDK\AppCenterDistribute\Microsoft.AppCenter.DistributePlay\Microsoft.AppCenter.DistributePlay.csproj", "{332DD742-D454-4C39-9C75-4ACD79BE07E9}" +EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution Tests\Microsoft.AppCenter.Test.WindowsDesktop.Shared\Microsoft.AppCenter.Test.WindowsDesktop.Shared.projitems*{09f38506-8def-431d-a749-df7e73a719f0}*SharedItemsImports = 13 @@ -131,6 +133,7 @@ Global SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Windows.Shared\Microsoft.AppCenter.Crashes.Windows.Shared.projitems*{2f715d51-643c-4f7f-9ea4-6554d4eeccb2}*SharedItemsImports = 5 Tests\Microsoft.AppCenter.Test.WindowsDesktop.Shared\Microsoft.AppCenter.Test.WindowsDesktop.Shared.projitems*{2ffff8c2-e190-4b83-9ad8-19f0e2ac6088}*SharedItemsImports = 5 SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Shared\Microsoft.AppCenter.Crashes.Shared.projitems*{302f0881-77ae-4cce-acf4-930ad5d4fb08}*SharedItemsImports = 5 + SDK\AppCenterDistribute\Microsoft.AppCenter.Distribute.Shared\Microsoft.AppCenter.Distribute.Shared.projitems*{332dd742-d454-4c39-9c75-4acd79be07e9}*SharedItemsImports = 5 SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Windows.Shared\Microsoft.AppCenter.Crashes.Windows.Shared.projitems*{3f190edf-f524-4b8d-9031-cd7b045eb6a5}*SharedItemsImports = 13 SDK\AppCenter\Microsoft.AppCenter.Shared.Xamarin\Microsoft.AppCenter.Shared.Xamarin.projitems*{3fe04b97-48de-4895-8612-ecbdfebd917c}*SharedItemsImports = 5 SDK\AppCenter\Microsoft.AppCenter.Shared\Microsoft.AppCenter.Shared.projitems*{3fe04b97-48de-4895-8612-ecbdfebd917c}*SharedItemsImports = 5 @@ -896,6 +899,26 @@ Global {A42BE92C-616D-4333-9F6A-D05BA547BFC6}.Release|x64.Build.0 = Release|Any CPU {A42BE92C-616D-4333-9F6A-D05BA547BFC6}.Release|x86.ActiveCfg = Release|Any CPU {A42BE92C-616D-4333-9F6A-D05BA547BFC6}.Release|x86.Build.0 = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM.ActiveCfg = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM.Build.0 = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM64.Build.0 = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x64.ActiveCfg = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x64.Build.0 = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x86.ActiveCfg = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x86.Build.0 = Debug|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|Any CPU.Build.0 = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM.ActiveCfg = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM.Build.0 = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM64.ActiveCfg = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM64.Build.0 = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x64.ActiveCfg = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x64.Build.0 = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x86.ActiveCfg = Release|Any CPU + {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -951,6 +974,7 @@ Global {5BFC9B9D-FD5B-4BFB-8079-DD7A686B1FEE} = {AA6821F3-930A-49E4-BA3F-D68255F39F1E} {C795494B-561C-4668-93CC-6BB4CA78A70F} = {AA6821F3-930A-49E4-BA3F-D68255F39F1E} {A42BE92C-616D-4333-9F6A-D05BA547BFC6} = {AA6821F3-930A-49E4-BA3F-D68255F39F1E} + {332DD742-D454-4C39-9C75-4ACD79BE07E9} = {44E43AB9-E48B-4162-BEAA-2D59651DB6FA} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {328868E2-F749-412D-B82F-84A683A1719C} From 55c7666bd624a0a660da0bad8fe3b079bb162ff2 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Mon, 13 Jul 2020 13:19:36 +0400 Subject: [PATCH 06/34] Remove redundant file --- .../Properties/AssemblyInfo.cs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs deleted file mode 100644 index 1fa2ae6d8..000000000 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] \ No newline at end of file From 7f8197f95068f474129076c30f8b28807cc54a7b Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Tue, 14 Jul 2020 13:47:07 +0400 Subject: [PATCH 07/34] Change target to monoandroid79 --- .../Microsoft.AppCenter.DistributePlay.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj index cf9dd48b8..05019a82a 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj @@ -2,7 +2,7 @@ - netstandard1.0 + monoandroid70 true Microsoft Corp. All rights reserved. Microsoft.AppCenter.Distribute From b7f0b52cfa282eb1f520c1928005952dea716ec8 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Tue, 14 Jul 2020 17:57:36 +0400 Subject: [PATCH 08/34] Add DistributePlay build configuration --- .github/workflows/codeql.yml | 3 ++- nuget/MacAppCenterDistributePlay.nuspec | 27 +++++++++++++++++++++++ scripts/configuration/ac-build-config.xml | 2 ++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 nuget/MacAppCenterDistributePlay.nuspec diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 900a6813a..a528f8d82 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -102,6 +102,7 @@ jobs: MSBuild.exe SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build - + MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.DistributePlay.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 diff --git a/nuget/MacAppCenterDistributePlay.nuspec b/nuget/MacAppCenterDistributePlay.nuspec new file mode 100644 index 000000000..32b52ea62 --- /dev/null +++ b/nuget/MacAppCenterDistributePlay.nuspec @@ -0,0 +1,27 @@ + + + + Microsoft.AppCenter.DistributePlay + App Center Distribute - Google Play + Microsoft + microsoft,appcenter + true + Microsoft App Center Distribute package provides in-app update capabilities for your mobile applications. + This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are to be published on Google Play Store. + © Microsoft Corporation. All rights reserved. + app center appcenter distribute mobilecenter + en-US + https://aka.ms/telgml + MIT + https://aka.ms/k76877 + + + + + + + + + + + diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index 900df14f2..5b3022614 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -28,6 +28,7 @@ + @@ -62,6 +63,7 @@ + From b7875b96d1f8d5e94eb059bee445818a69cfdb96 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Tue, 14 Jul 2020 18:12:25 +0400 Subject: [PATCH 09/34] Add windows nuspec for DistributePlay --- nuget/AppCenterDistributePlay.nuspec | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 nuget/AppCenterDistributePlay.nuspec diff --git a/nuget/AppCenterDistributePlay.nuspec b/nuget/AppCenterDistributePlay.nuspec new file mode 100644 index 000000000..2fc981a36 --- /dev/null +++ b/nuget/AppCenterDistributePlay.nuspec @@ -0,0 +1,27 @@ + + + + Microsoft.AppCenter.DistributePlay + App Center Distribute - Google Play + Microsoft + microsoft,appcenter + true + Microsoft App Center Distribute package provides in-app update capabilities for your mobile applications. + This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are to be published on Google Play Store. © Microsoft Corporation. All rights reserved. + app center appcenter distribute mobilecenter + en-US + https://aka.ms/telgml + MIT + https://aka.ms/k76877 + + + + $version$ + + + + + + + + From 3f069ff7fb3c3ca4c5e9f834e2561f0fa3dbedd8 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Tue, 14 Jul 2020 18:25:46 +0400 Subject: [PATCH 10/34] Fix CodeQL typo --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a528f8d82..fead642ca 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -102,7 +102,7 @@ jobs: MSBuild.exe SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build - MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.DistributePlay.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build - + MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 From a63d02c59d4e5b9130177e46fb6889c72dd2ddc0 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Tue, 14 Jul 2020 18:40:42 +0400 Subject: [PATCH 11/34] Fix csproj --- .../Microsoft.AppCenter.DistributePlay.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj index 05019a82a..1e0b0de3d 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj @@ -5,13 +5,12 @@ monoandroid70 true Microsoft Corp. All rights reserved. - Microsoft.AppCenter.Distribute + Microsoft.AppCenter.DistributePlay Microsoft Corporation 3.2.2-SNAPSHOT 0.0.0.0 3.2.2.0 - Microsoft.AppCenter.Distribute - bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Distribute.xml + Microsoft.AppCenter.DistributePlay From 2b47049aa0cd5a5d462758dc9f13ef84152e02c3 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Tue, 14 Jul 2020 18:43:20 +0400 Subject: [PATCH 12/34] Fix nupkg files --- nuget/AppCenterDistributePlay.nuspec | 1 + nuget/MacAppCenterDistributePlay.nuspec | 1 + 2 files changed, 2 insertions(+) diff --git a/nuget/AppCenterDistributePlay.nuspec b/nuget/AppCenterDistributePlay.nuspec index 2fc981a36..880ec1f3e 100644 --- a/nuget/AppCenterDistributePlay.nuspec +++ b/nuget/AppCenterDistributePlay.nuspec @@ -21,6 +21,7 @@ + diff --git a/nuget/MacAppCenterDistributePlay.nuspec b/nuget/MacAppCenterDistributePlay.nuspec index 32b52ea62..e9770e759 100644 --- a/nuget/MacAppCenterDistributePlay.nuspec +++ b/nuget/MacAppCenterDistributePlay.nuspec @@ -21,6 +21,7 @@ + From a94903457ea0bb43d280e87de8eca26506722065 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Wed, 15 Jul 2020 16:48:00 +0400 Subject: [PATCH 13/34] Remove incorrect additions --- AppCenter-Mac.sln | 51 ----------------- AppCenter-Windows.sln | 24 -------- .../Distribute.cs | 57 ------------------- .../Microsoft.AppCenter.DistributePlay.csproj | 19 ------- 4 files changed, 151 deletions(-) delete mode 100644 SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs delete mode 100644 SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj diff --git a/AppCenter-Mac.sln b/AppCenter-Mac.sln index 31a80df9b..ac0067011 100644 --- a/AppCenter-Mac.sln +++ b/AppCenter-Mac.sln @@ -93,8 +93,6 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Microsoft.AppCenter.Shared. EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Contoso.UtilClassLibrary", "Apps\Contoso.UtilClassLibrary\Contoso.UtilClassLibrary.csproj", "{D0FC73E2-AE97-495B-B41B-61CD422A8AE9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AppCenter.DistributePlay", "SDK\AppCenterDistribute\Microsoft.AppCenter.DistributePlay\Microsoft.AppCenter.DistributePlay.csproj", "{EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}" -EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution SDK\AppCenter\Microsoft.AppCenter.Shared\Microsoft.AppCenter.Shared.projitems*{119c1730-e109-4bc9-aa89-9dca2c50bfd5}*SharedItemsImports = 4 @@ -1650,54 +1648,6 @@ Global {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x64.Build.0 = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x86.ActiveCfg = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x86.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x64.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x86.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|ARM.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|ARM.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhone.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x64.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x64.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x86.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x86.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|ARM.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|ARM.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhone.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x64.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x64.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x86.ActiveCfg = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x86.Build.0 = Debug|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|Any CPU.Build.0 = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|ARM.ActiveCfg = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|ARM.Build.0 = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhone.ActiveCfg = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhone.Build.0 = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x64.ActiveCfg = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x64.Build.0 = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x86.ActiveCfg = Release|Any CPU - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -1746,7 +1696,6 @@ Global {CAE55C79-1601-400D-86BF-03AB8CC5B8B9} = {7FAAA086-4453-4B62-AD9A-2E2ED216E3C4} {7076E711-FE72-4EC0-8335-045EEFC1100C} = {13744327-9529-490B-A970-06A1D3144117} {D0FC73E2-AE97-495B-B41B-61CD422A8AE9} = {274AB35C-68B4-4EFA-803B-8A7CFEC25EFC} - {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5} = {B0562DBB-3784-4F1C-A355-61CFD44ED963} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution Policies = $0 diff --git a/AppCenter-Windows.sln b/AppCenter-Windows.sln index 82a073721..068890b17 100644 --- a/AppCenter-Windows.sln +++ b/AppCenter-Windows.sln @@ -118,8 +118,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.WinForms.Demo.DotNe EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.UtilClassLibrary", "Apps\Contoso.UtilClassLibrary\Contoso.UtilClassLibrary.csproj", "{A42BE92C-616D-4333-9F6A-D05BA547BFC6}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AppCenter.DistributePlay", "SDK\AppCenterDistribute\Microsoft.AppCenter.DistributePlay\Microsoft.AppCenter.DistributePlay.csproj", "{332DD742-D454-4C39-9C75-4ACD79BE07E9}" -EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution Tests\Microsoft.AppCenter.Test.WindowsDesktop.Shared\Microsoft.AppCenter.Test.WindowsDesktop.Shared.projitems*{09f38506-8def-431d-a749-df7e73a719f0}*SharedItemsImports = 13 @@ -133,7 +131,6 @@ Global SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Windows.Shared\Microsoft.AppCenter.Crashes.Windows.Shared.projitems*{2f715d51-643c-4f7f-9ea4-6554d4eeccb2}*SharedItemsImports = 5 Tests\Microsoft.AppCenter.Test.WindowsDesktop.Shared\Microsoft.AppCenter.Test.WindowsDesktop.Shared.projitems*{2ffff8c2-e190-4b83-9ad8-19f0e2ac6088}*SharedItemsImports = 5 SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Shared\Microsoft.AppCenter.Crashes.Shared.projitems*{302f0881-77ae-4cce-acf4-930ad5d4fb08}*SharedItemsImports = 5 - SDK\AppCenterDistribute\Microsoft.AppCenter.Distribute.Shared\Microsoft.AppCenter.Distribute.Shared.projitems*{332dd742-d454-4c39-9c75-4acd79be07e9}*SharedItemsImports = 5 SDK\AppCenterCrashes\Microsoft.AppCenter.Crashes.Windows.Shared\Microsoft.AppCenter.Crashes.Windows.Shared.projitems*{3f190edf-f524-4b8d-9031-cd7b045eb6a5}*SharedItemsImports = 13 SDK\AppCenter\Microsoft.AppCenter.Shared.Xamarin\Microsoft.AppCenter.Shared.Xamarin.projitems*{3fe04b97-48de-4895-8612-ecbdfebd917c}*SharedItemsImports = 5 SDK\AppCenter\Microsoft.AppCenter.Shared\Microsoft.AppCenter.Shared.projitems*{3fe04b97-48de-4895-8612-ecbdfebd917c}*SharedItemsImports = 5 @@ -899,26 +896,6 @@ Global {A42BE92C-616D-4333-9F6A-D05BA547BFC6}.Release|x64.Build.0 = Release|Any CPU {A42BE92C-616D-4333-9F6A-D05BA547BFC6}.Release|x86.ActiveCfg = Release|Any CPU {A42BE92C-616D-4333-9F6A-D05BA547BFC6}.Release|x86.Build.0 = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM.ActiveCfg = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM.Build.0 = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|ARM64.Build.0 = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x64.ActiveCfg = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x64.Build.0 = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x86.ActiveCfg = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Debug|x86.Build.0 = Debug|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|Any CPU.Build.0 = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM.ActiveCfg = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM.Build.0 = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM64.ActiveCfg = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|ARM64.Build.0 = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x64.ActiveCfg = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x64.Build.0 = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x86.ActiveCfg = Release|Any CPU - {332DD742-D454-4C39-9C75-4ACD79BE07E9}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -974,7 +951,6 @@ Global {5BFC9B9D-FD5B-4BFB-8079-DD7A686B1FEE} = {AA6821F3-930A-49E4-BA3F-D68255F39F1E} {C795494B-561C-4668-93CC-6BB4CA78A70F} = {AA6821F3-930A-49E4-BA3F-D68255F39F1E} {A42BE92C-616D-4333-9F6A-D05BA547BFC6} = {AA6821F3-930A-49E4-BA3F-D68255F39F1E} - {332DD742-D454-4C39-9C75-4ACD79BE07E9} = {44E43AB9-E48B-4162-BEAA-2D59651DB6FA} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {328868E2-F749-412D-B82F-84A683A1719C} diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs deleted file mode 100644 index ae65a468d..000000000 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Distribute.cs +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Threading.Tasks; - -namespace Microsoft.AppCenter.Distribute -{ - public static partial class Distribute - { - static Task PlatformIsEnabledAsync() - { - return Task.FromResult(false); - } - - static Task PlatformSetEnabledAsync(bool enabled) - { - return Task.FromResult(default(object)); - } - - static void PlatformSetInstallUrl(string installUrl) - { - } - - static void PlatformSetApiUrl(string apiUrl) - { - } - - static void SetReleaseAvailableCallback(ReleaseAvailableCallback releaseAvailableCallback) - { - } - - static void HandleUpdateAction(UpdateAction updateAction) - { - } - - static void SetUpdateTrack(UpdateTrack updateTrack) - { - } - - static UpdateTrack GetUpdateTrack() - { - return UpdateTrack.Public; - } - - static void PlatformCheckForUpdate() - { - } - - static void PlatformDisableAutomaticCheckForUpdate() - { - } - - private static void PlatformUnsetInstance() - { - } - } -} diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj deleted file mode 100644 index 1e0b0de3d..000000000 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - - - monoandroid70 - true - Microsoft Corp. All rights reserved. - Microsoft.AppCenter.DistributePlay - Microsoft Corporation - 3.2.2-SNAPSHOT - 0.0.0.0 - 3.2.2.0 - Microsoft.AppCenter.DistributePlay - - - - - - \ No newline at end of file From bf21c6af9a94cee6de5a1310de63cc12e39e6822 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Wed, 15 Jul 2020 16:48:25 +0400 Subject: [PATCH 14/34] Add additional target to distribute --- .../Microsoft.AppCenter.Distribute.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj index 4e55de58f..37c86f448 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj @@ -2,7 +2,7 @@ - netstandard1.0 + netstandard1.0;MonoAndroid70 true Microsoft Corp. All rights reserved. Microsoft.AppCenter.Distribute From 67b4ccdc3be54a34c664e824061627fc7d835395 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Thu, 16 Jul 2020 11:08:02 +0400 Subject: [PATCH 15/34] Various fixes --- .github/workflows/codeql.yml | 3 +-- nuget/AppCenterDistributePlay.nuspec | 8 ++++---- nuget/MacAppCenterDistributePlay.nuspec | 8 ++++---- scripts/configuration/ac-build-config.xml | 2 -- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fead642ca..0b07679b1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -102,7 +102,6 @@ jobs: MSBuild.exe SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build - MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.DistributePlay/Microsoft.AppCenter.DistributePlay.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build - + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 diff --git a/nuget/AppCenterDistributePlay.nuspec b/nuget/AppCenterDistributePlay.nuspec index 880ec1f3e..a1dad810c 100644 --- a/nuget/AppCenterDistributePlay.nuspec +++ b/nuget/AppCenterDistributePlay.nuspec @@ -6,8 +6,8 @@ Microsoft microsoft,appcenter true - Microsoft App Center Distribute package provides in-app update capabilities for your mobile applications. - This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are to be published on Google Play Store. © Microsoft Corporation. All rights reserved. + Microsoft App Center Distribute Google Play Store package App Center Distribute module with stubbed APIs; This package should only be used with assemblies which are going to be published on Google Play Store. + This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are going to be published on Google Play Store. © Microsoft Corporation. All rights reserved. app center appcenter distribute mobilecenter en-US https://aka.ms/telgml @@ -21,8 +21,8 @@ - - + + diff --git a/nuget/MacAppCenterDistributePlay.nuspec b/nuget/MacAppCenterDistributePlay.nuspec index e9770e759..18c88fa02 100644 --- a/nuget/MacAppCenterDistributePlay.nuspec +++ b/nuget/MacAppCenterDistributePlay.nuspec @@ -6,8 +6,8 @@ Microsoft microsoft,appcenter true - Microsoft App Center Distribute package provides in-app update capabilities for your mobile applications. - This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are to be published on Google Play Store. + Microsoft App Center Distribute Google Play Store package App Center Distribute module with stubbed APIs; This package should only be used with assemblies which are going to be published on Google Play Store. + This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are going to be published on Google Play Store. © Microsoft Corporation. All rights reserved. © Microsoft Corporation. All rights reserved. app center appcenter distribute mobilecenter en-US @@ -21,8 +21,8 @@ - - + + diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index 5b3022614..900df14f2 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -28,7 +28,6 @@ - @@ -63,7 +62,6 @@ - From f853977955a126f36df251b8443ae71fe3b20aa6 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Thu, 16 Jul 2020 12:47:13 +0400 Subject: [PATCH 16/34] Add stubbed android resources --- .../Microsoft.AppCenter.Distribute.csproj | 3 +++ .../Resources/values/Strings.xml | 24 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Resources/values/Strings.xml diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj index 37c86f448..080fc2e0d 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj @@ -13,6 +13,9 @@ Microsoft.AppCenter.Distribute bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Distribute.xml + + + diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Resources/values/Strings.xml b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Resources/values/Strings.xml new file mode 100644 index 000000000..f562fca25 --- /dev/null +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Resources/values/Strings.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From c2767181e0b0244b293d51d4093fdfb0544a92a0 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Thu, 16 Jul 2020 14:22:11 +0400 Subject: [PATCH 17/34] Fixes (description, nugets, output folders) --- nuget/AppCenterDistributePlay.nuspec | 8 ++++---- nuget/MacAppCenterDistributePlay.nuspec | 8 ++++---- scripts/configuration/ac-build-config.xml | 4 ++++ 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/nuget/AppCenterDistributePlay.nuspec b/nuget/AppCenterDistributePlay.nuspec index a1dad810c..118717e73 100644 --- a/nuget/AppCenterDistributePlay.nuspec +++ b/nuget/AppCenterDistributePlay.nuspec @@ -6,8 +6,8 @@ Microsoft microsoft,appcenter true - Microsoft App Center Distribute Google Play Store package App Center Distribute module with stubbed APIs; This package should only be used with assemblies which are going to be published on Google Play Store. - This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are going to be published on Google Play Store. © Microsoft Corporation. All rights reserved. + Microsoft App Center Distribute Google Play package App Center Distribute stubbed module; This package should only be used in assemblies which are going to be published on Google Play. + This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play. © Microsoft Corporation. All rights reserved. app center appcenter distribute mobilecenter en-US https://aka.ms/telgml @@ -21,8 +21,8 @@ - - + + diff --git a/nuget/MacAppCenterDistributePlay.nuspec b/nuget/MacAppCenterDistributePlay.nuspec index 18c88fa02..89a2efa98 100644 --- a/nuget/MacAppCenterDistributePlay.nuspec +++ b/nuget/MacAppCenterDistributePlay.nuspec @@ -6,8 +6,8 @@ Microsoft microsoft,appcenter true - Microsoft App Center Distribute Google Play Store package App Center Distribute module with stubbed APIs; This package should only be used with assemblies which are going to be published on Google Play Store. - This package stubs Distribute APIs not to violate Google's guidelines on application lifecycle. Only to for the use in assemblies which are going to be published on Google Play Store. © Microsoft Corporation. All rights reserved. + Microsoft App Center Distribute Google Play package App Center Distribute stubbed module; This package should only be used in assemblies which are going to be published on Google Play. + This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play. © Microsoft Corporation. All rights reserved. © Microsoft Corporation. All rights reserved. app center appcenter distribute mobilecenter en-US @@ -21,8 +21,8 @@ - - + + diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index 900df14f2..44d43b958 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -29,6 +29,9 @@ + + + @@ -63,6 +66,7 @@ + From aec8dbe41a286d6f37d9255cd09226eb422700ce Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Thu, 16 Jul 2020 15:19:34 +0400 Subject: [PATCH 18/34] Remove empty space --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0b07679b1..900a6813a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -102,6 +102,6 @@ jobs: MSBuild.exe SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build MSBuild.exe SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj -property:UseSharedCompilation=false -property:Configuration=Release /restore -target:Build - + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1 From f761b8299310e20df5d88ded1e974e570360f57f Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Thu, 16 Jul 2020 15:36:12 +0400 Subject: [PATCH 19/34] Fix nuspecs --- nuget/AppCenterDistributePlay.nuspec | 3 ++- nuget/MacAppCenterDistributePlay.nuspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nuget/AppCenterDistributePlay.nuspec b/nuget/AppCenterDistributePlay.nuspec index 118717e73..7bfc70a45 100644 --- a/nuget/AppCenterDistributePlay.nuspec +++ b/nuget/AppCenterDistributePlay.nuspec @@ -7,7 +7,8 @@ microsoft,appcenter true Microsoft App Center Distribute Google Play package App Center Distribute stubbed module; This package should only be used in assemblies which are going to be published on Google Play. - This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play. © Microsoft Corporation. All rights reserved. + This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play. + © Microsoft Corporation. All rights reserved. app center appcenter distribute mobilecenter en-US https://aka.ms/telgml diff --git a/nuget/MacAppCenterDistributePlay.nuspec b/nuget/MacAppCenterDistributePlay.nuspec index 89a2efa98..2b49596b1 100644 --- a/nuget/MacAppCenterDistributePlay.nuspec +++ b/nuget/MacAppCenterDistributePlay.nuspec @@ -7,7 +7,7 @@ microsoft,appcenter true Microsoft App Center Distribute Google Play package App Center Distribute stubbed module; This package should only be used in assemblies which are going to be published on Google Play. - This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play. © Microsoft Corporation. All rights reserved. + This package has stubbed App Center Distribute module not to violate Google's guidelines on in-app updates. Only for the use in assemblies which are going to be published on Google Play. © Microsoft Corporation. All rights reserved. app center appcenter distribute mobilecenter en-US From bee5605152db8c90e889cc9209f01d1b8aff4657 Mon Sep 17 00:00:00 2001 From: Dmitrii Chichuk Date: Thu, 16 Jul 2020 18:40:32 +0400 Subject: [PATCH 20/34] Address feedback (sort modules) --- scripts/configuration/ac-build-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index 44d43b958..af2d38c81 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -65,8 +65,8 @@ - + From d4ec7bd3d5f4e90ad7ee46b7e237ed2809b81e0e Mon Sep 17 00:00:00 2001 From: AnastasiaKubova Date: Fri, 17 Jul 2020 11:14:09 +0300 Subject: [PATCH 21/34] Modify the test app to test the new Distribute library (#1419) * Add build config with use new distribute module * Initial commit * Remove redundant file * App build config for a new distribute module in puppet app * Add missing configuration * Add links to new distribute module * Resolve feedback * Remove assembly Distribute module from the new configuration and update csproj files * Remove references for new distribute module from android forms projects * Resolve feedback and add missing points * Update dependency for stub distribute module for android xamarin app * Update AndroidLinkTool in test apps * Add a reference to new distribute module to demo app * Fix launch test app with new configuration * Resolve feedback * Resolve feedback Co-authored-by: Dmitrii Chichuk --- AppCenter-Demo.sln | 30 +++ AppCenter-Mac.sln | 185 ++++++++++++++++++ .../Contoso.Android.Puppet.csproj | 39 +++- .../Contoso.Forms.Demo.Droid.csproj | 21 +- .../Contoso.Forms.Puppet.Droid.csproj | 34 +++- .../Contoso.Forms.Puppet.csproj | 1 - 6 files changed, 292 insertions(+), 18 deletions(-) diff --git a/AppCenter-Demo.sln b/AppCenter-Demo.sln index be95aab59..93d6252d3 100644 --- a/AppCenter-Demo.sln +++ b/AppCenter-Demo.sln @@ -47,6 +47,9 @@ Global Release|iPhoneSimulator = Release|iPhoneSimulator Release|x64 = Release|x64 Release|x86 = Release|x86 + GooglePlay|Any CPU = GooglePlay|Any CPU + GooglePlay|x64 = GooglePlay|x64 + GooglePlay|x86 = GooglePlay|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU @@ -105,6 +108,12 @@ Global {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.Release|x64.Build.0 = Release|Any CPU {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.Release|x86.ActiveCfg = Release|Any CPU {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.Release|x86.Build.0 = Release|Any CPU + {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.GooglePlay|x64.Build.0 = Release|Any CPU + {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {8E7B51FC-8A9B-49F7-A40D-4D12BBF893B6}.GooglePlay|x86.Build.0 = Release|Any CPU {3B39B339-86C4-47EF-8F85-811220494CA6}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {3B39B339-86C4-47EF-8F85-811220494CA6}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {3B39B339-86C4-47EF-8F85-811220494CA6}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -164,6 +173,12 @@ Global {3B39B339-86C4-47EF-8F85-811220494CA6}.Release|x64.Build.0 = Release|Any CPU {3B39B339-86C4-47EF-8F85-811220494CA6}.Release|x86.ActiveCfg = Release|Any CPU {3B39B339-86C4-47EF-8F85-811220494CA6}.Release|x86.Build.0 = Release|Any CPU + {3B39B339-86C4-47EF-8F85-811220494CA6}.GooglePlay|Any CPU.ActiveCfg = GooglePlay|Any CPU + {3B39B339-86C4-47EF-8F85-811220494CA6}.GooglePlay|Any CPU.Build.0 = GooglePlay|Any CPU + {3B39B339-86C4-47EF-8F85-811220494CA6}.GooglePlay|x64.ActiveCfg = GooglePlay|Any CPU + {3B39B339-86C4-47EF-8F85-811220494CA6}.GooglePlay|x64.Build.0 = GooglePlay|Any CPU + {3B39B339-86C4-47EF-8F85-811220494CA6}.GooglePlay|x86.ActiveCfg = GooglePlay|Any CPU + {3B39B339-86C4-47EF-8F85-811220494CA6}.GooglePlay|x86.Build.0 = GooglePlay|Any CPU {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.Ad-Hoc|Any CPU.ActiveCfg = Debug|iPhoneSimulator {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.Ad-Hoc|Any CPU.Build.0 = Debug|iPhoneSimulator {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.Ad-Hoc|ARM.ActiveCfg = Debug|iPhoneSimulator @@ -217,6 +232,9 @@ Global {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.Release|x64.Build.0 = Release|iPhone {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.Release|x86.ActiveCfg = Release|iPhone {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.Release|x86.Build.0 = Release|iPhone + {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.GooglePlay|Any CPU.ActiveCfg = Debug|iPhoneSimulator + {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.GooglePlay|x64.ActiveCfg = Debug|iPhoneSimulator + {EB8F7B8E-5013-4C0C-9C32-59ADC5FDFDBD}.GooglePlay|x86.ActiveCfg = Debug|iPhoneSimulator {665362D9-5EE2-45DE-A907-25DC86999A68}.Ad-Hoc|Any CPU.ActiveCfg = Debug|x86 {665362D9-5EE2-45DE-A907-25DC86999A68}.Ad-Hoc|Any CPU.Build.0 = Debug|x86 {665362D9-5EE2-45DE-A907-25DC86999A68}.Ad-Hoc|ARM.ActiveCfg = Debug|ARM @@ -284,6 +302,12 @@ Global {665362D9-5EE2-45DE-A907-25DC86999A68}.Release|x86.ActiveCfg = Release|x86 {665362D9-5EE2-45DE-A907-25DC86999A68}.Release|x86.Build.0 = Release|x86 {665362D9-5EE2-45DE-A907-25DC86999A68}.Release|x86.Deploy.0 = Release|x86 + {665362D9-5EE2-45DE-A907-25DC86999A68}.GooglePlay|Any CPU.ActiveCfg = Debug|x86 + {665362D9-5EE2-45DE-A907-25DC86999A68}.GooglePlay|Any CPU.Build.0 = Debug|x86 + {665362D9-5EE2-45DE-A907-25DC86999A68}.GooglePlay|x64.ActiveCfg = Debug|x86 + {665362D9-5EE2-45DE-A907-25DC86999A68}.GooglePlay|x64.Build.0 = Debug|x86 + {665362D9-5EE2-45DE-A907-25DC86999A68}.GooglePlay|x86.ActiveCfg = Debug|x86 + {665362D9-5EE2-45DE-A907-25DC86999A68}.GooglePlay|x86.Build.0 = Debug|x86 {2AF3281C-D928-4886-9C68-775DADA56789}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {2AF3281C-D928-4886-9C68-775DADA56789}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {2AF3281C-D928-4886-9C68-775DADA56789}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -340,6 +364,12 @@ Global {2AF3281C-D928-4886-9C68-775DADA56789}.Release|x64.Build.0 = Release|Any CPU {2AF3281C-D928-4886-9C68-775DADA56789}.Release|x86.ActiveCfg = Release|Any CPU {2AF3281C-D928-4886-9C68-775DADA56789}.Release|x86.Build.0 = Release|Any CPU + {2AF3281C-D928-4886-9C68-775DADA56789}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU + {2AF3281C-D928-4886-9C68-775DADA56789}.GooglePlay|Any CPU.Build.0 = Debug|Any CPU + {2AF3281C-D928-4886-9C68-775DADA56789}.GooglePlay|x64.ActiveCfg = Debug|Any CPU + {2AF3281C-D928-4886-9C68-775DADA56789}.GooglePlay|x64.Build.0 = Debug|Any CPU + {2AF3281C-D928-4886-9C68-775DADA56789}.GooglePlay|x86.ActiveCfg = Debug|Any CPU + {2AF3281C-D928-4886-9C68-775DADA56789}.GooglePlay|x86.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/AppCenter-Mac.sln b/AppCenter-Mac.sln index ac0067011..08d2851af 100644 --- a/AppCenter-Mac.sln +++ b/AppCenter-Mac.sln @@ -158,6 +158,9 @@ Global Release|iPhoneSimulator = Release|iPhoneSimulator Release|x64 = Release|x64 Release|x86 = Release|x86 + GooglePlay|Any CPU = GooglePlay|Any CPU + GooglePlay|x64 = GooglePlay|x64 + GooglePlay|x86 = GooglePlay|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU @@ -208,6 +211,12 @@ Global {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.Release|x64.Build.0 = Release|Any CPU {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.Release|x86.ActiveCfg = Release|Any CPU {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.Release|x86.Build.0 = Release|Any CPU + {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.GooglePlay|x64.Build.0 = Release|Any CPU + {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {3FE04B97-48DE-4895-8612-ECBDFEBD917C}.GooglePlay|x86.Build.0 = Release|Any CPU {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -256,6 +265,12 @@ Global {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.Release|x64.Build.0 = Release|Any CPU {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.Release|x86.ActiveCfg = Release|Any CPU {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.Release|x86.Build.0 = Release|Any CPU + {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.GooglePlay|x64.Build.0 = Release|Any CPU + {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {119C1730-E109-4BC9-AA89-9DCA2C50BFD5}.GooglePlay|x86.Build.0 = Release|Any CPU {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -304,6 +319,12 @@ Global {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.Release|x64.Build.0 = Release|Any CPU {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.Release|x86.ActiveCfg = Release|Any CPU {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.Release|x86.Build.0 = Release|Any CPU + {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.GooglePlay|x64.Build.0 = Release|Any CPU + {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {C3B5BA33-DA39-400D-B5B3-85C68354FD74}.GooglePlay|x86.Build.0 = Release|Any CPU {B87370CD-AF51-45E0-AA15-3E0ABC0C30A0}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {B87370CD-AF51-45E0-AA15-3E0ABC0C30A0}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {B87370CD-AF51-45E0-AA15-3E0ABC0C30A0}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -352,6 +373,7 @@ Global {B87370CD-AF51-45E0-AA15-3E0ABC0C30A0}.Release|x64.Build.0 = Release|Any CPU {B87370CD-AF51-45E0-AA15-3E0ABC0C30A0}.Release|x86.ActiveCfg = Release|Any CPU {B87370CD-AF51-45E0-AA15-3E0ABC0C30A0}.Release|x86.Build.0 = Release|Any CPU + {B87370CD-AF51-45E0-AA15-3E0ABC0C30A0}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {5490FECC-63B2-4543-B4FE-EDD8D1BD8351}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {5490FECC-63B2-4543-B4FE-EDD8D1BD8351}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {5490FECC-63B2-4543-B4FE-EDD8D1BD8351}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -400,6 +422,7 @@ Global {5490FECC-63B2-4543-B4FE-EDD8D1BD8351}.Release|x64.Build.0 = Release|Any CPU {5490FECC-63B2-4543-B4FE-EDD8D1BD8351}.Release|x86.ActiveCfg = Release|Any CPU {5490FECC-63B2-4543-B4FE-EDD8D1BD8351}.Release|x86.Build.0 = Release|Any CPU + {5490FECC-63B2-4543-B4FE-EDD8D1BD8351}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {0F13E444-717E-460A-BDE7-8AD537F0A418}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {0F13E444-717E-460A-BDE7-8AD537F0A418}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {0F13E444-717E-460A-BDE7-8AD537F0A418}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -448,6 +471,12 @@ Global {0F13E444-717E-460A-BDE7-8AD537F0A418}.Release|x64.Build.0 = Release|Any CPU {0F13E444-717E-460A-BDE7-8AD537F0A418}.Release|x86.ActiveCfg = Release|Any CPU {0F13E444-717E-460A-BDE7-8AD537F0A418}.Release|x86.Build.0 = Release|Any CPU + {0F13E444-717E-460A-BDE7-8AD537F0A418}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {0F13E444-717E-460A-BDE7-8AD537F0A418}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {0F13E444-717E-460A-BDE7-8AD537F0A418}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {0F13E444-717E-460A-BDE7-8AD537F0A418}.GooglePlay|x64.Build.0 = Release|Any CPU + {0F13E444-717E-460A-BDE7-8AD537F0A418}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {0F13E444-717E-460A-BDE7-8AD537F0A418}.GooglePlay|x86.Build.0 = Release|Any CPU {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -496,6 +525,12 @@ Global {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.Release|x64.Build.0 = Release|Any CPU {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.Release|x86.ActiveCfg = Release|Any CPU {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.Release|x86.Build.0 = Release|Any CPU + {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.GooglePlay|x64.Build.0 = Release|Any CPU + {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F}.GooglePlay|x86.Build.0 = Release|Any CPU {34771DC0-9684-45BE-9C9C-5A686468722C}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {34771DC0-9684-45BE-9C9C-5A686468722C}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {34771DC0-9684-45BE-9C9C-5A686468722C}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -544,6 +579,12 @@ Global {34771DC0-9684-45BE-9C9C-5A686468722C}.Release|x64.Build.0 = Release|Any CPU {34771DC0-9684-45BE-9C9C-5A686468722C}.Release|x86.ActiveCfg = Release|Any CPU {34771DC0-9684-45BE-9C9C-5A686468722C}.Release|x86.Build.0 = Release|Any CPU + {34771DC0-9684-45BE-9C9C-5A686468722C}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {34771DC0-9684-45BE-9C9C-5A686468722C}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {34771DC0-9684-45BE-9C9C-5A686468722C}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {34771DC0-9684-45BE-9C9C-5A686468722C}.GooglePlay|x64.Build.0 = Release|Any CPU + {34771DC0-9684-45BE-9C9C-5A686468722C}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {34771DC0-9684-45BE-9C9C-5A686468722C}.GooglePlay|x86.Build.0 = Release|Any CPU {EF5D0090-9E12-45B5-961C-45D787BD80A5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {EF5D0090-9E12-45B5-961C-45D787BD80A5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {EF5D0090-9E12-45B5-961C-45D787BD80A5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -592,6 +633,7 @@ Global {EF5D0090-9E12-45B5-961C-45D787BD80A5}.Release|x64.Build.0 = Release|Any CPU {EF5D0090-9E12-45B5-961C-45D787BD80A5}.Release|x86.ActiveCfg = Release|Any CPU {EF5D0090-9E12-45B5-961C-45D787BD80A5}.Release|x86.Build.0 = Release|Any CPU + {EF5D0090-9E12-45B5-961C-45D787BD80A5}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {45EA6818-8759-4E48-BD7A-E240E4D4B0F7}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {45EA6818-8759-4E48-BD7A-E240E4D4B0F7}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {45EA6818-8759-4E48-BD7A-E240E4D4B0F7}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -640,6 +682,7 @@ Global {45EA6818-8759-4E48-BD7A-E240E4D4B0F7}.Release|x64.Build.0 = Release|Any CPU {45EA6818-8759-4E48-BD7A-E240E4D4B0F7}.Release|x86.ActiveCfg = Release|Any CPU {45EA6818-8759-4E48-BD7A-E240E4D4B0F7}.Release|x86.Build.0 = Release|Any CPU + {45EA6818-8759-4E48-BD7A-E240E4D4B0F7}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -688,6 +731,12 @@ Global {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.Release|x64.Build.0 = Release|Any CPU {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.Release|x86.ActiveCfg = Release|Any CPU {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.Release|x86.Build.0 = Release|Any CPU + {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.GooglePlay|x64.Build.0 = Release|Any CPU + {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {302F0881-77AE-4CCE-ACF4-930AD5D4FB08}.GooglePlay|x86.Build.0 = Release|Any CPU {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -736,6 +785,12 @@ Global {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.Release|x64.Build.0 = Release|Any CPU {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.Release|x86.ActiveCfg = Release|Any CPU {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.Release|x86.Build.0 = Release|Any CPU + {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.GooglePlay|x64.Build.0 = Release|Any CPU + {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3}.GooglePlay|x86.Build.0 = Release|Any CPU {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -784,6 +839,12 @@ Global {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.Release|x64.Build.0 = Release|Any CPU {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.Release|x86.ActiveCfg = Release|Any CPU {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.Release|x86.Build.0 = Release|Any CPU + {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.GooglePlay|x64.Build.0 = Release|Any CPU + {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {D6DB87CA-B8EC-4A38-805F-AFDC7FEC38EB}.GooglePlay|x86.Build.0 = Release|Any CPU {FCEB9729-627A-4964-B853-1649CA1FA76D}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {FCEB9729-627A-4964-B853-1649CA1FA76D}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {FCEB9729-627A-4964-B853-1649CA1FA76D}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -832,6 +893,7 @@ Global {FCEB9729-627A-4964-B853-1649CA1FA76D}.Release|x64.Build.0 = Release|Any CPU {FCEB9729-627A-4964-B853-1649CA1FA76D}.Release|x86.ActiveCfg = Release|Any CPU {FCEB9729-627A-4964-B853-1649CA1FA76D}.Release|x86.Build.0 = Release|Any CPU + {FCEB9729-627A-4964-B853-1649CA1FA76D}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {4936A94C-BE22-4F73-8468-64FA4371FF80}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {4936A94C-BE22-4F73-8468-64FA4371FF80}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {4936A94C-BE22-4F73-8468-64FA4371FF80}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -880,6 +942,7 @@ Global {4936A94C-BE22-4F73-8468-64FA4371FF80}.Release|x64.Build.0 = Release|Any CPU {4936A94C-BE22-4F73-8468-64FA4371FF80}.Release|x86.ActiveCfg = Release|Any CPU {4936A94C-BE22-4F73-8468-64FA4371FF80}.Release|x86.Build.0 = Release|Any CPU + {4936A94C-BE22-4F73-8468-64FA4371FF80}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {92313C69-3BC4-4276-A1C8-100C86183F12}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {92313C69-3BC4-4276-A1C8-100C86183F12}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {92313C69-3BC4-4276-A1C8-100C86183F12}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -928,6 +991,12 @@ Global {92313C69-3BC4-4276-A1C8-100C86183F12}.Release|x64.Build.0 = Release|Any CPU {92313C69-3BC4-4276-A1C8-100C86183F12}.Release|x86.ActiveCfg = Release|Any CPU {92313C69-3BC4-4276-A1C8-100C86183F12}.Release|x86.Build.0 = Release|Any CPU + {92313C69-3BC4-4276-A1C8-100C86183F12}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {92313C69-3BC4-4276-A1C8-100C86183F12}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {92313C69-3BC4-4276-A1C8-100C86183F12}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {92313C69-3BC4-4276-A1C8-100C86183F12}.GooglePlay|x64.Build.0 = Release|Any CPU + {92313C69-3BC4-4276-A1C8-100C86183F12}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {92313C69-3BC4-4276-A1C8-100C86183F12}.GooglePlay|x86.Build.0 = Release|Any CPU {CBA94940-CBFA-4342-AA71-856FD863DDD0}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {CBA94940-CBFA-4342-AA71-856FD863DDD0}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {CBA94940-CBFA-4342-AA71-856FD863DDD0}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -976,6 +1045,12 @@ Global {CBA94940-CBFA-4342-AA71-856FD863DDD0}.Release|x64.Build.0 = Release|Any CPU {CBA94940-CBFA-4342-AA71-856FD863DDD0}.Release|x86.ActiveCfg = Release|Any CPU {CBA94940-CBFA-4342-AA71-856FD863DDD0}.Release|x86.Build.0 = Release|Any CPU + {CBA94940-CBFA-4342-AA71-856FD863DDD0}.GooglePlay|Any CPU.ActiveCfg = GooglePlay|Any CPU + {CBA94940-CBFA-4342-AA71-856FD863DDD0}.GooglePlay|Any CPU.Build.0 = GooglePlay|Any CPU + {CBA94940-CBFA-4342-AA71-856FD863DDD0}.GooglePlay|x64.ActiveCfg = GooglePlay|Any CPU + {CBA94940-CBFA-4342-AA71-856FD863DDD0}.GooglePlay|x64.Build.0 = GooglePlay|Any CPU + {CBA94940-CBFA-4342-AA71-856FD863DDD0}.GooglePlay|x86.ActiveCfg = GooglePlay|Any CPU + {CBA94940-CBFA-4342-AA71-856FD863DDD0}.GooglePlay|x86.Build.0 = GooglePlay|Any CPU {B4CF8897-4030-445F-81C4-6DBA81F26AAC}.Ad-Hoc|Any CPU.ActiveCfg = Debug|iPhoneSimulator {B4CF8897-4030-445F-81C4-6DBA81F26AAC}.Ad-Hoc|Any CPU.Build.0 = Debug|iPhoneSimulator {B4CF8897-4030-445F-81C4-6DBA81F26AAC}.Ad-Hoc|ARM.ActiveCfg = Debug|iPhoneSimulator @@ -1024,6 +1099,7 @@ Global {B4CF8897-4030-445F-81C4-6DBA81F26AAC}.Release|x64.Build.0 = Release|iPhone {B4CF8897-4030-445F-81C4-6DBA81F26AAC}.Release|x86.ActiveCfg = Release|iPhone {B4CF8897-4030-445F-81C4-6DBA81F26AAC}.Release|x86.Build.0 = Release|iPhone + {B4CF8897-4030-445F-81C4-6DBA81F26AAC}.GooglePlay|Any CPU.ActiveCfg = Debug|iPhoneSimulator {B189FF90-B901-4DA6-98EE-34474032FFCC}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {B189FF90-B901-4DA6-98EE-34474032FFCC}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {B189FF90-B901-4DA6-98EE-34474032FFCC}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1072,6 +1148,12 @@ Global {B189FF90-B901-4DA6-98EE-34474032FFCC}.Release|x64.Build.0 = Release|Any CPU {B189FF90-B901-4DA6-98EE-34474032FFCC}.Release|x86.ActiveCfg = Release|Any CPU {B189FF90-B901-4DA6-98EE-34474032FFCC}.Release|x86.Build.0 = Release|Any CPU + {B189FF90-B901-4DA6-98EE-34474032FFCC}.GooglePlay|Any CPU.ActiveCfg = GooglePlay|Any CPU + {B189FF90-B901-4DA6-98EE-34474032FFCC}.GooglePlay|Any CPU.Build.0 = GooglePlay|Any CPU + {B189FF90-B901-4DA6-98EE-34474032FFCC}.GooglePlay|x64.ActiveCfg = GooglePlay|Any CPU + {B189FF90-B901-4DA6-98EE-34474032FFCC}.GooglePlay|x64.Build.0 = GooglePlay|Any CPU + {B189FF90-B901-4DA6-98EE-34474032FFCC}.GooglePlay|x86.ActiveCfg = GooglePlay|Any CPU + {B189FF90-B901-4DA6-98EE-34474032FFCC}.GooglePlay|x86.Build.0 = GooglePlay|Any CPU {7595F47D-11D6-4716-BDE6-264C1AFBFFB5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|iPhoneSimulator {7595F47D-11D6-4716-BDE6-264C1AFBFFB5}.Ad-Hoc|Any CPU.Build.0 = Debug|iPhoneSimulator {7595F47D-11D6-4716-BDE6-264C1AFBFFB5}.Ad-Hoc|ARM.ActiveCfg = Debug|iPhoneSimulator @@ -1120,6 +1202,7 @@ Global {7595F47D-11D6-4716-BDE6-264C1AFBFFB5}.Release|x64.Build.0 = Release|iPhone {7595F47D-11D6-4716-BDE6-264C1AFBFFB5}.Release|x86.ActiveCfg = Release|iPhone {7595F47D-11D6-4716-BDE6-264C1AFBFFB5}.Release|x86.Build.0 = Release|iPhone + {7595F47D-11D6-4716-BDE6-264C1AFBFFB5}.GooglePlay|Any CPU.ActiveCfg = Debug|iPhoneSimulator {11D31A79-0F09-4708-8097-3D1C5D886547}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {11D31A79-0F09-4708-8097-3D1C5D886547}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {11D31A79-0F09-4708-8097-3D1C5D886547}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1168,6 +1251,12 @@ Global {11D31A79-0F09-4708-8097-3D1C5D886547}.Release|x64.Build.0 = Release|Any CPU {11D31A79-0F09-4708-8097-3D1C5D886547}.Release|x86.ActiveCfg = Release|Any CPU {11D31A79-0F09-4708-8097-3D1C5D886547}.Release|x86.Build.0 = Release|Any CPU + {11D31A79-0F09-4708-8097-3D1C5D886547}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {11D31A79-0F09-4708-8097-3D1C5D886547}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {11D31A79-0F09-4708-8097-3D1C5D886547}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {11D31A79-0F09-4708-8097-3D1C5D886547}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {11D31A79-0F09-4708-8097-3D1C5D886547}.GooglePlay|x64.Build.0 = Release|Any CPU + {11D31A79-0F09-4708-8097-3D1C5D886547}.GooglePlay|x86.Build.0 = Release|Any CPU {278DFD3C-A0DD-4DD2-97C5-44EC4BEE8462}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {278DFD3C-A0DD-4DD2-97C5-44EC4BEE8462}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {278DFD3C-A0DD-4DD2-97C5-44EC4BEE8462}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1216,6 +1305,7 @@ Global {278DFD3C-A0DD-4DD2-97C5-44EC4BEE8462}.Release|x64.Build.0 = Release|Any CPU {278DFD3C-A0DD-4DD2-97C5-44EC4BEE8462}.Release|x86.ActiveCfg = Release|Any CPU {278DFD3C-A0DD-4DD2-97C5-44EC4BEE8462}.Release|x86.Build.0 = Release|Any CPU + {278DFD3C-A0DD-4DD2-97C5-44EC4BEE8462}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1264,6 +1354,12 @@ Global {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.Release|x64.Build.0 = Release|Any CPU {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.Release|x86.ActiveCfg = Release|Any CPU {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.Release|x86.Build.0 = Release|Any CPU + {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.GooglePlay|x64.Build.0 = Release|Any CPU + {AD38DEE9-8A74-4B04-93C3-0831B55E7254}.GooglePlay|x86.Build.0 = Release|Any CPU {60241627-33BB-45F9-A1B6-6F1CB2BF2C4A}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {60241627-33BB-45F9-A1B6-6F1CB2BF2C4A}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {60241627-33BB-45F9-A1B6-6F1CB2BF2C4A}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1312,6 +1408,7 @@ Global {60241627-33BB-45F9-A1B6-6F1CB2BF2C4A}.Release|x64.Build.0 = Release|Any CPU {60241627-33BB-45F9-A1B6-6F1CB2BF2C4A}.Release|x86.ActiveCfg = Release|Any CPU {60241627-33BB-45F9-A1B6-6F1CB2BF2C4A}.Release|x86.Build.0 = Release|Any CPU + {60241627-33BB-45F9-A1B6-6F1CB2BF2C4A}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {41FEBC72-C12B-47E1-B6F6-51D50158C825}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {41FEBC72-C12B-47E1-B6F6-51D50158C825}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {41FEBC72-C12B-47E1-B6F6-51D50158C825}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1360,6 +1457,12 @@ Global {41FEBC72-C12B-47E1-B6F6-51D50158C825}.Release|x64.Build.0 = Release|Any CPU {41FEBC72-C12B-47E1-B6F6-51D50158C825}.Release|x86.ActiveCfg = Release|Any CPU {41FEBC72-C12B-47E1-B6F6-51D50158C825}.Release|x86.Build.0 = Release|Any CPU + {41FEBC72-C12B-47E1-B6F6-51D50158C825}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {41FEBC72-C12B-47E1-B6F6-51D50158C825}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {41FEBC72-C12B-47E1-B6F6-51D50158C825}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {41FEBC72-C12B-47E1-B6F6-51D50158C825}.GooglePlay|x64.Build.0 = Release|Any CPU + {41FEBC72-C12B-47E1-B6F6-51D50158C825}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {41FEBC72-C12B-47E1-B6F6-51D50158C825}.GooglePlay|x86.Build.0 = Release|Any CPU {9417E221-3287-47AC-BD56-5223057DC389}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {9417E221-3287-47AC-BD56-5223057DC389}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {9417E221-3287-47AC-BD56-5223057DC389}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1408,6 +1511,7 @@ Global {9417E221-3287-47AC-BD56-5223057DC389}.Release|x64.Build.0 = Release|Any CPU {9417E221-3287-47AC-BD56-5223057DC389}.Release|x86.ActiveCfg = Release|Any CPU {9417E221-3287-47AC-BD56-5223057DC389}.Release|x86.Build.0 = Release|Any CPU + {9417E221-3287-47AC-BD56-5223057DC389}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1456,6 +1560,12 @@ Global {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.Release|x64.Build.0 = Release|Any CPU {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.Release|x86.ActiveCfg = Release|Any CPU {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.Release|x86.Build.0 = Release|Any CPU + {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.GooglePlay|x64.Build.0 = Release|Any CPU + {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {80B9A47A-7A97-4E5A-9706-43ACB25A7240}.GooglePlay|x86.Build.0 = Release|Any CPU {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1504,6 +1614,12 @@ Global {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.Release|x64.Build.0 = Release|Any CPU {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.Release|x86.ActiveCfg = Release|Any CPU {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.Release|x86.Build.0 = Release|Any CPU + {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.GooglePlay|x64.Build.0 = Release|Any CPU + {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {8EE6B5DA-6547-43C8-AEB6-8E0EAE3F81C9}.GooglePlay|x86.Build.0 = Release|Any CPU {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1552,6 +1668,12 @@ Global {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.Release|x64.Build.0 = Release|Any CPU {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.Release|x86.ActiveCfg = Release|Any CPU {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.Release|x86.Build.0 = Release|Any CPU + {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.GooglePlay|x64.Build.0 = Release|Any CPU + {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {DF7C7C03-E335-4C23-83BA-8E490AC5B61D}.GooglePlay|x86.Build.0 = Release|Any CPU {D8F25BA5-249D-4BB0-A4B1-A3245F2437FF}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU {D8F25BA5-249D-4BB0-A4B1-A3245F2437FF}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU {D8F25BA5-249D-4BB0-A4B1-A3245F2437FF}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU @@ -1600,6 +1722,7 @@ Global {D8F25BA5-249D-4BB0-A4B1-A3245F2437FF}.Release|x64.Build.0 = Release|Any CPU {D8F25BA5-249D-4BB0-A4B1-A3245F2437FF}.Release|x86.ActiveCfg = Release|Any CPU {D8F25BA5-249D-4BB0-A4B1-A3245F2437FF}.Release|x86.Build.0 = Release|Any CPU + {D8F25BA5-249D-4BB0-A4B1-A3245F2437FF}.GooglePlay|Any CPU.ActiveCfg = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.Debug|Any CPU.Build.0 = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -1648,6 +1771,68 @@ Global {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x64.Build.0 = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x86.ActiveCfg = Debug|Any CPU {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.AppStore|x86.Build.0 = Debug|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x64.Build.0 = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x86.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|ARM.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|ARM.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x64.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x86.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Ad-Hoc|x86.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|Any CPU.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|ARM.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|ARM.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhone.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhone.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x64.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x64.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x86.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.AppStore|x86.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|ARM.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|ARM.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhone.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x64.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x64.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x86.ActiveCfg = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Debug|x86.Build.0 = Debug|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|Any CPU.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|ARM.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|ARM.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhone.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhone.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x64.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x64.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x86.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.Release|x86.Build.0 = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {EBCEE3A8-35B0-4D87-8457-D2029B9E56A5}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|Any CPU.ActiveCfg = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|Any CPU.Build.0 = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x64.ActiveCfg = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x64.Build.0 = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x86.ActiveCfg = Release|Any CPU + {D0FC73E2-AE97-495B-B41B-61CD422A8AE9}.GooglePlay|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj b/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj index c32faef49..695d204ef 100644 --- a/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj +++ b/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj @@ -31,6 +31,7 @@ 4 True None + r8 @@ -43,6 +44,20 @@ Full true Xamarin.Android.Support.v7.AppCompat;Xamarin.Android.Support.Design + r8 + + + + true + bin\GooglePlay + TRACE + prompt + 4 + False + Full + true + Xamarin.Android.Support.v7.AppCompat;Xamarin.Android.Support.Design + r8 @@ -160,6 +175,22 @@ + + + {11D31A79-0F09-4708-8097-3D1C5D886547} + Microsoft.AppCenter.Distribute.Android.Bindings + + + {AD38DEE9-8A74-4B04-93C3-0831B55E7254} + Microsoft.AppCenter.Distribute.Android + + + + + {41FEBC72-C12B-47E1-B6F6-51D50158C825} + Microsoft.AppCenter.Distribute + + {93E4ADA5-8D7A-44BF-9549-0AD76AB86E8F} @@ -185,14 +216,6 @@ {119C1730-E109-4BC9-AA89-9DCA2C50BFD5} Microsoft.AppCenter.Android - - {AD38DEE9-8A74-4B04-93C3-0831B55E7254} - Microsoft.AppCenter.Distribute.Android - - - {11D31A79-0F09-4708-8097-3D1C5D886547} - Microsoft.AppCenter.Distribute.Android.Bindings - {DF7C7C03-E335-4C23-83BA-8E490AC5B61D} Microsoft.AppCenter.Push.Android diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj index a5ddc89cd..5a91e2854 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj @@ -49,16 +49,35 @@ false r8 + + true + pdbonly + true + bin\GooglePlay + 4 + false + apk + true + d8 + r8 + true + armeabi-v7a + + + + + + + - diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Contoso.Forms.Puppet.Droid.csproj b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Contoso.Forms.Puppet.Droid.csproj index d6ce6dd08..f1d379d8e 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Contoso.Forms.Puppet.Droid.csproj +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Contoso.Forms.Puppet.Droid.csproj @@ -48,6 +48,22 @@ armeabi-v7a;x86;arm64-v8a;x86_64 true false + r8 + + + true + pdbonly + true + bin\GooglePlay + 4 + true + Full + Xamarin.Android.Support.v7.AppCompat;Xamarin.Android.Support.Core.UI;Microsoft.AppCenter.Crashes + true + armeabi-v7a;x86;arm64-v8a;x86_64 + true + false + r8 @@ -249,6 +265,16 @@ + + + {11D31A79-0F09-4708-8097-3D1C5D886547} + Microsoft.AppCenter.Distribute.Android.Bindings + + + {AD38DEE9-8A74-4B04-93C3-0831B55E7254} + Microsoft.AppCenter.Distribute.Android + + {92313C69-3BC4-4276-A1C8-100C86183F12} @@ -278,14 +304,6 @@ {42D541D7-B7C9-45A7-8D4D-8FB5A00668B3} Microsoft.AppCenter.Crashes.Android.Bindings - - {AD38DEE9-8A74-4B04-93C3-0831B55E7254} - Microsoft.AppCenter.Distribute.Android - - - {11D31A79-0F09-4708-8097-3D1C5D886547} - Microsoft.AppCenter.Distribute.Android.Bindings - {DF7C7C03-E335-4C23-83BA-8E490AC5B61D} Microsoft.AppCenter.Push.Android diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Contoso.Forms.Puppet.csproj b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Contoso.Forms.Puppet.csproj index e09a8472f..8fe521e6c 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Contoso.Forms.Puppet.csproj +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Contoso.Forms.Puppet.csproj @@ -15,7 +15,6 @@ false false - From ff4f90252e10b8874e566a794e67cb6c896bb733 Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Fri, 17 Jul 2020 11:29:23 +0300 Subject: [PATCH 22/34] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2853f1c8b..58928e565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 3.3.1 (Under development) +### App Center Distribute Play + +App Center Distribute Play is a package with stubbed APIs for Distribute module to avoid Google Play flagging the application for malicious behavior. It must be used only for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/xamarin) for more details about this change. + ___ ## Version 3.3.0 From 0c5baac969f148e719138df8fa6ae3e9bd092aed Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Mon, 20 Jul 2020 15:12:35 +0300 Subject: [PATCH 23/34] Add 'try catch' blocks to channel --- .../Channel/Channel.cs | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs b/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs index f6ba4883e..20e7b893a 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs @@ -550,7 +550,14 @@ private void CheckPendingLogs(State state) _batchScheduled = true; Task.Run(async () => { - await TriggerIngestionAsync(state).ConfigureAwait(false); + try + { + await TriggerIngestionAsync(state).ConfigureAwait(false); + } + catch (StatefulMutexException exc) + { + AppCenterLog.Warn(AppCenterLog.LogTag, "The check pending logs operation has been canceled"); + } }); } else if (_pendingLogCount > 0 && !_batchScheduled) @@ -563,7 +570,14 @@ private void CheckPendingLogs(State state) await Task.Delay((int)_batchTimeInterval.TotalMilliseconds).ConfigureAwait(false); if (_batchScheduled) { - await TriggerIngestionAsync(_mutex.State).ConfigureAwait(false); + try + { + await TriggerIngestionAsync(_mutex.State).ConfigureAwait(false); + } + catch (StatefulMutexException exc) + { + AppCenterLog.Warn(AppCenterLog.LogTag, "The check pending logs operation has been canceled"); + } } }); } From 31f53d2c86e9b0b0a05bf34bcaceeea33e745ab8 Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Tue, 21 Jul 2020 09:30:29 +0300 Subject: [PATCH 24/34] Add test --- .../Channel/ChannelTest.cs | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs index da4aa72f4..d6261b42d 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs @@ -13,6 +13,7 @@ using Microsoft.AppCenter.Ingestion.Models.Serialization; using Microsoft.AppCenter.Storage; using Microsoft.AppCenter.Test.Storage; +using Microsoft.AppCenter.Utils.Synchronization; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; @@ -481,6 +482,35 @@ public async Task NonRecoverableHttpError() await Assert.ThrowsExceptionAsync(() => call.ToTask()); } + /// + /// Verify that channel will not crash with StatefulMutexException when calling setEnabled(false) method during sending logs. + /// + [TestMethod] + public async Task DisableChannelDuringSendingLogs() + { + try + { + // Prepare data. + MockStorage storage = new MockStorage(); + var appSecret = Guid.NewGuid().ToString(); + Channel channel = new Channel(ChannelName, MaxLogsPerBatch, new TimeSpan(), MaxParallelBatches, + appSecret, _mockIngestion.Object, storage); + SetupEventCallbacks(); + + // Run methods in parallel + channel.EnqueueAsync(new TestLog()).RunNotAsync(); + channel.SetEnabled(false); + + // Wait when tasks will be finalized. + await Task.Delay(1500); + } + catch (StatefulMutexException exc) + { + // Crash test if was generated StatefulMutexException error. + Assert.Fail(); + } + } + private void SetChannelWithTimeSpan(TimeSpan timeSpan) { SetChannelWithTimeSpanAndIngestion(timeSpan, _mockIngestion.Object); From f9d49e0b6e5ff716fdc199a0a6b3b80ccc1753dc Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Tue, 21 Jul 2020 09:40:37 +0300 Subject: [PATCH 25/34] Update test --- .../Channel/ChannelTest.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs index d6261b42d..e4fcc7bf3 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs @@ -485,8 +485,10 @@ public async Task NonRecoverableHttpError() /// /// Verify that channel will not crash with StatefulMutexException when calling setEnabled(false) method during sending logs. /// - [TestMethod] - public async Task DisableChannelDuringSendingLogs() + [DataTestMethod] + [DataRow(1)] + [DataRow(4)] + public async Task DisableChannelDuringSendingLogs(int countLogs) { try { @@ -498,7 +500,10 @@ public async Task DisableChannelDuringSendingLogs() SetupEventCallbacks(); // Run methods in parallel - channel.EnqueueAsync(new TestLog()).RunNotAsync(); + for (int i = 0; i < countLogs; i++) + { + channel.EnqueueAsync(new TestLog()).RunNotAsync(); + } channel.SetEnabled(false); // Wait when tasks will be finalized. From 40e9a0e114efb63631642e6d171403dd1092a9fc Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Tue, 21 Jul 2020 09:47:01 +0300 Subject: [PATCH 26/34] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2853f1c8b..047ddd1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Version 3.3.1 (Under development) +### App Center + +#### WPF/WinForms + +* **[Fix]** Fix handling of StatefulMutexException error during sending logs. ___ ## Version 3.3.0 From 15a8924962b02609a41012c13bfeb2f9f9dfa40e Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Tue, 21 Jul 2020 12:56:00 +0300 Subject: [PATCH 27/34] Resolve feedback --- .../Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs | 4 ++-- Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs b/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs index 20e7b893a..2b8681a22 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs @@ -556,7 +556,7 @@ private void CheckPendingLogs(State state) } catch (StatefulMutexException exc) { - AppCenterLog.Warn(AppCenterLog.LogTag, "The check pending logs operation has been canceled"); + AppCenterLog.Warn(AppCenterLog.LogTag, "Sending logs operation has been canceled"); } }); } @@ -576,7 +576,7 @@ private void CheckPendingLogs(State state) } catch (StatefulMutexException exc) { - AppCenterLog.Warn(AppCenterLog.LogTag, "The check pending logs operation has been canceled"); + AppCenterLog.Warn(AppCenterLog.LogTag, "Sending logs operation has been canceled"); } } }); diff --git a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs index e4fcc7bf3..93511f7a3 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs @@ -507,7 +507,7 @@ public async Task DisableChannelDuringSendingLogs(int countLogs) channel.SetEnabled(false); // Wait when tasks will be finalized. - await Task.Delay(1500); + await Task.Delay(1000); } catch (StatefulMutexException exc) { From a464dd60989c5130281efd1b027ea409d4b736a6 Mon Sep 17 00:00:00 2001 From: Anastasia Kubova Date: Wed, 22 Jul 2020 08:21:27 +0300 Subject: [PATCH 28/34] Resolve feedback --- .../Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs | 8 ++++---- .../Channel/ChannelTest.cs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs b/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs index 2b8681a22..de5e292d2 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Windows.Shared/Channel/Channel.cs @@ -554,9 +554,9 @@ private void CheckPendingLogs(State state) { await TriggerIngestionAsync(state).ConfigureAwait(false); } - catch (StatefulMutexException exc) + catch (StatefulMutexException) { - AppCenterLog.Warn(AppCenterLog.LogTag, "Sending logs operation has been canceled"); + AppCenterLog.Warn(AppCenterLog.LogTag, "Sending logs operation has been canceled."); } }); } @@ -574,9 +574,9 @@ private void CheckPendingLogs(State state) { await TriggerIngestionAsync(_mutex.State).ConfigureAwait(false); } - catch (StatefulMutexException exc) + catch (StatefulMutexException) { - AppCenterLog.Warn(AppCenterLog.LogTag, "Sending logs operation has been canceled"); + AppCenterLog.Warn(AppCenterLog.LogTag, "Sending logs operation has been canceled."); } } }); diff --git a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs index 93511f7a3..14a10e07c 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Channel/ChannelTest.cs @@ -509,7 +509,7 @@ public async Task DisableChannelDuringSendingLogs(int countLogs) // Wait when tasks will be finalized. await Task.Delay(1000); } - catch (StatefulMutexException exc) + catch (StatefulMutexException) { // Crash test if was generated StatefulMutexException error. Assert.Fail(); From 96e7152a5dc0d3f61b13d5dd11ad42883d235eac Mon Sep 17 00:00:00 2001 From: AnastasiaKubova Date: Thu, 23 Jul 2020 08:52:44 +0300 Subject: [PATCH 29/34] Update CHANGELOG.md Co-authored-by: Ivan Matkov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfaf275a..5d8279c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ #### WPF/WinForms -* **[Fix]** Fix handling of StatefulMutexException error during sending logs. +* **[Fix]** Fix exception handling if App Center is disabled during sending logs. ### App Center Distribute Play From 8118b80220dc2ca655f8c4c3e3155a2bc29d15c0 Mon Sep 17 00:00:00 2001 From: YuyaoHu Date: Fri, 24 Jul 2020 10:39:01 +0800 Subject: [PATCH 30/34] update changelog --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8279c29..59022a176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,25 @@ # App Center SDK for .NET Change Log -## Version 3.3.1 (Under development) +## Version 3.4.0 ### App Center +#### Android + +* **[Fix]** Fix an `IncorrectContextUseViolation` warning when calculating screen size on Android 11. +* **[Fix]** All SQL commands used in SDK are presented as raw strings to avoid any possible static analyzer's SQL injection false alarms. +* **[Fix]** Fix Distribute can't get updates for Realme devices which use Realme UI. + #### WPF/WinForms * **[Fix]** Fix exception handling if App Center is disabled during sending logs. +### App Center Distribute + +#### iOS + +* **[Fix]** Obfuscate app secret value that appears as URI part in verbose logs when getting release updates info. + ### App Center Distribute Play App Center Distribute Play is a package with stubbed APIs for Distribute module to avoid Google Play flagging the application for malicious behavior. It must be used only for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/xamarin) for more details about this change. From 474361a7c1cd9963c54e7c89d589e2ef012e555a Mon Sep 17 00:00:00 2001 From: YuyaoHu Date: Fri, 24 Jul 2020 14:58:21 +0800 Subject: [PATCH 31/34] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59022a176..fe12dfa4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ * **[Fix]** Fix an `IncorrectContextUseViolation` warning when calculating screen size on Android 11. * **[Fix]** All SQL commands used in SDK are presented as raw strings to avoid any possible static analyzer's SQL injection false alarms. -* **[Fix]** Fix Distribute can't get updates for Realme devices which use Realme UI. #### WPF/WinForms @@ -16,6 +15,10 @@ ### App Center Distribute +#### Android + +* **[Fix]** Fix Distribute can't get updates for Realme devices which use Realme UI. + #### iOS * **[Fix]** Obfuscate app secret value that appears as URI part in verbose logs when getting release updates info. From 8eaa437b04b2ac69ffa39e1429a0882818d3ffb4 Mon Sep 17 00:00:00 2001 From: App Center Date: Fri, 24 Jul 2020 07:37:16 +0000 Subject: [PATCH 32/34] Start new 3.4.0 release --- Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml | 2 +- Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AndroidManifest.xml | 2 +- .../Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs | 4 ++-- .../Contoso.Forms.Puppet.UWP/Package.appxmanifest | 2 +- .../Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs | 2 +- .../Contoso.Forms.Puppet.iOS/Info.plist | 4 ++-- .../Contoso.Forms.Puppet/Properties/AssemblyInfo.cs | 4 ++-- Apps/Contoso.UWP.Puppet/Package.appxmanifest | 2 +- Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs | 2 +- .../Contoso.WPF.Puppet.DotNetCore.csproj | 4 ++-- Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs | 4 ++-- .../Contoso.WinForms.Puppet.DotNetCore.csproj | 2 +- Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs | 4 ++-- Apps/Contoso.iOS.Puppet/Info.plist | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs | 4 ++-- SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs | 2 +- .../Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj | 4 ++-- .../Microsoft.AppCenter.WindowsDesktop.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter/Microsoft.AppCenter.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Analytics.UWP.csproj | 4 ++-- .../Microsoft.AppCenter.Analytics.WindowsDesktop.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Analytics.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Crashes.UWP.csproj | 4 ++-- .../Microsoft.AppCenter.Crashes.WindowsDesktop.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Crashes.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Distribute.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.UWP.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.csproj | 4 ++-- .../Properties/AndroidManifest.xml | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- Tests/Contoso.Test.Functional.iOS/Info.plist | 4 ++-- .../Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest | 2 +- .../Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 2 +- cgmanifest.json | 4 ++-- scripts/configuration/ac-build-config.xml | 6 +++--- 64 files changed, 115 insertions(+), 115 deletions(-) diff --git a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml index b0a688fb8..c85260ade 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs index 2ee0d1840..03c29176a 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml index d59c77996..f51cc1437 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs index 23097a708..441afe075 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest index 253d73a46..8e0acc45a 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.Forms.Puppet.UWP diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs index 82025ed91..cdb32250e 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] [assembly: ComVisible(false)] diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist index 418a5adba..b21fe4b49 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Info.plist @@ -5,9 +5,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.forms.ios.puppet CFBundleShortVersionString - 3.3.1 + 3.4.0 CFBundleVersion - 3.3.1 + 3.4.0 LSRequiresIPhoneOS MinimumOSVersion diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs index 6ae67ae2e..687fc7628 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.UWP.Puppet/Package.appxmanifest b/Apps/Contoso.UWP.Puppet/Package.appxmanifest index 69af516e2..0da74c2f0 100644 --- a/Apps/Contoso.UWP.Puppet/Package.appxmanifest +++ b/Apps/Contoso.UWP.Puppet/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.UWP.Puppet diff --git a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs index e770df00f..5abb463c0 100644 --- a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj b/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj index cf2e829ba..231c1ffca 100644 --- a/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj +++ b/Apps/Contoso.WPF.Puppet.DotNetCore/Contoso.WPF.Puppet.DotNetCore.csproj @@ -4,9 +4,9 @@ WinExe netcoreapp3.0 true - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 diff --git a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs index eb7396983..869268ead 100644 --- a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj b/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj index 68691de74..1d2a38277 100644 --- a/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj +++ b/Apps/Contoso.WinForms.Puppet.DotNetCore/Contoso.WinForms.Puppet.DotNetCore.csproj @@ -4,7 +4,7 @@ WinExe netcoreapp3.0 true - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT diff --git a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs index d16456ed6..d0af12e4a 100644 --- a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/Apps/Contoso.iOS.Puppet/Info.plist b/Apps/Contoso.iOS.Puppet/Info.plist index 4311a7bd0..c41f58a72 100644 --- a/Apps/Contoso.iOS.Puppet/Info.plist +++ b/Apps/Contoso.iOS.Puppet/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.ios.puppet CFBundleShortVersionString - 3.3.1 + 3.4.0 CFBundleVersion - 3.3.1 + 3.4.0 LSRequiresIPhoneOS MinimumOSVersion diff --git a/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs index 5f742329e..400208a12 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs index 92745bda0..6703cad7f 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs index 12c14f173..ec2cc9dac 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs @@ -8,6 +8,6 @@ public partial class WrapperSdk public const string Name = "appcenter.xamarin"; /* We can't use reflection for assemblyInformationalVersion on iOS with "Link All" optimization. */ - internal const string Version = "3.3.1-SNAPSHOT"; + internal const string Version = "3.4.0-SNAPSHOT"; } } diff --git a/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj b/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj index 803e3d4a8..1308a8ef9 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter.UWP/Microsoft.AppCenter.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.xml diff --git a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj index 23489343a..5aa456ba9 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj @@ -4,9 +4,9 @@ netcoreapp3.0;net461 Microsoft.AppCenter true - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter bin\Microsoft.AppCenter.xml diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs index 1dea3a0f8..9fd88b412 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs index 61cbde57f..6bd70c6b6 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj index 9053d1b29..f662a893b 100644 --- a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj @@ -8,9 +8,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Core Microsoft Corporation - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Core bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.xml diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs index 82aa7a218..b8d23c239 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs @@ -21,8 +21,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs index d40154e85..cd1c83942 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj index 742cad2ce..00e0f308a 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Microsoft.AppCenter.Analytics.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Analytics bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Analytics.xml diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj index 9b77bf955..10d29f90e 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj @@ -3,9 +3,9 @@ netcoreapp3.0;net461 Microsoft.AppCenter.Analytics - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Analytics bin\Microsoft.AppCenter.Analytics.xml diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs index 86fba53cf..9aa46faac 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs index 5cc9e7f9c..3d551f4dc 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj index d3042def1..24e7db3d0 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj @@ -6,9 +6,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Analytics Microsoft Corporation - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Analytics bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Analytics.xml diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs index c46ef4e72..0f8b26edf 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs index f70c9ed29..257c4fa1b 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj index eed902269..dedbe2863 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Microsoft.AppCenter.Crashes.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Crashes bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Crashes.xml true diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj index f842c80dc..eeb024eec 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj @@ -3,9 +3,9 @@ netcoreapp3.0;net461 Microsoft.AppCenter.Crashes - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Crashes bin\Microsoft.AppCenter.Crashes.xml diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs index 2921e04f8..e0157997c 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs index 2d72b8e89..63c6f3c43 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj index eef6e3e2c..f93eae2de 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Crashes Microsoft Corporation - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Crashes bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Crashes.xml diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs index 1a76d061d..6838a543c 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs index 66cf74447..91235314c 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs index 9c35d32c7..60b13cb02 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs index f6cee8cb2..3eb7adb9e 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Functional")] \ No newline at end of file diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj index 080fc2e0d..5f20c87cf 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Distribute Microsoft Corporation - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Distribute bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Distribute.xml diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs index 65af8c961..740cb6446 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs index d145db8fd..dbf58a0fc 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj index 3e1a998cd..38dee0e34 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Microsoft.AppCenter.Push.UWP.csproj @@ -5,9 +5,9 @@ uap10.0.16299;net461 Microsoft Corporation Microsoft Corp. All rights reserved. - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Push bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Push.xml diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs index be76fd2c9..3254c9e6f 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs index ae634bd0c..759fde91d 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj b/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj index 2089b3696..5e26ebc9e 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Push Microsoft Corporation - 3.3.1-SNAPSHOT + 3.4.0-SNAPSHOT 0.0.0.0 - 3.3.1.0 + 3.4.0.0 Microsoft.AppCenter.Push bin\$(Configuration)\$(TargetFramework)\Microsoft.AppCenter.Push.xml diff --git a/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml b/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml index 15fb88895..5581e4bfe 100644 --- a/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml +++ b/Tests/Contoso.Test.Functional.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs b/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs index 8b278c000..07dcfdf5d 100644 --- a/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Test.Functional.Droid/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Tests/Contoso.Test.Functional.iOS/Info.plist b/Tests/Contoso.Test.Functional.iOS/Info.plist index feb07e977..36afeec2a 100644 --- a/Tests/Contoso.Test.Functional.iOS/Info.plist +++ b/Tests/Contoso.Test.Functional.iOS/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.contoso.test.functional CFBundleShortVersionString - 3.3.1 + 3.4.0 CFBundleVersion - 3.3.1 + 3.4.0 LSRequiresIPhoneOS MinimumOSVersion diff --git a/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs b/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs index 25c14799a..597e59dd3 100644 --- a/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Test.Functional.iOS/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs index fbc7f82ad..fa45bc6c6 100644 --- a/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs @@ -36,7 +36,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Analytics.Test.Windows")] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs index 8e0d995c0..34284ea83 100644 --- a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs index 9bc252cf9..593209dfc 100644 --- a/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Crashes.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs index 29ad8723c..552886305 100644 --- a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs @@ -36,8 +36,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.Windows")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Analytics.Test.Windows")] diff --git a/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs index 79d16c3ff..0921fb7f5 100644 --- a/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs @@ -36,4 +36,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] diff --git a/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs index 0b10f4744..998c89d0c 100644 --- a/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs @@ -36,4 +36,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest index aa9034998..280a3660b 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest +++ b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest @@ -7,7 +7,7 @@ + Version="3.4.0.0" /> diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs index d8a9f9f54..87a9b1bd9 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs @@ -17,5 +17,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs index 95f13de2c..621bcd209 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] -[assembly: AssemblyInformationalVersion("3.3.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs index 377955ebd..4e12134fe 100644 --- a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs @@ -20,4 +20,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.1.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] diff --git a/cgmanifest.json b/cgmanifest.json index 27a71b021..3401e8206 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -5,7 +5,7 @@ "type": "git", "git": { "repositoryUrl": "https://github.com/microsoft/appcenter-sdk-android.git", - "commitHash": "208a1762f2e48263dadf0e45f9fe5351820975f3" + "commitHash": "a8185709a5bd8f51bec88a30d7a82320ab360d0b" } } }, @@ -14,7 +14,7 @@ "type": "git", "git": { "repositoryUrl": "https://github.com/microsoft/appcenter-sdk-apple.git", - "commitHash": "2c1618a9bca76039aad49a5079b0f2879a643a7d" + "commitHash": "f2d162d08571cc66e07ee8960ef7cae7e2f79e2a" } } } diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index af2d38c81..b783726d2 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -1,9 +1,9 @@ - 3.3.1-SNAPSHOT - 3.3.1 - 3.2.2 + 3.4.0-SNAPSHOT + 3.3.2 + 3.3.0 From b460078587d97e9daf0728a86f49ac8f3eacb67c Mon Sep 17 00:00:00 2001 From: App Center Date: Fri, 24 Jul 2020 07:37:55 +0000 Subject: [PATCH 33/34] Update Demo apps --- .../Contoso.Forms.Demo.Droid.csproj | 12 ++++++------ .../Properties/AndroidManifest.xml | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../Contoso.Forms.Demo.UWP.csproj | 10 +++++----- .../Contoso.Forms.Demo.UWP/Package.appxmanifest | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Contoso.Forms.Demo.iOS.csproj | 10 +++++----- .../Contoso.Forms.Demo.iOS/Info.plist | 4 ++-- .../Contoso.Forms.Demo/Contoso.Forms.Demo.csproj | 12 ++++++------ Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj | 6 +++--- Apps/Contoso.UWP.Demo/Package.appxmanifest | 2 +- Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs | 2 +- .../Contoso.WPF.Demo.DotNetCore.csproj | 8 ++++---- Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs | 4 ++-- Apps/Contoso.WPF.Demo/project.json | 4 ++-- .../Contoso.WinForms.Demo.DotNetCore.csproj | 6 +++--- .../Contoso.WinForms.Demo/Properties/AssemblyInfo.cs | 4 ++-- Apps/Contoso.WinForms.Demo/project.json | 4 ++-- 18 files changed, 49 insertions(+), 49 deletions(-) diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj index 5a91e2854..377f77674 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj @@ -1,4 +1,4 @@ - + Debug @@ -70,15 +70,15 @@ - + - + - - - + + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml index 82d3f9cec..43e61058b 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs index d15d8d32b..3ca81936f 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs @@ -22,8 +22,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj index 468b611ea..966fbdbb1 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj @@ -1,4 +1,4 @@ - + @@ -135,10 +135,10 @@ - - - - + + + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest index c2228cc57..868c0e3cc 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.Forms.Demo.UWP diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs index e2ee66e05..f4d8a3527 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] [assembly: ComVisible(false)] diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj index 2c2eab86d..908d2ac93 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj @@ -1,4 +1,4 @@ - + Debug @@ -87,10 +87,10 @@ - - - - + + + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist index a9787dd75..e3160936a 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist @@ -5,7 +5,7 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.forms.ios.demo CFBundleVersion - 3.3.0 + 3.4.0 LSRequiresIPhoneOS MinimumOSVersion @@ -39,7 +39,7 @@ CFBundleName ACFDemo CFBundleShortVersionString - 3.3.0 + 3.4.0 CFBundleURLTypes diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj index e5875e30b..31b9872fc 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj @@ -4,15 +4,15 @@ netstandard2.0 Microsoft Corp. All rights reserved. Microsoft Corporation - 3.3.0 + 3.4.0 0.0.0.0 - 3.3.0.0 + 3.4.0.0 - - - - + + + + diff --git a/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj b/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj index 938e422cc..8bea94a10 100644 --- a/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj +++ b/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj @@ -152,9 +152,9 @@ - - - + + + diff --git a/Apps/Contoso.UWP.Demo/Package.appxmanifest b/Apps/Contoso.UWP.Demo/Package.appxmanifest index e9f7b52a5..b8cf2fc8a 100644 --- a/Apps/Contoso.UWP.Demo/Package.appxmanifest +++ b/Apps/Contoso.UWP.Demo/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.UWP.Demo diff --git a/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs index 8bd9aae30..eceb131d9 100644 --- a/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj b/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj index baa5ed01f..38158f329 100644 --- a/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj +++ b/Apps/Contoso.WPF.Demo.DotNetCore/Contoso.WPF.Demo.DotNetCore.csproj @@ -4,13 +4,13 @@ WinExe netcoreapp3.0 true - 3.3.0 + 3.4.0 0.0.0.0 - 3.3.0.0 + 3.4.0.0 - - + + diff --git a/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs index 7b8cd444a..d35993a0d 100644 --- a/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0")] diff --git a/Apps/Contoso.WPF.Demo/project.json b/Apps/Contoso.WPF.Demo/project.json index 409fa651d..349a52f4c 100644 --- a/Apps/Contoso.WPF.Demo/project.json +++ b/Apps/Contoso.WPF.Demo/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.AppCenter.Analytics": "3.3.0", - "Microsoft.AppCenter.Crashes": "3.3.0" + "Microsoft.AppCenter.Analytics": "3.4.0", + "Microsoft.AppCenter.Crashes": "3.4.0" }, "frameworks": { "net461": {} diff --git a/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj b/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj index c7289fa0e..2b25236d2 100644 --- a/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj +++ b/Apps/Contoso.WinForms.Demo.DotNetCore/Contoso.WinForms.Demo.DotNetCore.csproj @@ -4,11 +4,11 @@ WinExe netcoreapp3.0 true - 3.3.0 + 3.4.0 - - + + diff --git a/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs index 4f7a1c335..eed73cf50 100644 --- a/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("3.3.0.0")] -[assembly: AssemblyInformationalVersion("3.3.0")] +[assembly: AssemblyFileVersion("3.4.0.0")] +[assembly: AssemblyInformationalVersion("3.4.0")] diff --git a/Apps/Contoso.WinForms.Demo/project.json b/Apps/Contoso.WinForms.Demo/project.json index 409fa651d..349a52f4c 100644 --- a/Apps/Contoso.WinForms.Demo/project.json +++ b/Apps/Contoso.WinForms.Demo/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.AppCenter.Analytics": "3.3.0", - "Microsoft.AppCenter.Crashes": "3.3.0" + "Microsoft.AppCenter.Analytics": "3.4.0", + "Microsoft.AppCenter.Crashes": "3.4.0" }, "frameworks": { "net461": {} From 05bd25e665e7c81d2bfff9ac3d0b025a5dd422bd Mon Sep 17 00:00:00 2001 From: YuyaoHu Date: Fri, 24 Jul 2020 16:15:40 +0800 Subject: [PATCH 34/34] update xamarin.forms version --- .../Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj | 4 ++-- .../Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj | 4 ++-- .../Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj | 4 ++-- .../Contoso.Forms.Demo/Contoso.Forms.Demo.csproj | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj index 377f77674..377b96f10 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj @@ -1,4 +1,4 @@ - + Debug @@ -79,7 +79,7 @@ - + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj index 966fbdbb1..a990f454d 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj @@ -1,4 +1,4 @@ - + @@ -139,7 +139,7 @@ - + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj index 908d2ac93..91dd52336 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj @@ -1,4 +1,4 @@ - + Debug @@ -91,7 +91,7 @@ - + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj index 31b9872fc..7efb21321 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj @@ -14,7 +14,7 @@ - +