diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj index 500b3baf4..cd077b7dc 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Contoso.Forms.Demo.Droid.csproj @@ -52,10 +52,10 @@ - - - - + + + + 3.4.0.1008975 diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml index 03f4c7a5a..da6ff2ff8 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs index 990be9d1f..df050d2c7 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/Properties/AssemblyInfo.cs @@ -20,8 +20,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.11.0.0")] -[assembly: AssemblyInformationalVersion("1.11.0")] +[assembly: AssemblyFileVersion("1.12.0.0")] +[assembly: AssemblyInformationalVersion("1.12.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj index b5dd0a6f0..41454e93b 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Contoso.Forms.Demo.UWP.csproj @@ -1,4 +1,4 @@ - + @@ -131,10 +131,10 @@ - - - - + + + + diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest index 3129238b4..8b85d434c 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.Forms.Demo.UWP diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs index c10cf0b81..b29035cc1 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/Properties/AssemblyInfo.cs @@ -24,5 +24,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.11.0.0")] +[assembly: AssemblyFileVersion("1.12.0.0")] [assembly: ComVisible(false)] diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj index 2840443ad..b011f5463 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Contoso.Forms.Demo.iOS.csproj @@ -86,10 +86,10 @@ - - - - + + + + 3.4.0.1008975 diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist index a5c0555cb..1d8061f4d 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist @@ -5,7 +5,7 @@ CFBundleIdentifier com.microsoft.appcenter.xamarin.forms.demo.ios CFBundleVersion - 1.11.0 + 1.12.0 LSRequiresIPhoneOS MinimumOSVersion @@ -39,7 +39,7 @@ CFBundleName ACFDemo CFBundleShortVersionString - 1.11.0 + 1.12.0 CFBundleURLTypes diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj index 063a071d4..b20fb3e4c 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Contoso.Forms.Demo.csproj @@ -4,15 +4,15 @@ netstandard2.0 Microsoft Corp. All rights reserved. Microsoft Corporation - 1.11.0 + 1.12.0 0.0.0.0 - 1.11.0.0 + 1.12.0.0 - - - - + + + + \ No newline at end of file diff --git a/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj b/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj index a1393f4d6..183dfeb75 100644 --- a/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj +++ b/Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj @@ -1,4 +1,4 @@ - + @@ -128,9 +128,9 @@ - - - + + + diff --git a/Apps/Contoso.UWP.Demo/Package.appxmanifest b/Apps/Contoso.UWP.Demo/Package.appxmanifest index b59f056da..e1346cc95 100644 --- a/Apps/Contoso.UWP.Demo/Package.appxmanifest +++ b/Apps/Contoso.UWP.Demo/Package.appxmanifest @@ -1,6 +1,6 @@ - + AppCenter-Contoso.UWP.Demo diff --git a/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs index 30c53435d..5054928ea 100644 --- a/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.UWP.Demo/Properties/AssemblyInfo.cs @@ -25,5 +25,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.11.0.0")] +[assembly: AssemblyFileVersion("1.12.0.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs index 00e46a0d7..ac0343bcf 100644 --- a/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("1.11.0.0")] -[assembly: AssemblyInformationalVersion("1.11.0")] +[assembly: AssemblyFileVersion("1.12.0.0")] +[assembly: AssemblyInformationalVersion("1.12.0")] diff --git a/Apps/Contoso.WPF.Demo/project.json b/Apps/Contoso.WPF.Demo/project.json index f55b02edd..82f6d28a5 100644 --- a/Apps/Contoso.WPF.Demo/project.json +++ b/Apps/Contoso.WPF.Demo/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.AppCenter.Analytics": "1.11.0", - "Microsoft.AppCenter.Crashes": "1.11.0" + "Microsoft.AppCenter.Analytics": "1.12.0", + "Microsoft.AppCenter.Crashes": "1.12.0" }, "frameworks": { "net45": {} diff --git a/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs index 468b1ebbb..1113c70d0 100644 --- a/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.WinForms.Demo/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.11.0.0")] -[assembly: AssemblyInformationalVersion("1.11.0")] +[assembly: AssemblyFileVersion("1.12.0.0")] +[assembly: AssemblyInformationalVersion("1.12.0")] diff --git a/Apps/Contoso.WinForms.Demo/project.json b/Apps/Contoso.WinForms.Demo/project.json index f55b02edd..82f6d28a5 100644 --- a/Apps/Contoso.WinForms.Demo/project.json +++ b/Apps/Contoso.WinForms.Demo/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.AppCenter.Analytics": "1.11.0", - "Microsoft.AppCenter.Crashes": "1.11.0" + "Microsoft.AppCenter.Analytics": "1.12.0", + "Microsoft.AppCenter.Crashes": "1.12.0" }, "frameworks": { "net45": {}