Align windows desktop version with others
This commit is contained in:
Родитель
0d7b933176
Коммит
b898972ce6
|
@ -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.puppet" android:versionCode="38" android:versionName="0.17.0-SNAPSHOT" android:installLocation="auto">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.azure.mobile.xamarin.puppet" android:versionCode="39" android:versionName="0.17.0-SNAPSHOT" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="16" />
|
||||
<application android:label="SXPuppet" android:icon="@drawable/Icon" android:theme="@style/PuppetTheme" />
|
||||
</manifest>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="39" android:versionName="0.17.0-SNAPSHOT" package="com.microsoft.azure.mobile.xamarin.forms.puppet">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="40" android:versionName="0.17.0-SNAPSHOT" package="com.microsoft.azure.mobile.xamarin.forms.puppet">
|
||||
<uses-sdk android:minSdkVersion="15" />
|
||||
<application android:label="MCFPuppet">
|
||||
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdInternalReceiver" android:exported="false" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
@ -52,4 +52,4 @@ using System.Windows;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.11.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.17.0.0")]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.11.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.17.0.0")]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
@ -33,6 +33,6 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.12.1.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.12.1-SNAPSHOT")]
|
||||
[assembly: AssemblyFileVersion("0.17.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.17.0-SNAPSHOT")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.Azure.Mobile.Test.WindowsDesktop")]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
@ -33,5 +33,5 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.12.1.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.12.1-SNAPSHOT")]
|
||||
[assembly: AssemblyFileVersion("0.17.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.17.0-SNAPSHOT")]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Reflection;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
@ -28,7 +28,7 @@ using System.Runtime.InteropServices;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("0.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.12.1.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.12.1-SNAPSHOT")]
|
||||
[assembly: AssemblyFileVersion("0.17.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.17.0-SNAPSHOT")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="37" android:versionName="0.17.0-SNAPSHOT" package="com.contoso.contoso_forms_test">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="38" android:versionName="0.17.0-SNAPSHOT" package="com.contoso.contoso_forms_test">
|
||||
<uses-sdk android:minSdkVersion="15" />
|
||||
<application android:label="Contoso.Forms.Test">
|
||||
</application>
|
||||
|
|
|
@ -17,4 +17,4 @@ using System.Runtime.InteropServices;
|
|||
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.17.0.0")]
|
||||
|
|
Загрузка…
Ссылка в новой задаче