Skip to content

Commit

Permalink
Merge pull request #485 from Microsoft/release/demo_v0.17.0
Browse files Browse the repository at this point in the history
Update demo app packages
  • Loading branch information
guperrot authored Oct 31, 2017
2 parents bf3edd6 + bbc6867 commit e6f57ec
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Contoso.Forms.Demo.Droid</RootNamespace>
<AssemblyName>Contoso.Forms.Demo.Droid</AssemblyName>
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
<AndroidApplication>True</AndroidApplication>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.azure.mobile.xamarin.forms.demo" android:versionName="0.16.0" android:versionCode="41">
<uses-sdk android:minSdkVersion="15" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.azure.mobile.xamarin.forms.demo" android:versionName="0.17.0" android:versionCode="42">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="26" />
<application android:label="MCFDemo">
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdInternalReceiver" android:exported="false" />
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:exported="true" android:permission="com.google.android.c2dm.permission.SEND">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
29 changes: 7 additions & 22 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="10805zumoTestUser.MobileCenter-Forms-UWP-Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="0.16.0.0" />
<Identity Name="10805zumoTestUser.MobileCenter-Forms-UWP-Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="0.17.0.0" />
<mp:PhoneIdentity PhoneProductId="344920e9-5311-472f-84aa-bd659aafd8a7" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>MobileCenter-Forms-UWP-Demo</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
12 changes: 6 additions & 6 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json
Original file line number Diff line number Diff line change
@@ -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": {}
Expand Down
4 changes: 2 additions & 2 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleIdentifier</key>
<string>com.microsoft.azure.mobile.xamarin.forms.demo</string>
<key>CFBundleVersion</key>
<string>0.16.0</string>
<string>0.17.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
Expand Down Expand Up @@ -39,7 +39,7 @@
<key>CFBundleName</key>
<string>MCFDemo</string>
<key>CFBundleShortVersionString</key>
<string>0.16.0</string>
<string>0.17.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
10 changes: 5 additions & 5 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json
Original file line number Diff line number Diff line change
@@ -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": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 7 additions & 9 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
}
4 changes: 2 additions & 2 deletions Apps/Contoso.WPF.Demo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Apps/Contoso.WPF.Demo/project.json
Original file line number Diff line number Diff line change
@@ -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": {}
Expand Down
4 changes: 2 additions & 2 deletions Apps/Contoso.WinForms.Demo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions Apps/Contoso.WinForms.Demo/project.json
Original file line number Diff line number Diff line change
@@ -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": {}
Expand Down

0 comments on commit e6f57ec

Please sign in to comment.