This commit is contained in:
App Center 2023-10-02 13:20:45 +00:00
Родитель 1128eb5812
Коммит 8b1b1d26d5
31 изменённых файлов: 48 добавлений и 48 удалений

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.puppet" android:versionCode="114" android:versionName="5.0.3-SNAPSHOT" android:installLocation="auto"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.microsoft.appcenter.xamarin.puppet" android:versionCode="115" android:versionName="5.0.4-SNAPSHOT" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" /> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="SXPuppet" android:icon="@drawable/Icon" android:theme="@style/PuppetTheme"></application> <application android:label="SXPuppet" android:icon="@drawable/Icon" android:theme="@style/PuppetTheme"></application>
</manifest> </manifest>

Просмотреть файл

@ -28,5 +28,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="115" android:versionName="5.0.3-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="116" android:versionName="5.0.4-SNAPSHOT" package="com.microsoft.appcenter.xamarin.forms.puppet">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" /> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<application android:label="ACFPuppet"></application> <application android:label="ACFPuppet"></application>
</manifest> </manifest>

Просмотреть файл

@ -22,8 +22,8 @@ using Android.App;
// and "{Major}.{Minor}.{Build}.*" will update just the revision. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]
// The following attributes are used to specify the signing key for the assembly, // The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing. // if desired. See the Mono documentation for more information about signing.

Просмотреть файл

@ -7,9 +7,9 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.Contoso-Forms-Puppet-MacOS</string> <string>com.microsoft.appcenter.Contoso-Forms-Puppet-MacOS</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.14</string> <string>10.14</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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"> <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.Puppet.U" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.3.0" /> <Identity Name="10805zumoTestUser.AppCenter-Contoso.Forms.Puppet.U" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.4.0" />
<mp:PhoneIdentity PhoneProductId="55497ed8-b2ac-4485-ba79-e2b65bb720ed" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> <mp:PhoneIdentity PhoneProductId="55497ed8-b2ac-4485-ba79-e2b65bb720ed" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties> <Properties>
<DisplayName>AppCenter-Contoso.Forms.Puppet.UWP</DisplayName> <DisplayName>AppCenter-Contoso.Forms.Puppet.UWP</DisplayName>

Просмотреть файл

@ -27,5 +27,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]

Просмотреть файл

@ -5,9 +5,9 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.xamarin.forms.ios.puppet</string> <string>com.microsoft.appcenter.xamarin.forms.ios.puppet</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>

Просмотреть файл

@ -20,8 +20,8 @@ using System.Reflection;
// and "{Major}.{Minor}.{Build}.*" will update just the revision. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]
// The following attributes are used to specify the signing key for the assembly, // The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing. // if desired. See the Mono documentation for more information about signing.

Просмотреть файл

@ -13,11 +13,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.15</string> <string>10.15</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>

Просмотреть файл

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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"> <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.Puppet" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.3.0" /> <Identity Name="10805zumoTestUser.AppCenter-Contoso.UWP.Puppet" Publisher="CN=B2D1C358-6AF8-4416-BF73-129CC1F3C152" Version="5.0.4.0" />
<mp:PhoneIdentity PhoneProductId="ce1e8604-09a9-4ffb-846b-8762beb84188" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> <mp:PhoneIdentity PhoneProductId="ce1e8604-09a9-4ffb-846b-8762beb84188" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties> <Properties>
<DisplayName>AppCenter-Contoso.UWP.Puppet</DisplayName> <DisplayName>AppCenter-Contoso.UWP.Puppet</DisplayName>

Просмотреть файл

@ -27,5 +27,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]

Просмотреть файл

@ -4,9 +4,9 @@
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
<Version>5.0.3-SNAPSHOT</Version> <Version>5.0.4-SNAPSHOT</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>5.0.3.0</FileVersion> <FileVersion>5.0.4.0</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />

Просмотреть файл

@ -30,5 +30,5 @@ using System.Windows;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]

Просмотреть файл

@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<Version>5.0.3-SNAPSHOT</Version> <Version>5.0.4-SNAPSHOT</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" /> <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />

Просмотреть файл

@ -28,5 +28,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]

Просмотреть файл

@ -9,7 +9,7 @@
<Identity <Identity
Name="796335c7-b33b-483b-995f-fa87ae20db4f" Name="796335c7-b33b-483b-995f-fa87ae20db4f"
Publisher="CN=Microsoft.AppCenter" Publisher="CN=Microsoft.AppCenter"
Version="5.0.3.0" /> Version="5.0.4.0" />
<Properties> <Properties>
<DisplayName>Contoso.WinUI.Desktop.Puppet (Package)</DisplayName> <DisplayName>Contoso.WinUI.Desktop.Puppet (Package)</DisplayName>

