File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public DriverManager()
2222 _variableService = new VariableService ( ) ;
2323 }
2424
25- public DriverManager ( string downloadDirectory )
25+ public DriverManager ( string downloadDirectory ) : this ( )
2626 {
2727 _downloadDirectory = downloadDirectory ;
2828 }
Original file line number Diff line number Diff line change 44 <CheckEolTargetFramework >false</CheckEolTargetFramework >
55 <TargetFrameworks >net461;netstandard2.0;netstandard2.1</TargetFrameworks >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
7- <PackageVersion >2.14.0 </PackageVersion >
7+ <PackageVersion >2.14.1 </PackageVersion >
88 <Title >WebDriverManager.Net</Title >
99 <Description >Automatic Selenium WebDriver binaries management for .Net</Description >
1010 <Copyright >© 2016-2021, Aliaksandr Rasolka. All Rights Reserved.</Copyright >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '{build}'
33image : Visual Studio 2019
44
55environment :
6- LIBRARY_VERSION : ' 2.14.0 '
6+ LIBRARY_VERSION : ' 2.14.1 '
77 SONAR_LOGIN :
88 secure : JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ
99
You can’t perform that action at this time.
0 commit comments