Skip to content

Commit

Permalink
Merge pull request #453 from Microsoft/release/demo_0.15.2
Browse files Browse the repository at this point in the history
Update demo nugets to 0.15.2
  • Loading branch information
dhei authored Sep 29, 2017
2 parents d0279a8 + dd1d289 commit 58dbe6a
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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.15.1" android:versionCode="38">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.azure.mobile.xamarin.forms.demo" android:versionName="0.15.2" android:versionCode="39">
<uses-sdk android:minSdkVersion="15" />
<application android:label="MCFDemo">
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdInternalReceiver" android:exported="false" />
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.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.
Expand Down
8 changes: 4 additions & 4 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.Droid/project.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
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.15.1.0" />
<Identity Name="10805zumoTestUser.MobileCenter-Forms-UWP-Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="0.15.2.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.15.1.0")]
[assembly: AssemblyFileVersion("0.15.2.0")]
[assembly: ComVisible(false)]
8 changes: 4 additions & 4 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.UWP/project.json
Original file line number Diff line number Diff line change
@@ -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"
},
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.15.1</string>
<string>0.15.2</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.15.1</string>
<string>0.15.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
8 changes: 4 additions & 4 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo.iOS/project.json
Original file line number Diff line number Diff line change
@@ -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": {
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.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.
Expand Down
8 changes: 4 additions & 4 deletions Apps/Contoso.Forms.Demo/Contoso.Forms.Demo/project.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 58dbe6a

Please sign in to comment.