Skip to content

Commit 62ada9f

Browse files
committed
Added docs generation
1 parent 290d431 commit 62ada9f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/AngleSharp.Diffing.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<dependencies>
1717
<group targetFramework="netstandard2.0">
1818
<dependency id="AngleSharp" version="0.13.0" />
19+
<dependency id="AngleSharp.Css" version="0.13.0" />
1920
</group>
2021
</dependencies>
2122
</metadata>

src/AngleSharp.Diffing.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AngleSharp.DiffingTests", "
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8E3C8B4-92C3-4DB7-B920-D28651E24A57}"
1111
ProjectSection(SolutionItems) = preProject
12+
..\tools\anglesharp.cake = ..\tools\anglesharp.cake
1213
AngleSharp.Diffing.nuspec = AngleSharp.Diffing.nuspec
1314
Directory.Build.props = Directory.Build.props
1415
EndProjectSection

src/AngleSharp.Diffing/AngleSharp.Diffing.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
</PropertyGroup>
66

7+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
8+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9+
</PropertyGroup>
10+
711
<ItemGroup>
812
<PackageReference Include="AngleSharp" Version="$(AngleSharpVersion)" />
913
<PackageReference Include="AngleSharp.Css" Version="$(AngleSharpVersion)" />

0 commit comments

Comments
 (0)