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 0f513d9f1..b09e8fc9b 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
@@ -8,7 +8,7 @@
Library
Contoso.Forms.Demo.Droid
Contoso.Forms.Demo.Droid
- v7.1
+ v8.0
True
Resources\Resource.designer.cs
Resource
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 7f1fc737b..dc1e41753 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,6 +1,6 @@
-
-
+
+
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 f83efb44c..487d75e4d 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.16.0.0")]
-[assembly: AssemblyInformationalVersion("0.16.0")]
+[assembly: AssemblyFileVersion("0.17.0.0")]
+[assembly: AssemblyInformationalVersion("0.17.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.Droid/project.json b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json
index eb7db0bb8..7cfce1323 100644
--- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json
+++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json
@@ -1,28 +1,13 @@
{
"dependencies": {
- "Microsoft.Azure.Mobile.Analytics": "0.16.0",
- "Microsoft.Azure.Mobile.Crashes": "0.16.0",
- "Microsoft.Azure.Mobile.Distribute": "0.16.0",
- "Microsoft.Azure.Mobile.Push": "0.16.0",
- "Xamarin.Android.Support.Animated.Vector.Drawable": "25.1.1",
- "Xamarin.Android.Support.Compat": "25.1.1",
- "Xamarin.Android.Support.Core.UI": "25.1.1",
- "Xamarin.Android.Support.Core.Utils": "25.1.1",
- "Xamarin.Android.Support.Design": "25.1.1",
- "Xamarin.Android.Support.Fragment": "25.1.1",
- "Xamarin.Android.Support.Media.Compat": "25.1.1",
- "Xamarin.Android.Support.Transition": "25.1.1",
- "Xamarin.Android.Support.v4": "25.1.1",
- "Xamarin.Android.Support.v7.AppCompat": "25.1.1",
- "Xamarin.Android.Support.v7.CardView": "25.1.1",
- "Xamarin.Android.Support.v7.MediaRouter": "25.1.1",
- "Xamarin.Android.Support.v7.Palette": "25.1.1",
- "Xamarin.Android.Support.v7.RecyclerView": "25.1.1",
- "Xamarin.Android.Support.Vector.Drawable": "25.1.1",
- "Xamarin.Build.Download": "0.4.4",
- "Xamarin.Forms": "2.3.4.231"
+ "Microsoft.Azure.Mobile.Analytics": "0.17.0",
+ "Microsoft.Azure.Mobile.Crashes": "0.17.0",
+ "Microsoft.Azure.Mobile.Distribute": "0.17.0",
+ "Microsoft.Azure.Mobile.Push": "0.17.0",
+ "Xamarin.Build.Download": "0.4.7",
+ "Xamarin.Forms": "2.4.0.38779"
},
"frameworks": {
- "MonoAndroid,Version=v7.1": {}
+ "MonoAndroid,Version=v8.0": {}
}
}
\ No newline at end of file
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 39b876850..0ae95aadb 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 b8fe5fa07..70d82ca8f 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.16.0.0")]
+[assembly: AssemblyFileVersion("0.17.0.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 0da7ca030..8a742dd8f 100644
--- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json
+++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json
@@ -1,11 +1,11 @@
-{
+{
"dependencies": {
- "Microsoft.Azure.Mobile.Analytics": "0.16.0",
- "Microsoft.Azure.Mobile.Crashes": "0.16.0",
- "Microsoft.Azure.Mobile.Distribute": "0.16.0",
- "Microsoft.Azure.Mobile.Push": "0.16.0",
+ "Microsoft.Azure.Mobile.Analytics": "0.17.0",
+ "Microsoft.Azure.Mobile.Crashes": "0.17.0",
+ "Microsoft.Azure.Mobile.Distribute": "0.17.0",
+ "Microsoft.Azure.Mobile.Push": "0.17.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
- "Xamarin.Forms": "2.3.4.231"
+ "Xamarin.Forms": "2.4.0.38779"
},
"frameworks": {
"uap10.0.10586": {}
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 dc5183ecd..da28fa626 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.16.0
+ 0.17.0
LSRequiresIPhoneOS
MinimumOSVersion
@@ -39,7 +39,7 @@
CFBundleName
MCFDemo
CFBundleShortVersionString
- 0.16.0
+ 0.17.0
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 da82a9684..0724be53a 100644
--- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json
+++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.Azure.Mobile.Analytics": "0.16.0",
- "Microsoft.Azure.Mobile.Crashes": "0.16.0",
- "Microsoft.Azure.Mobile.Distribute": "0.16.0",
- "Microsoft.Azure.Mobile.Push": "0.16.0",
- "Xamarin.Forms": "2.3.4.231"
+ "Microsoft.Azure.Mobile.Analytics": "0.17.0",
+ "Microsoft.Azure.Mobile.Crashes": "0.17.0",
+ "Microsoft.Azure.Mobile.Distribute": "0.17.0",
+ "Microsoft.Azure.Mobile.Push": "0.17.0",
+ "Xamarin.Forms": "2.4.0.38779"
},
"frameworks": {
"Xamarin.iOS,Version=v1.0": {}
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 8372f4925..baec8c52f 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.16.0.0")]
-[assembly: AssemblyInformationalVersion("0.16.0")]
+[assembly: AssemblyFileVersion("0.17.0.0")]
+[assembly: AssemblyInformationalVersion("0.17.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/project.json b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json
index e42364014..4b0d1a2ff 100644
--- a/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json
+++ b/Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json
@@ -1,15 +1,13 @@
{
"dependencies": {
- "Microsoft.Azure.Mobile.Analytics": "0.16.0",
- "Microsoft.Azure.Mobile.Crashes": "0.16.0",
- "Microsoft.Azure.Mobile.Distribute": "0.16.0",
- "Microsoft.Azure.Mobile.Push": "0.16.0",
- "Xamarin.Forms": "2.3.4.231",
- "NETStandard.Library": "1.6.1"
+ "Microsoft.Azure.Mobile.Analytics": "0.17.0",
+ "Microsoft.Azure.Mobile.Crashes": "0.17.0",
+ "Microsoft.Azure.Mobile.Distribute": "0.17.0",
+ "Microsoft.Azure.Mobile.Push": "0.17.0",
+ "NETStandard.Library": "1.6.1",
+ "Xamarin.Forms": "2.4.0.38779"
},
"frameworks": {
- "netstandard1.0": {
- "imports": "portable-net45+win8+wpa81"
- }
+ "netstandard1.0": {}
}
}
\ 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 99532d5ce..da68c4767 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("0.16.0.0")]
-[assembly: AssemblyInformationalVersion("0.16.0")]
+[assembly: AssemblyFileVersion("0.17.0.0")]
+[assembly: AssemblyInformationalVersion("0.17.0")]
diff --git a/Apps/Contoso.WPF.Demo/project.json b/Apps/Contoso.WPF.Demo/project.json
index 57b00c7dc..734197105 100644
--- a/Apps/Contoso.WPF.Demo/project.json
+++ b/Apps/Contoso.WPF.Demo/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "Microsoft.Azure.Mobile.Analytics": "0.16.0",
- "Microsoft.Azure.Mobile.Crashes": "0.16.0"
+ "Microsoft.Azure.Mobile.Analytics": "0.17.0",
+ "Microsoft.Azure.Mobile.Crashes": "0.17.0"
},
"frameworks": {
"net452": {}
diff --git a/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs b/Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs
index ffa5399a1..2b5913532 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("0.16.0.0")]
-[assembly: AssemblyInformationalVersion("0.16.0")]
+[assembly: AssemblyFileVersion("0.17.0.0")]
+[assembly: AssemblyInformationalVersion("0.17.0")]
diff --git a/Apps/Contoso.WinForms.Demo/project.json b/Apps/Contoso.WinForms.Demo/project.json
index 57b00c7dc..734197105 100644
--- a/Apps/Contoso.WinForms.Demo/project.json
+++ b/Apps/Contoso.WinForms.Demo/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
- "Microsoft.Azure.Mobile.Analytics": "0.16.0",
- "Microsoft.Azure.Mobile.Crashes": "0.16.0"
+ "Microsoft.Azure.Mobile.Analytics": "0.17.0",
+ "Microsoft.Azure.Mobile.Crashes": "0.17.0"
},
"frameworks": {
"net452": {}