Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageVersion Include="Mono.Options" Version="6.12.0.148" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Selenium.WebDriver" Version="4.0.0-alpha05" />
<PackageVersion Include="Microsoft.Tools.Mlaunch" Version="1.1.14" />
<PackageVersion Include="Microsoft.Tools.Mlaunch" Version="1.1.71" />
<PackageVersion Include="NUnit" Version="3.13.0" />
<PackageVersion Include="NUnit.Engine" Version="3.13.0" />
<PackageVersion Include="xunit.extensibility.execution" Version="$(XUnitVersion)" />
Expand Down
1 change: 0 additions & 1 deletion eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<FileSignInfo Include="mlaunch.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Newtonsoft.Json.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="WebDriver.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Xamarin.Hosting.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Xamarin.Localization.Mlaunch.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Xamarin.Localization.Mlaunch.resources.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="Microsoft.macOS.dll" CertificateName="3PartySHA2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public LaunchDeviceArgument(AppBundleInformation appInfo) : base(ArgName, appInf
}

/// <summary>
/// Launch an app that is installed on device,
/// Launch an app that is installed on device.
/// </summary>
public sealed class LaunchDeviceBundleIdArgument : SingleValueArgument
{
Expand Down
Loading