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 5b8a0a6d7..ffccee836 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 727904f28..f961a819f 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("0.15.1.0")] -[assembly: AssemblyInformationalVersion("0.15.1")] +[assembly: AssemblyFileVersion("0.15.2.0")] +[assembly: AssemblyInformationalVersion("0.15.2")] // 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.Droid/project.json b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json index a71aff67c..b808702de 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.Azure.Mobile.Analytics": "0.15.1", - "Microsoft.Azure.Mobile.Crashes": "0.15.1", - "Microsoft.Azure.Mobile.Distribute": "0.15.1", - "Microsoft.Azure.Mobile.Push": "0.15.1", + "Microsoft.Azure.Mobile.Analytics": "0.15.2", + "Microsoft.Azure.Mobile.Crashes": "0.15.2", + "Microsoft.Azure.Mobile.Distribute": "0.15.2", + "Microsoft.Azure.Mobile.Push": "0.15.2", "Xamarin.Android.Support.Animated.Vector.Drawable": "25.1.1", "Xamarin.Android.Support.Compat": "25.1.1", "Xamarin.Android.Support.Core.UI": "25.1.1", 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 c5f606597..b027b5100 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 @@ - + MobileCenter-Forms-UWP-Demo 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 bfd605627..e62482da2 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("0.15.1.0")] +[assembly: AssemblyFileVersion("0.15.2.0")] [assembly: ComVisible(false)] diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json index d3a5fb69c..82212b8eb 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.Azure.Mobile.Analytics": "0.15.1", - "Microsoft.Azure.Mobile.Crashes": "0.15.1", - "Microsoft.Azure.Mobile.Distribute": "0.15.1", - "Microsoft.Azure.Mobile.Push": "0.15.1", + "Microsoft.Azure.Mobile.Analytics": "0.15.2", + "Microsoft.Azure.Mobile.Crashes": "0.15.2", + "Microsoft.Azure.Mobile.Distribute": "0.15.2", + "Microsoft.Azure.Mobile.Push": "0.15.2", "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", "Xamarin.Forms": "2.3.4.231" }, 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 1b5a30e76..c85d3bf83 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.azure.mobile.xamarin.forms.demo CFBundleVersion - 0.15.1 + 0.15.2 LSRequiresIPhoneOS MinimumOSVersion @@ -39,7 +39,7 @@ CFBundleName MCFDemo CFBundleShortVersionString - 0.15.1 + 0.15.2 CFBundleURLTypes diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json index 8bedd33f7..d86e58653 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.Azure.Mobile.Analytics": "0.15.1", - "Microsoft.Azure.Mobile.Crashes": "0.15.1", - "Microsoft.Azure.Mobile.Distribute": "0.15.1", - "Microsoft.Azure.Mobile.Push": "0.15.1", + "Microsoft.Azure.Mobile.Analytics": "0.15.2", + "Microsoft.Azure.Mobile.Crashes": "0.15.2", + "Microsoft.Azure.Mobile.Distribute": "0.15.2", + "Microsoft.Azure.Mobile.Push": "0.15.2", "Xamarin.Forms": "2.3.4.231" }, "frameworks": { diff --git a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Properties/AssemblyInfo.cs index a19d83717..a2371e980 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Properties/AssemblyInfo.cs +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/Properties/AssemblyInfo.cs @@ -17,8 +17,8 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("0.0.0.0")] -[assembly: AssemblyFileVersion("0.15.1.0")] -[assembly: AssemblyInformationalVersion("0.15.1")] +[assembly: AssemblyFileVersion("0.15.2.0")] +[assembly: AssemblyInformationalVersion("0.15.2")] // 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/project.json b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json index cfb0d49d4..961b9a39f 100644 --- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json +++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json @@ -1,9 +1,9 @@ { "dependencies": { - "Microsoft.Azure.Mobile.Analytics": "0.15.1", - "Microsoft.Azure.Mobile.Crashes": "0.15.1", - "Microsoft.Azure.Mobile.Distribute": "0.15.1", - "Microsoft.Azure.Mobile.Push": "0.15.1", + "Microsoft.Azure.Mobile.Analytics": "0.15.2", + "Microsoft.Azure.Mobile.Crashes": "0.15.2", + "Microsoft.Azure.Mobile.Distribute": "0.15.2", + "Microsoft.Azure.Mobile.Push": "0.15.2", "Xamarin.Forms": "2.3.4.231", "NETStandard.Library": "1.6.1" },