Skip to content

Commit

Permalink
Merge pull request #765 from Microsoft/release/demo_v1.10.0
Browse files Browse the repository at this point in the history
Update demo nugets
  • Loading branch information
guperrot authored Oct 17, 2018
2 parents cb1dc15 + e97ec15 commit edb52c0
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
<Reference Include="Mono.Android" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.10.0" />
<PackageReference Include="Xamarin.Forms">
<Version>3.1.0.697729</Version>
</PackageReference>
Expand Down
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.appcenter.xamarin.forms.demo" android:versionName="1.9.0" android:versionCode="55">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.forms.demo" android:versionName="1.10.0" android:versionCode="56">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="27" />
<application android:label="ACFDemo">
<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("1.9.0.0")]
[assembly: AssemblyInformationalVersion("1.9.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyInformationalVersion("1.10.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
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.10.0" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
</ItemGroup>
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.AppCenter-Contoso.Forms.Demo.UWP" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="1.9.0.0" />
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Demo.UWP" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="1.10.0.0" />
<mp:PhoneIdentity PhoneProductId="fbe02dcf-2c7d-4740-9c2b-0df5e15916e5" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>AppCenter-Contoso.Forms.Demo.UWP</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("1.9.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.10.0" />
<PackageReference Include="Xamarin.Forms">
<Version>3.1.0.697729</Version>
</PackageReference>
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.appcenter.xamarin.forms.demo.ios</string>
<key>CFBundleVersion</key>
<string>1.9.0</string>
<string>1.10.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
Expand Down Expand Up @@ -39,7 +39,7 @@
<key>CFBundleName</key>
<string>ACFDemo</string>
<key>CFBundleShortVersionString</key>
<string>1.9.0</string>
<string>1.10.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Copyright>Microsoft Corp. All rights reserved.</Copyright>
<Company>Microsoft Corporation</Company>
<Version>1.9.0</Version>
<Version>1.10.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>1.9.0.0</FileVersion>
<FileVersion>1.10.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.10.0" />
<PackageReference Include="Xamarin.Forms" Version="3.1.0.697729" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
</Page>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.9.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.10.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.10.0" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
2 changes: 1 addition & 1 deletion Apps/Contoso.UWP.Demo/Package.appxmanifest
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.AppCenter-Contoso.UWP.Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="1.9.0.0" />
<Identity Name="10805zumoTestUser.AppCenter-Contoso.UWP.Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="1.10.0.0" />
<mp:PhoneIdentity PhoneProductId="3bda7e44-ab20-4885-b6a0-121b9f9e33d7" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>AppCenter-Contoso.UWP.Demo</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Apps/Contoso.UWP.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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.9.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: ComVisible(false)]
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("1.9.0.0")]
[assembly: AssemblyInformationalVersion("1.9.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyInformationalVersion("1.10.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.AppCenter.Analytics": "1.9.0",
"Microsoft.AppCenter.Crashes": "1.9.0"
"Microsoft.AppCenter.Analytics": "1.10.0",
"Microsoft.AppCenter.Crashes": "1.10.0"
},
"frameworks": {
"net45": {}
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("1.9.0.0")]
[assembly: AssemblyInformationalVersion("1.9.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]
[assembly: AssemblyInformationalVersion("1.10.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.AppCenter.Analytics": "1.9.0",
"Microsoft.AppCenter.Crashes": "1.9.0"
"Microsoft.AppCenter.Analytics": "1.10.0",
"Microsoft.AppCenter.Crashes": "1.10.0"
},
"frameworks": {
"net45": {}
Expand Down

0 comments on commit edb52c0

Please sign in to comment.