Skip to content

Commit a013095

Browse files
paveliamPavel Anihimovsky
andauthored
Enable docs generation (#171)
* Enbaled docs generation * Add docs file * Fix docs config * Fix docs config * Remove docs file * Add generated docs * Fix chromedriver version for azure * Update NLog * Update chromedriver version for azure * Update target .net core version to 3.0, update nuget deps Co-authored-by: Pavel Anihimovsky <[email protected]>
1 parent 27da893 commit a013095

File tree

4 files changed

+1071
-6
lines changed

4 files changed

+1071
-6
lines changed

Aquality.Selenium/src/Aquality.Selenium/Aquality.Selenium.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
<IsPackable>true</IsPackable>
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
22+
<DocumentationFile>Aquality.Selenium.xml</DocumentationFile>
23+
</PropertyGroup>
24+
2125
<ItemGroup>
2226
<None Remove="Resources\Localization\en.json" />
2327
<None Remove="Resources\Localization\ru.json" />
@@ -60,7 +64,7 @@
6064

6165
<ItemGroup>
6266
<PackageReference Include="Aquality.Selenium.Core" Version="0.3.9" />
63-
<PackageReference Include="NLog" Version="4.6.6" />
67+
<PackageReference Include="NLog" Version="4.7.0" />
6468
<PackageReference Include="Selenium.Support" Version="3.141.0" />
6569
<PackageReference Include="Selenium.WebDriver" Version="3.141.0" />
6670
<PackageReference Include="WebDriverManager" Version="2.9.1" />

0 commit comments

Comments
 (0)