Skip to content

Commit

Permalink
Merge pull request #998 from microsoft/release/demo-2.1.1
Browse files Browse the repository at this point in the history
Update demo to use nugets 2.1.1
  • Loading branch information
guperrot authored Jun 26, 2019
2 parents dd5e748 + aa63f9e commit 431c0a5
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
<Reference Include="Mono.Android" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Auth" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Data" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Auth" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Data" Version="2.1.1" />
<PackageReference Include="Xamarin.Forms" Version="4.0.0.497661" />
</ItemGroup>
<ItemGroup>
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="2.1.0" android:versionCode="64">
<?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="2.1.1" android:versionCode="65">
<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 @@ -23,8 +23,8 @@
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyInformationalVersion("2.1.1")]

// 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="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.1" />
<PackageReference Include="Xamarin.Forms" Version="4.0.0.497661" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.9" />
</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="2.1.0.0" />
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Demo.UWP" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="2.1.1.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 @@ -27,5 +27,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Auth" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Data" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Auth" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Data" Version="2.1.1" />
<PackageReference Include="Xamarin.Forms" Version="4.0.0.497661" />
</ItemGroup>
<ItemGroup>
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>2.1.0</string>
<string>2.1.1</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>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Copyright>Microsoft Corp. All rights reserved.</Copyright>
<Company>Microsoft Corporation</Company>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>2.1.0.0</FileVersion>
<FileVersion>2.1.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.1" />
<PackageReference Include="Xamarin.Forms" Version="4.0.0.497661" />
<PackageReference Include="Microsoft.AppCenter.Auth" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Data" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Auth" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Data" Version="2.1.1" />
</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="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="2.1.1" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="2.1.1" />
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.2.6" />
</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="2.1.0.0" />
<Identity Name="10805zumoTestUser.AppCenter-Contoso.UWP.Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="2.1.1.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 @@ -28,5 +28,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.1.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 @@ -30,5 +30,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyInformationalVersion("2.1.1")]
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": "2.1.0",
"Microsoft.AppCenter.Crashes": "2.1.0"
"Microsoft.AppCenter.Analytics": "2.1.1",
"Microsoft.AppCenter.Crashes": "2.1.1"
},
"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 @@ -28,5 +28,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyInformationalVersion("2.1.1")]
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": "2.1.0",
"Microsoft.AppCenter.Crashes": "2.1.0"
"Microsoft.AppCenter.Analytics": "2.1.1",
"Microsoft.AppCenter.Crashes": "2.1.1"
},
"frameworks": {
"net45": {}
Expand Down

0 comments on commit 431c0a5

Please sign in to comment.