From 3750cf2979a9ab410f964db150d6e57c9089da16 Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Wed, 16 May 2018 18:26:53 -0700 Subject: [PATCH 01/10] Start version 1.6.1 --- 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 +- Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs | 4 ++-- 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/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 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 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Analytics.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 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/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs | 2 +- .../Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj | 4 ++-- Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs | 4 ++-- Tests/Droid/Properties/AndroidManifest.xml | 2 +- Tests/Droid/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 +- Tests/iOS/Info.plist | 4 ++-- scripts/configuration/ac-build-config.xml | 2 +- 63 files changed, 110 insertions(+), 110 deletions(-) diff --git a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml index 87099a085..ff89c85c0 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 a2eabf820..12b05a4a1 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 63dc34c67..6ab1d9e50 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 36139e836..1fe560eec 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 @@ -19,8 +19,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 69af1cf02..4daeffbef 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 aa6f43340..5974b3def 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 @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.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 d375adff8..f56bce236 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.puppet CFBundleShortVersionString - 1.6.1 + 1.6.2 CFBundleVersion - 1.6.1 + 1.6.2 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 0979e626b..ad4e0ff7a 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 a4e595f99..9ac6227e0 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 147e7b4c8..1df35c3f2 100644 --- a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs index d2c48c1e9..02e1fa198 100644 --- a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WPF.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("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs index ecd120433..0c40d584f 100644 --- a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/Apps/Contoso.iOS.Puppet/Info.plist b/Apps/Contoso.iOS.Puppet/Info.plist index 28c818462..71d631c29 100644 --- a/Apps/Contoso.iOS.Puppet/Info.plist +++ b/Apps/Contoso.iOS.Puppet/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.puppet CFBundleShortVersionString - 1.6.1 + 1.6.2 CFBundleVersion - 1.6.1 + 1.6.2 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 079edd3d8..31c88d56a 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs index 058bbb7f1..137c571b8 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs index 60f176cf1..5c8abdde2 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs @@ -5,6 +5,6 @@ public static 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 = "1.6.1-SNAPSHOT"; + internal const string Version = "1.6.2-SNAPSHOT"; } } diff --git a/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs index 21511e2cf..815e4fd9c 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] [assembly: ComVisible(false)] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.UWP")] \ No newline at end of file diff --git a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs index ee907083c..11d516eee 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.WindowsDesktop")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs index e45d00eec..694377462 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs index 80e5eb634..4d95fa20a 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj index ecbbcf15a..35d45eaf4 100644 --- a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Core Microsoft Corporation - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 0.0.0.0 - 1.6.1.0 + 1.6.2.0 Microsoft.AppCenter.Core 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 7098cfa9e..aa744e6b8 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 618b40f61..bce12975e 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs index a1898990c..10c09e15d 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] [assembly: ComVisible(false)] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs index 5c40f8c4a..2bb9b960a 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] 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 f96731b0e..4c8864c49 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/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("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs index d40fa05e6..d489c44da 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj index 2e8eb94c0..b221e9d00 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 - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 0.0.0.0 - 1.6.1.0 + 1.6.2.0 Microsoft.AppCenter.Analytics 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 6e0edce28..615041bcb 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 35e9dd04e..e374c29a2 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Properties/AssemblyInfo.cs index 76470a437..bf70f0e5b 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/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("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs index 0db84f712..049c4d109 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] 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 dc3c73d35..f04abcc09 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/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("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs index 67ffd3f38..475e35a48 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj index 073469e32..c53a3898b 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 - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 0.0.0.0 - 1.6.1.0 + 1.6.2.0 Microsoft.AppCenter.Crashes 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 c89f2b7cd..16edbcdb3 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 efe7175cc..33dcd10d3 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] 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 9e14d3d0e..38c00cdba 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs index da7c18764..3bd201780 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj index 11983a71e..f8f072c51 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 - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 0.0.0.0 - 1.6.1.0 + 1.6.2.0 Microsoft.AppCenter.Distribute 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 65e5e3a39..8cd3685ec 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs index c91cc7bbe..0ba32236e 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs index deec437c6..861b4c13b 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ [assembly: ReferenceAssembly] #endif [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.0")] [assembly: ComVisible(false)] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.UWP")] \ No newline at end of file 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 2537efe02..4ab43fbb0 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/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("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs index e8a8cacb7..f6b84ca06 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj b/SDK/AppCenterPush/Microsoft.AppCenter.Push/Microsoft.AppCenter.Push.csproj index a0cb6ab56..904678694 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 - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 0.0.0.0 - 1.6.1.0 + 1.6.2.0 Microsoft.AppCenter.Push diff --git a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs index 323383fe6..bfcc2e818 100644 --- a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs index 9e71a166c..5ec6456f7 100644 --- a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj b/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj index 0461a0eda..ea91d2dc6 100644 --- a/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj +++ b/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Rum Microsoft Corporation - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 0.0.0.0 - 1.6.1.0 + 1.6.2.0 Microsoft.AppCenter.Rum diff --git a/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs b/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs index 8bd15eb05..f8f2ad84d 100644 --- a/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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/Droid/Properties/AndroidManifest.xml b/Tests/Droid/Properties/AndroidManifest.xml index be6cdc100..a6bfc93fd 100644 --- a/Tests/Droid/Properties/AndroidManifest.xml +++ b/Tests/Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Tests/Droid/Properties/AssemblyInfo.cs b/Tests/Droid/Properties/AssemblyInfo.cs index c6d2d6dfb..0a8728e27 100644 --- a/Tests/Droid/Properties/AssemblyInfo.cs +++ b/Tests/Droid/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs index 739b5ff11..6265f9c00 100644 --- a/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 6b489cf28..378484e92 100644 --- a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs index 657c6c4ce..8a0037289 100644 --- a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-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 c03ca2be7..8f1f43759 100644 --- a/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.0")] diff --git a/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs index 86919dacf..e8f3e0767 100644 --- a/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.0")] diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest index 2c93d9945..dad682da2 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest +++ b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest @@ -7,7 +7,7 @@ + Version="1.6.2.0" /> diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs index 9499b28dd..f2be1b5c0 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.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 30cd13c08..6d230cb2a 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] -[assembly: AssemblyInformationalVersion("1.6.1-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs index 08d4e7abc..d884ca704 100644 --- a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.2.0")] diff --git a/Tests/iOS/Info.plist b/Tests/iOS/Info.plist index 8f3cf16b1..35302805b 100644 --- a/Tests/iOS/Info.plist +++ b/Tests/iOS/Info.plist @@ -9,9 +9,9 @@ CFBundleIdentifier com.contoso.contoso-forms-test CFBundleShortVersionString - 1.6.1 + 1.6.2 CFBundleVersion - 1.6.1 + 1.6.2 LSRequiresIPhoneOS MinimumOSVersion diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index a159872e3..6a86f883b 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -1,7 +1,7 @@ - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 1.6.1 1.5.1 From 69b5a4a72e28edf59004d3e75afb3cba8e4c478c Mon Sep 17 00:00:00 2001 From: Ivan Matkov Date: Tue, 22 May 2018 16:38:45 +0300 Subject: [PATCH 02/10] Remove managed dll from targets file --- nuget/Microsoft.AppCenter.Crashes.targets | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nuget/Microsoft.AppCenter.Crashes.targets b/nuget/Microsoft.AppCenter.Crashes.targets index 272cd3cb6..327b6ddf9 100644 --- a/nuget/Microsoft.AppCenter.Crashes.targets +++ b/nuget/Microsoft.AppCenter.Crashes.targets @@ -5,7 +5,7 @@ x86 arm $(MSBuildThisFileDirectory)..\..\runtimes\win10-$(mc-crashes-Platform) - + true @@ -22,12 +22,6 @@ - - - $(mc-crashes-ArchDir)\lib\uap10.0\Microsoft.AppCenter.Crashes.dll - - - $(MSBuildThisFileDirectory)..\..\Include;%(AdditionalIncludeDirectories) From 44ecf0a1fac37cce58140c0b78746b744dc9d6f8 Mon Sep 17 00:00:00 2001 From: Ivan Matkov Date: Fri, 25 May 2018 11:43:09 +0300 Subject: [PATCH 03/10] Handle exceptions from CreatePushNotificationChannelForApplicationAsync --- .../Microsoft.AppCenter.Push.UWP/Push.cs | 23 ++++++++++++++----- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Push.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Push.cs index df6b8d188..9c4d70979 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Push.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Push.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.Threading.Tasks; using Microsoft.AppCenter.Push.Ingestion.Models; using Microsoft.AppCenter.Utils; using Microsoft.AppCenter.Utils.Synchronization; @@ -140,6 +141,20 @@ private void OnPushNotificationReceivedHandler(PushNotificationChannel sender, W private void CreatePushNotificationChannel(Action created) { + Task CreatePushNotificationChannelForApplicationAsync() + { + try + { + return new WindowsPushNotificationChannelManager() + .CreatePushNotificationChannelForApplicationAsync() + .AsTask(); + } + catch (Exception e) + { + return Task.FromException(e); + } + } + void OnNetworkStateChange(object sender, EventArgs e) { if (NetworkStateAdapter.IsConnected) @@ -148,9 +163,7 @@ void OnNetworkStateChange(object sender, EventArgs e) AppCenterLog.Debug(LogTag, "Second attempt to create notification channel..."); // Second attempt is the last one anyway. - new WindowsPushNotificationChannelManager() - .CreatePushNotificationChannelForApplicationAsync() - .AsTask().ContinueWith(task => + CreatePushNotificationChannelForApplicationAsync().ContinueWith(task => { if (task.IsFaulted) { @@ -163,9 +176,7 @@ void OnNetworkStateChange(object sender, EventArgs e) } // If this isn't the first time after installation, the notification channel is created successfully even without network. - new WindowsPushNotificationChannelManager() - .CreatePushNotificationChannelForApplicationAsync() - .AsTask().ContinueWith(task => + CreatePushNotificationChannelForApplicationAsync().ContinueWith(task => { if (task.IsFaulted && NetworkStateAdapter.IsConnected) { From a87e6e29b87ddcd42f569f38cb94f2fc2aaa3afc Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Fri, 8 Jun 2018 18:01:40 -0700 Subject: [PATCH 04/10] Fix INT in app updates in forms puppet --- Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/App.xaml.cs b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/App.xaml.cs index b56ae16e0..e0927418e 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/App.xaml.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/App.xaml.cs @@ -49,7 +49,7 @@ protected override void OnStart() AppCenterLog.Assert(LogTag, "AppCenter.Configured=" + AppCenter.Configured); AppCenter.SetLogUrl("https://in-integration.dev.avalanch.es"); - Distribute.SetInstallUrl("http://install.appcenter-int.trafficmanager.net"); + Distribute.SetInstallUrl("https://install.asgard-int.trafficmanager.net"); Distribute.SetApiUrl("https://appcenter-int.trafficmanager.net/api/v0.1"); AppCenter.Start($"uwp={UwpKey};android={AndroidKey};ios={IosKey}", typeof(Analytics), typeof(Crashes), typeof(Distribute), typeof(Push)); AppCenter.IsEnabledAsync().ContinueWith(enabled => From 76de93e3bf5cf41f2b5db3264f2ba9799a86972f Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Tue, 12 Jun 2018 12:04:54 -0700 Subject: [PATCH 05/10] Fix demo assets for store validation --- .../Assets/LockScreenLogo.scale-200.png | Bin 1430 -> 2589 bytes .../Assets/StoreLogo.png | Bin 1451 -> 1994 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Assets/LockScreenLogo.scale-200.png b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Assets/LockScreenLogo.scale-200.png index 735f57adb5dfc01886d137b4e493d7e97cf13af3..f911b0659f2628c9fe4e1fffb14f36143a387c84 100644 GIT binary patch delta 2580 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 yGvCsSX*m diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Assets/StoreLogo.png b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Assets/StoreLogo.png index 7385b56c0e4d3c6b0efe3324aa1194157d837826..84e2f38cda3ebfc574d6e9ccd1aed13aa5b5bb73 100644 GIT binary patch delta 1980 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 bno1(wj@u8DCVuFR|31B*4ek@pZJqxCDDe1x From c7968f537150d9e5d4310f84069f5a5414bda64c Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Thu, 14 Jun 2018 18:51:39 -0700 Subject: [PATCH 06/10] Bump android and .NET versions --- 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 +- Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs | 4 ++-- 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/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter/Microsoft.AppCenter.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Transforms/Metadata.xml | 7 ++++--- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Analytics.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 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 ++-- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Push.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs | 2 +- .../Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj | 4 ++-- Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs | 4 ++-- Tests/Droid/Properties/AndroidManifest.xml | 2 +- Tests/Droid/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 2 +- Tests/iOS/Info.plist | 4 ++-- scripts/configuration/ac-build-config.xml | 4 ++-- 64 files changed, 115 insertions(+), 114 deletions(-) diff --git a/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml b/Apps/Contoso.Android.Puppet/Properties/AndroidManifest.xml index ff89c85c0..56c72118f 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 12b05a4a1..f85182662 100644 --- a/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Android.Puppet/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 6ab1d9e50..7f0a28e5a 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 1fe560eec..c9a264776 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 @@ -19,8 +19,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 4daeffbef..5e7b9f33c 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 5974b3def..d574a8d13 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 @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.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 f56bce236..d979e1781 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.puppet CFBundleShortVersionString - 1.6.2 + 1.7.0 CFBundleVersion - 1.6.2 + 1.7.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 ad4e0ff7a..528acfec8 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 9ac6227e0..a5299422d 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 1df35c3f2..0f63ac668 100644 --- a/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.UWP.Puppet/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs index 02e1fa198..766bfa4b3 100644 --- a/Apps/Contoso.WPF.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WPF.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("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs index 0c40d584f..640d287c5 100644 --- a/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WinForms.Puppet/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/Apps/Contoso.iOS.Puppet/Info.plist b/Apps/Contoso.iOS.Puppet/Info.plist index 71d631c29..7c16b56a9 100644 --- a/Apps/Contoso.iOS.Puppet/Info.plist +++ b/Apps/Contoso.iOS.Puppet/Info.plist @@ -7,9 +7,9 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.puppet CFBundleShortVersionString - 1.6.2 + 1.7.0 CFBundleVersion - 1.6.2 + 1.7.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 31c88d56a..3348ea737 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android.Bindings/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs index 137c571b8..a19e569ee 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Android/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs index 5c8abdde2..48a6b9ee2 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.Shared/WrapperSdk.cs @@ -5,6 +5,6 @@ public static 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 = "1.6.2-SNAPSHOT"; + internal const string Version = "1.7.0-SNAPSHOT"; } } diff --git a/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs index 815e4fd9c..641e9838b 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.UWP/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] [assembly: ComVisible(false)] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.UWP")] \ No newline at end of file diff --git a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs index 11d516eee..e14f8a272 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.WindowsDesktop")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs index 694377462..2f66b2e2e 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS.Bindings/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs index 4d95fa20a..41c3b77b8 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenter/Microsoft.AppCenter.iOS/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj index 35d45eaf4..cf67a9efe 100644 --- a/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter/Microsoft.AppCenter.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Core Microsoft Corporation - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT 0.0.0.0 - 1.6.2.0 + 1.7.0.0 Microsoft.AppCenter.Core 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 aa744e6b8..d96d94c20 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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.Bindings/Transforms/Metadata.xml b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Transforms/Metadata.xml index f812db535..bab15aded 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Transforms/Metadata.xml +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android.Bindings/Transforms/Metadata.xml @@ -1,6 +1,7 @@  - - AndroidAnalytics - public + + + AndroidAnalytics + public \ No newline at end of file diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs index bce12975e..13d614b38 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs index 10c09e15d..4fdddfc7a 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.UWP/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] [assembly: ComVisible(false)] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs index 2bb9b960a..369f955a3 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] 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 4c8864c49..0794877ef 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS.Bindings/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("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 d489c44da..6e1e56442 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.iOS/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics/Microsoft.AppCenter.Analytics.csproj index b221e9d00..c97440420 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 - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT 0.0.0.0 - 1.6.2.0 + 1.7.0.0 Microsoft.AppCenter.Analytics 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 615041bcb..0ce121425 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android.Bindings/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 e374c29a2..4d817f6b8 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Properties/AssemblyInfo.cs @@ -26,5 +26,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Properties/AssemblyInfo.cs index bf70f0e5b..656585aff 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.UWP/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("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs index 049c4d109..6165f81b3 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] 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 f04abcc09..f4efd1bc7 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS.Bindings/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("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 475e35a48..070bb6910 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.iOS/Properties/AssemblyInfo.cs @@ -23,5 +23,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes/Microsoft.AppCenter.Crashes.csproj index c53a3898b..b082872c2 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 - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT 0.0.0.0 - 1.6.2.0 + 1.7.0.0 Microsoft.AppCenter.Crashes 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 16edbcdb3..3cce94b0b 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android.Bindings/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 33dcd10d3..1baea0e56 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] 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 38c00cdba..b8a7bdf6a 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS.Bindings/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 3bd201780..6d287df16 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.iOS/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute/Microsoft.AppCenter.Distribute.csproj index f8f072c51..f41f64edd 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 - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT 0.0.0.0 - 1.6.2.0 + 1.7.0.0 Microsoft.AppCenter.Distribute 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 8cd3685ec..8e19a76c7 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android.Bindings/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 0ba32236e..1cc071a79 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.Android/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs index 861b4c13b..845b7afe7 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.UWP/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ [assembly: ReferenceAssembly] #endif [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.0.0")] [assembly: ComVisible(false)] [assembly: InternalsVisibleTo("Microsoft.AppCenter.Test.UWP")] \ No newline at end of file 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 4ab43fbb0..22f3cfb89 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS.Bindings/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("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 f6b84ca06..93a82b1e2 100644 --- a/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterPush/Microsoft.AppCenter.Push.iOS/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 904678694..493eb6da9 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 - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT 0.0.0.0 - 1.6.2.0 + 1.7.0.0 Microsoft.AppCenter.Push diff --git a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs index bfcc2e818..1e0e685db 100644 --- a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.Android/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs index 5ec6456f7..aae2a7659 100644 --- a/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs +++ b/SDK/AppCenterRum/Microsoft.AppCenter.Rum.UWP/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj b/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj index ea91d2dc6..e44dbf42b 100644 --- a/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj +++ b/SDK/AppCenterRum/Microsoft.AppCenter.Rum/Microsoft.AppCenter.Rum.csproj @@ -7,9 +7,9 @@ Microsoft Corp. All rights reserved. Microsoft.AppCenter.Rum Microsoft Corporation - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT 0.0.0.0 - 1.6.2.0 + 1.7.0.0 Microsoft.AppCenter.Rum diff --git a/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs b/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs index f8f2ad84d..eacb51c21 100644 --- a/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs +++ b/Tests/Contoso.Forms.Test/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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/Droid/Properties/AndroidManifest.xml b/Tests/Droid/Properties/AndroidManifest.xml index a6bfc93fd..5fd9441fd 100644 --- a/Tests/Droid/Properties/AndroidManifest.xml +++ b/Tests/Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Tests/Droid/Properties/AssemblyInfo.cs b/Tests/Droid/Properties/AssemblyInfo.cs index 0a8728e27..f208b5260 100644 --- a/Tests/Droid/Properties/AssemblyInfo.cs +++ b/Tests/Droid/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs index 6265f9c00..64ee6cf9a 100644 --- a/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.NET/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 378484e92..7ac03bd8d 100644 --- a/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Analytics.Test.Windows/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs index 8a0037289..b4d309bda 100644 --- a/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.NET/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.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 8f1f43759..0ee2cde91 100644 --- a/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.NET/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.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 e8f3e0767..d11802f66 100644 --- a/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Push.Test.Windows/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.0.0")] diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest index dad682da2..a3f80c615 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest +++ b/Tests/Microsoft.AppCenter.Test.UWP/Package.appxmanifest @@ -7,7 +7,7 @@ + Version="1.7.0.0" /> diff --git a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs index f2be1b5c0..3668a53fb 100644 --- a/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.UWP/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.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 6d230cb2a..4aa80b503 100644 --- a/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.Windows/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] -[assembly: AssemblyInformationalVersion("1.6.2-SNAPSHOT")] +[assembly: AssemblyFileVersion("1.7.0.0")] +[assembly: AssemblyInformationalVersion("1.7.0-SNAPSHOT")] diff --git a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs index d884ca704..cd1399605 100644 --- a/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs +++ b/Tests/Microsoft.AppCenter.Test.WindowsDesktop/Properties/AssemblyInfo.cs @@ -17,4 +17,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyFileVersion("1.7.0.0")] diff --git a/Tests/iOS/Info.plist b/Tests/iOS/Info.plist index 35302805b..bcce58323 100644 --- a/Tests/iOS/Info.plist +++ b/Tests/iOS/Info.plist @@ -9,9 +9,9 @@ CFBundleIdentifier com.contoso.contoso-forms-test CFBundleShortVersionString - 1.6.2 + 1.7.0 CFBundleVersion - 1.6.2 + 1.7.0 LSRequiresIPhoneOS MinimumOSVersion diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index 6a86f883b..77c000cb9 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -1,9 +1,9 @@ - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT 1.6.1 - 1.5.1 + 1.6.0 From 1a38d6783ffbf26e3ab9a6961c13d3650908af91 Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Tue, 19 Jun 2018 11:58:07 -0700 Subject: [PATCH 07/10] Bump native SDK versions --- scripts/configuration/ac-build-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index 77c000cb9..6d775b3b9 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -2,8 +2,8 @@ 1.7.0-SNAPSHOT - 1.6.1 - 1.6.0 + 1.7.1 + 1.6.1 From 49528c2510ddef83e6fbf1dc299b11af4b5e36ce Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Tue, 19 Jun 2018 12:39:04 -0700 Subject: [PATCH 08/10] Update android puppet for firebase testing --- .../Contoso.Android.Puppet.csproj | 98 +++++++++---------- Apps/Contoso.Android.Puppet/packages.config | 50 +++++----- 2 files changed, 74 insertions(+), 74 deletions(-) diff --git a/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj b/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj index 84accc1d7..d42c9f09e 100644 --- a/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj +++ b/Apps/Contoso.Android.Puppet/Contoso.Android.Puppet.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -17,7 +17,7 @@ Resources\Resource.Designer.cs Off True - v8.0 + v8.1 Properties\AndroidManifest.xml @@ -54,73 +54,73 @@ - ..\..\packages\Xamarin.Android.Support.Annotations.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Annotations.dll + ..\..\packages\Xamarin.Android.Support.Annotations.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Annotations.dll - ..\..\packages\Xamarin.Android.Arch.Core.Common.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Core.Common.dll + ..\..\packages\Xamarin.Android.Arch.Core.Common.1.0.0.1\lib\MonoAndroid80\Xamarin.Android.Arch.Core.Common.dll - ..\..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.0.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.dll + ..\..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.0.3.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.dll - ..\..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll + ..\..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.0.3.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll - ..\..\packages\Xamarin.Android.Support.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Compat.dll + ..\..\packages\Xamarin.Android.Support.Compat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Compat.dll - ..\..\packages\Xamarin.Android.Support.Core.UI.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.UI.dll + ..\..\packages\Xamarin.Android.Support.Core.UI.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Core.UI.dll - ..\..\packages\Xamarin.Android.Support.Core.Utils.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.Utils.dll + ..\..\packages\Xamarin.Android.Support.Core.Utils.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Core.Utils.dll - ..\..\packages\Xamarin.Android.Support.Fragment.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Fragment.dll + ..\..\packages\Xamarin.Android.Support.Fragment.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Fragment.dll - ..\..\packages\Xamarin.Android.Support.Media.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Media.Compat.dll + ..\..\packages\Xamarin.Android.Support.Media.Compat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Media.Compat.dll - ..\..\packages\Xamarin.Android.Support.Transition.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Transition.dll + ..\..\packages\Xamarin.Android.Support.Transition.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Transition.dll - ..\..\packages\Xamarin.Android.Support.v4.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v4.dll + ..\..\packages\Xamarin.Android.Support.v4.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v4.dll - ..\..\packages\Xamarin.Android.Support.v7.RecyclerView.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.RecyclerView.dll + ..\..\packages\Xamarin.Android.Support.v7.RecyclerView.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.RecyclerView.dll - ..\..\packages\Xamarin.Android.Support.Vector.Drawable.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.dll + ..\..\packages\Xamarin.Android.Support.Vector.Drawable.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Vector.Drawable.dll - ..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.dll + ..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Animated.Vector.Drawable.dll - ..\..\packages\Xamarin.Android.Support.v7.AppCompat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.AppCompat.dll + ..\..\packages\Xamarin.Android.Support.v7.AppCompat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.AppCompat.dll - ..\..\packages\Xamarin.Android.Support.Design.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Design.dll + ..\..\packages\Xamarin.Android.Support.Design.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Design.dll - ..\..\packages\Xamarin.GooglePlayServices.Basement.60.1142.0-beta2\lib\MonoAndroid80\Xamarin.GooglePlayServices.Basement.dll + ..\..\packages\Xamarin.GooglePlayServices.Basement.60.1142.1\lib\MonoAndroid80\Xamarin.GooglePlayServices.Basement.dll - ..\..\packages\Xamarin.GooglePlayServices.Tasks.60.1142.0-beta2\lib\MonoAndroid80\Xamarin.GooglePlayServices.Tasks.dll + ..\..\packages\Xamarin.GooglePlayServices.Tasks.60.1142.1\lib\MonoAndroid80\Xamarin.GooglePlayServices.Tasks.dll - ..\..\packages\Xamarin.Firebase.Common.60.1142.0-beta2\lib\MonoAndroid80\Xamarin.Firebase.Common.dll + ..\..\packages\Xamarin.Firebase.Common.60.1142.1\lib\MonoAndroid80\Xamarin.Firebase.Common.dll - ..\..\packages\Xamarin.Firebase.Iid.60.1142.0-beta2\lib\MonoAndroid80\Xamarin.Firebase.Iid.dll + ..\..\packages\Xamarin.Firebase.Iid.60.1142.1\lib\MonoAndroid80\Xamarin.Firebase.Iid.dll - ..\..\packages\Xamarin.Firebase.Analytics.Impl.60.1142.0-beta2\lib\MonoAndroid80\Xamarin.Firebase.Analytics.Impl.dll + ..\..\packages\Xamarin.Firebase.Analytics.Impl.60.1142.1\lib\MonoAndroid80\Xamarin.Firebase.Analytics.Impl.dll - ..\..\packages\Xamarin.Firebase.Analytics.60.1142.0-beta2\lib\MonoAndroid80\Xamarin.Firebase.Analytics.dll + ..\..\packages\Xamarin.Firebase.Analytics.60.1142.1\lib\MonoAndroid80\Xamarin.Firebase.Analytics.dll - ..\..\packages\Xamarin.Firebase.Messaging.60.1142.0-beta2\lib\MonoAndroid80\Xamarin.Firebase.Messaging.dll + ..\..\packages\Xamarin.Firebase.Messaging.60.1142.1\lib\MonoAndroid80\Xamarin.Firebase.Messaging.dll @@ -231,28 +231,28 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Apps/Contoso.Android.Puppet/packages.config b/Apps/Contoso.Android.Puppet/packages.config index d15ac92e8..134a72300 100644 --- a/Apps/Contoso.Android.Puppet/packages.config +++ b/Apps/Contoso.Android.Puppet/packages.config @@ -1,28 +1,28 @@  - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 9ec36e0dbf6a5d6adac2fd19c9f2d8fdae108054 Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Tue, 19 Jun 2018 13:13:17 -0700 Subject: [PATCH 09/10] Update forms puppet packages --- .../Contoso.Forms.Puppet.Droid.csproj | 106 +++++++++--------- .../packages.config | 44 ++++---- .../Contoso.Forms.Puppet.UWP/project.json | 2 +- .../Contoso.Forms.Puppet.iOS.csproj | 12 +- .../Contoso.Forms.Puppet.iOS/packages.config | 2 +- .../Contoso.Forms.Puppet/project.json | 4 +- 6 files changed, 85 insertions(+), 85 deletions(-) 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 cc4860ae9..c181ef74f 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 @@ -1,7 +1,7 @@  - - + + Debug AnyCPU @@ -57,83 +57,83 @@ - - ..\..\..\packages\HockeySDK.Xamarin.5.0.0\lib\MonoAndroid403\HockeySDK.AndroidBindings.dll - - - ..\..\..\packages\HockeySDK.Xamarin.5.0.0\lib\MonoAndroid403\HockeySDK.dll - - ..\..\..\packages\Xamarin.Android.Support.Annotations.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Annotations.dll + ..\..\..\packages\Xamarin.Android.Support.Annotations.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Annotations.dll - ..\..\..\packages\Xamarin.Android.Arch.Core.Common.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Core.Common.dll + ..\..\..\packages\Xamarin.Android.Arch.Core.Common.1.0.0.1\lib\MonoAndroid80\Xamarin.Android.Arch.Core.Common.dll - ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.0.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.dll + ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.0.3.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.dll - ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll + ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.0.3.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll - ..\..\..\packages\Xamarin.Android.Support.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Compat.dll + ..\..\..\packages\Xamarin.Android.Support.Compat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Compat.dll - ..\..\..\packages\Xamarin.Android.Support.Core.UI.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.UI.dll + ..\..\..\packages\Xamarin.Android.Support.Core.UI.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Core.UI.dll - ..\..\..\packages\Xamarin.Android.Support.Core.Utils.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.Utils.dll + ..\..\..\packages\Xamarin.Android.Support.Core.Utils.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Core.Utils.dll - ..\..\..\packages\Xamarin.Android.Support.Fragment.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Fragment.dll + ..\..\..\packages\Xamarin.Android.Support.Fragment.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Fragment.dll - ..\..\..\packages\Xamarin.Android.Support.Media.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Media.Compat.dll + ..\..\..\packages\Xamarin.Android.Support.Media.Compat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Media.Compat.dll - ..\..\..\packages\Xamarin.Android.Support.Transition.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Transition.dll + ..\..\..\packages\Xamarin.Android.Support.Transition.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Transition.dll - ..\..\..\packages\Xamarin.Android.Support.v4.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v4.dll + ..\..\..\packages\Xamarin.Android.Support.v4.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v4.dll - ..\..\..\packages\Xamarin.Android.Support.v7.CardView.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.CardView.dll + ..\..\..\packages\Xamarin.Android.Support.v7.CardView.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.CardView.dll - ..\..\..\packages\Xamarin.Android.Support.v7.Palette.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.Palette.dll + ..\..\..\packages\Xamarin.Android.Support.v7.Palette.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.Palette.dll - ..\..\..\packages\Xamarin.Android.Support.v7.RecyclerView.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.RecyclerView.dll + ..\..\..\packages\Xamarin.Android.Support.v7.RecyclerView.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.RecyclerView.dll - ..\..\..\packages\Xamarin.Android.Support.Vector.Drawable.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.dll + ..\..\..\packages\Xamarin.Android.Support.Vector.Drawable.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Vector.Drawable.dll - ..\..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.dll + ..\..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Animated.Vector.Drawable.dll - ..\..\..\packages\Xamarin.Android.Support.v7.AppCompat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.AppCompat.dll + ..\..\..\packages\Xamarin.Android.Support.v7.AppCompat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.AppCompat.dll - ..\..\..\packages\Xamarin.Android.Support.Design.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Design.dll + ..\..\..\packages\Xamarin.Android.Support.Design.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Design.dll - ..\..\..\packages\Xamarin.Android.Support.v7.MediaRouter.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.MediaRouter.dll + ..\..\..\packages\Xamarin.Android.Support.v7.MediaRouter.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.MediaRouter.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\FormsViewGroup.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\FormsViewGroup.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Core.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Core.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Platform.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Platform.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll + + + ..\..\..\packages\HockeySDK.Xamarin.5.1.2\lib\MonoAndroid403\HockeySDK.AndroidBindings.dll + + + ..\..\..\packages\HockeySDK.Xamarin.5.1.2\lib\MonoAndroid403\HockeySDK.dll @@ -219,25 +219,25 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config index f29818cc7..05f192934 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config @@ -1,25 +1,25 @@  - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json index 054b4c9db..eff195443 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", - "Xamarin.Forms": "2.5.0.91635" + "Xamarin.Forms": "3.0.0.561731" }, "frameworks": { "uap10.0": {} diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj index 43f788eb7..054832dcb 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj @@ -1,6 +1,6 @@  - + Debug iPhoneSimulator @@ -88,16 +88,16 @@ - ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll - ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll + ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll @@ -179,5 +179,5 @@ - + diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config index 1bb9c853e..d1842db6f 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json index 78aaca33a..250b808e5 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "NETStandard.Library": "1.6.1", - "Xamarin.Forms": "2.5.0.91635" + "NETStandard.Library": "2.0.3", + "Xamarin.Forms": "3.0.0.561731" }, "frameworks": { "netstandard1.0": {} From bf4dc5a717264e0b1e3d540ef3d6cbfa138020cc Mon Sep 17 00:00:00 2001 From: Guillaume Perrot Date: Tue, 19 Jun 2018 14:17:50 -0700 Subject: [PATCH 10/10] Revert "Update forms puppet packages" This reverts commit 9ec36e0dbf6a5d6adac2fd19c9f2d8fdae108054. --- .../Contoso.Forms.Puppet.Droid.csproj | 106 +++++++++--------- .../packages.config | 44 ++++---- .../Contoso.Forms.Puppet.UWP/project.json | 2 +- .../Contoso.Forms.Puppet.iOS.csproj | 12 +- .../Contoso.Forms.Puppet.iOS/packages.config | 2 +- .../Contoso.Forms.Puppet/project.json | 4 +- 6 files changed, 85 insertions(+), 85 deletions(-) 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 c181ef74f..cc4860ae9 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 @@ -1,7 +1,7 @@  - - + + Debug AnyCPU @@ -57,83 +57,83 @@ + + ..\..\..\packages\HockeySDK.Xamarin.5.0.0\lib\MonoAndroid403\HockeySDK.AndroidBindings.dll + + + ..\..\..\packages\HockeySDK.Xamarin.5.0.0\lib\MonoAndroid403\HockeySDK.dll + - ..\..\..\packages\Xamarin.Android.Support.Annotations.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Annotations.dll + ..\..\..\packages\Xamarin.Android.Support.Annotations.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Annotations.dll - ..\..\..\packages\Xamarin.Android.Arch.Core.Common.1.0.0.1\lib\MonoAndroid80\Xamarin.Android.Arch.Core.Common.dll + ..\..\..\packages\Xamarin.Android.Arch.Core.Common.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Core.Common.dll - ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.0.3.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.dll + ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Common.1.0.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Common.dll - ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.0.3.1\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll + ..\..\..\packages\Xamarin.Android.Arch.Lifecycle.Runtime.1.0.0\lib\MonoAndroid80\Xamarin.Android.Arch.Lifecycle.Runtime.dll - ..\..\..\packages\Xamarin.Android.Support.Compat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Compat.dll + ..\..\..\packages\Xamarin.Android.Support.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Compat.dll - ..\..\..\packages\Xamarin.Android.Support.Core.UI.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Core.UI.dll + ..\..\..\packages\Xamarin.Android.Support.Core.UI.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.UI.dll - ..\..\..\packages\Xamarin.Android.Support.Core.Utils.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Core.Utils.dll + ..\..\..\packages\Xamarin.Android.Support.Core.Utils.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Core.Utils.dll - ..\..\..\packages\Xamarin.Android.Support.Fragment.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Fragment.dll + ..\..\..\packages\Xamarin.Android.Support.Fragment.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Fragment.dll - ..\..\..\packages\Xamarin.Android.Support.Media.Compat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Media.Compat.dll + ..\..\..\packages\Xamarin.Android.Support.Media.Compat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Media.Compat.dll - ..\..\..\packages\Xamarin.Android.Support.Transition.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Transition.dll + ..\..\..\packages\Xamarin.Android.Support.Transition.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Transition.dll - ..\..\..\packages\Xamarin.Android.Support.v4.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v4.dll + ..\..\..\packages\Xamarin.Android.Support.v4.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v4.dll - ..\..\..\packages\Xamarin.Android.Support.v7.CardView.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.CardView.dll + ..\..\..\packages\Xamarin.Android.Support.v7.CardView.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.CardView.dll - ..\..\..\packages\Xamarin.Android.Support.v7.Palette.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.Palette.dll + ..\..\..\packages\Xamarin.Android.Support.v7.Palette.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.Palette.dll - ..\..\..\packages\Xamarin.Android.Support.v7.RecyclerView.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.RecyclerView.dll + ..\..\..\packages\Xamarin.Android.Support.v7.RecyclerView.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.RecyclerView.dll - ..\..\..\packages\Xamarin.Android.Support.Vector.Drawable.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Vector.Drawable.dll + ..\..\..\packages\Xamarin.Android.Support.Vector.Drawable.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Vector.Drawable.dll - ..\..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Animated.Vector.Drawable.dll + ..\..\..\packages\Xamarin.Android.Support.Animated.Vector.Drawable.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Animated.Vector.Drawable.dll - ..\..\..\packages\Xamarin.Android.Support.v7.AppCompat.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.AppCompat.dll + ..\..\..\packages\Xamarin.Android.Support.v7.AppCompat.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.AppCompat.dll - ..\..\..\packages\Xamarin.Android.Support.Design.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.Design.dll + ..\..\..\packages\Xamarin.Android.Support.Design.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.Design.dll - ..\..\..\packages\Xamarin.Android.Support.v7.MediaRouter.27.0.2.1\lib\MonoAndroid81\Xamarin.Android.Support.v7.MediaRouter.dll + ..\..\..\packages\Xamarin.Android.Support.v7.MediaRouter.26.1.0.1\lib\MonoAndroid80\Xamarin.Android.Support.v7.MediaRouter.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\FormsViewGroup.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\FormsViewGroup.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Core.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Core.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Platform.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Platform.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll - - - ..\..\..\packages\HockeySDK.Xamarin.5.1.2\lib\MonoAndroid403\HockeySDK.AndroidBindings.dll - - - ..\..\..\packages\HockeySDK.Xamarin.5.1.2\lib\MonoAndroid403\HockeySDK.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.121934\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll @@ -219,25 +219,25 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config index 05f192934..f29818cc7 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.Droid/packages.config @@ -1,25 +1,25 @@  - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json index eff195443..054b4c9db 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.UWP/project.json @@ -1,7 +1,7 @@ { "dependencies": { "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", - "Xamarin.Forms": "3.0.0.561731" + "Xamarin.Forms": "2.5.0.91635" }, "frameworks": { "uap10.0": {} diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj index 054832dcb..43f788eb7 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/Contoso.Forms.Puppet.iOS.csproj @@ -1,6 +1,6 @@  - + Debug iPhoneSimulator @@ -88,16 +88,16 @@ - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Core.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Platform.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Platform.iOS.dll - ..\..\..\packages\Xamarin.Forms.3.0.0.561731\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll + ..\..\..\packages\Xamarin.Forms.2.5.0.91635\lib\Xamarin.iOS10\Xamarin.Forms.Xaml.dll @@ -179,5 +179,5 @@ - + diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config index d1842db6f..1bb9c853e 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet.iOS/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json index 250b808e5..78aaca33a 100644 --- a/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json +++ b/Apps/Contoso.Forms.Puppet/Contoso.Forms.Puppet/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "NETStandard.Library": "2.0.3", - "Xamarin.Forms": "3.0.0.561731" + "NETStandard.Library": "1.6.1", + "Xamarin.Forms": "2.5.0.91635" }, "frameworks": { "netstandard1.0": {}