Просмотреть файл

@ -7,9 +7,9 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.microsoft.appcenter.xamarin.ios.puppet</string> <string>com.microsoft.appcenter.xamarin.ios.puppet</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>

Просмотреть файл

@ -14,6 +14,6 @@ namespace Microsoft.AppCenter
public const string Name = "appcenter.xamarin"; public const string Name = "appcenter.xamarin";
/* We can't use reflection for assemblyInformationalVersion on iOS with "Link All" optimization. */ /* We can't use reflection for assemblyInformationalVersion on iOS with "Link All" optimization. */
internal const string Version = "5.0.3-SNAPSHOT"; internal const string Version = "5.0.4-SNAPSHOT";
} }
} }

Просмотреть файл

@ -6,8 +6,8 @@
<!-- Pin C# version. C# 8 features might have issues on Mono runtime. --> <!-- Pin C# version. C# 8 features might have issues on Mono runtime. -->
<LangVersion>7.0</LangVersion> <LangVersion>7.0</LangVersion>
<!-- Current version. --> <!-- Current version. -->
<Version>5.0.3-SNAPSHOT</Version> <Version>5.0.4-SNAPSHOT</Version>
<FileVersion>5.0.3.0</FileVersion> <FileVersion>5.0.4.0</FileVersion>
<!-- Used in runtime to ensure versions match. Prevents loading in some cases, so don't set it as release version. --> <!-- Used in runtime to ensure versions match. Prevents loading in some cases, so don't set it as release version. -->
<AssemblyVersion>0.0.0.0</AssemblyVersion> <AssemblyVersion>0.0.0.0</AssemblyVersion>
<!-- Fix to have multiple projects in the same folder. --> <!-- Fix to have multiple projects in the same folder. -->

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="46" android:versionName="5.0.3-SNAPSHOT" package="com.contoso.test.functional"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="47" android:versionName="5.0.4-SNAPSHOT" package="com.contoso.test.functional">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" /> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<application android:label="Contoso.Test.Functional.Droid"> <application android:label="Contoso.Test.Functional.Droid">

Просмотреть файл

@ -22,8 +22,8 @@ using Android.App;
// and "{Major}.{Minor}.{Build}.*" will update just the revision. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]
// The following attributes are used to specify the signing key for the assembly, // The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing. // if desired. See the Mono documentation for more information about signing.

Просмотреть файл

@ -7,9 +7,9 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.contoso.test.functional</string> <string>com.contoso.test.functional</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>5.0.3</string> <string>5.0.4</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>MinimumOSVersion</key> <key>MinimumOSVersion</key>

Просмотреть файл

@ -37,5 +37,5 @@ using Xunit;
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]

Просмотреть файл

@ -19,5 +19,5 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]

Просмотреть файл

@ -19,5 +19,5 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]

Просмотреть файл

@ -7,7 +7,7 @@
<Identity Name="da6d3d34-876e-488c-9342-7a7e4daa110b" <Identity Name="da6d3d34-876e-488c-9342-7a7e4daa110b"
Publisher="CN=Alexander Chocron" Publisher="CN=Alexander Chocron"
Version="5.0.3.0" /> Version="5.0.4.0" />
<mp:PhoneIdentity PhoneProductId="da6d3d34-876e-488c-9342-7a7e4daa110b" PhonePublisherId="00000000-0000-0000-0000-000000000000"/> <mp:PhoneIdentity PhoneProductId="da6d3d34-876e-488c-9342-7a7e4daa110b" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Просмотреть файл

@ -17,5 +17,5 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: ComVisible(false)] [assembly: ComVisible(false)]

Просмотреть файл

@ -19,5 +19,5 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.0")] [assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]
[assembly: AssemblyInformationalVersion("5.0.3-SNAPSHOT")] [assembly: AssemblyInformationalVersion("5.0.4-SNAPSHOT")]

Просмотреть файл

@ -20,4 +20,4 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("5.0.3.0")] [assembly: AssemblyFileVersion("5.0.4.0")]

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<config> <config>
<sdkInfo> <sdkInfo>
<sdkVersion>5.0.3-SNAPSHOT</sdkVersion> <sdkVersion>5.0.4-SNAPSHOT</sdkVersion>
<appleVersion>5.0.4</appleVersion> <appleVersion>5.0.4</appleVersion>
<androidVersion>5.0.3</androidVersion> <androidVersion>5.0.3</androidVersion>
</sdkInfo> </sdkInfo>