Skip to content

Commit

Permalink
Merge pull request #792 from Microsoft/release/demo_v1.12.0
Browse files Browse the repository at this point in the history
Prepare release changes to demo app for Dec .net sdk release
  • Loading branch information
Subhashvysyaraju authored Dec 14, 2018
2 parents d87d34b + 4b697bc commit cabf801
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 40 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.11.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.12.0" />
<PackageReference Include="Xamarin.Forms">
<Version>3.4.0.1008975</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.11.0" android:versionCode="57">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.forms.demo" android:versionName="1.12.0" android:versionCode="58">
<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.11.0.0")]
[assembly: AssemblyInformationalVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.12.0.0")]
[assembly: AssemblyInformationalVersion("1.12.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
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -131,10 +131,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.12.0" />
<PackageReference Include="Xamarin.Forms" Version="3.4.0.1008975" />
<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="1.11.0.0" />
<Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Demo.UWP" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="1.12.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.11.0.0")]
[assembly: AssemblyFileVersion("1.12.0.0")]
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.12.0" />
<PackageReference Include="Xamarin.Forms">
<Version>3.4.0.1008975</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.11.0</string>
<string>1.12.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.11.0</string>
<string>1.12.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.11.0</Version>
<Version>1.12.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>1.11.0.0</FileVersion>
<FileVersion>1.12.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Distribute" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.12.0" />
<PackageReference Include="Xamarin.Forms" Version="3.4.0.1008975" />
</ItemGroup>
</Project>
8 changes: 4 additions & 4 deletions Apps/Contoso.UWP.Demo/Contoso.UWP.Demo.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -128,9 +128,9 @@
</Page>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.11.0" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="1.12.0" />
<PackageReference Include="Microsoft.AppCenter.Push" Version="1.12.0" />
<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="1.11.0.0" />
<Identity Name="10805zumoTestUser.AppCenter-Contoso.UWP.Demo" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="1.12.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.11.0.0")]
[assembly: AssemblyFileVersion("1.12.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.11.0.0")]
[assembly: AssemblyInformationalVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.12.0.0")]
[assembly: AssemblyInformationalVersion("1.12.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.11.0",
"Microsoft.AppCenter.Crashes": "1.11.0"
"Microsoft.AppCenter.Analytics": "1.12.0",
"Microsoft.AppCenter.Crashes": "1.12.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.11.0.0")]
[assembly: AssemblyInformationalVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.12.0.0")]
[assembly: AssemblyInformationalVersion("1.12.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.11.0",
"Microsoft.AppCenter.Crashes": "1.11.0"
"Microsoft.AppCenter.Analytics": "1.12.0",
"Microsoft.AppCenter.Crashes": "1.12.0"
},
"frameworks": {
"net45": {}
Expand Down

0 comments on commit cabf801

Please sign in to comment.