We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7cc90c commit b2b0746Copy full SHA for b2b0746
src/Common/PackageInfo.props
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Project>
3
<PropertyGroup>
4
- <AssemblyVersion>0.191.1</AssemblyVersion>
+ <AssemblyVersion>0.191.2</AssemblyVersion>
5
<PackageVersion>$(AssemblyVersion)</PackageVersion>
6
<DriverVersion>1.9.1-1614225150000</DriverVersion>
7
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
src/PlaywrightSharp/Transport/Connection.cs
@@ -291,7 +291,7 @@ private static string GetPath(string driversPath)
291
else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
292
{
293
runnerName = "playwright.sh";
294
- platformId = "linux";
+ platformId = "unix";
295
}
296
else
297
0 commit comments