Skip to content

Commit bddf772

Browse files
authored
Fix documentation file not being added to NuGet (#251)
1 parent 527e129 commit bddf772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hedgehog/Hedgehog.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Release with confidence.</Description>
77
<Authors>Jacob Stanley;Nikos Baxevanis</Authors>
88
<Copyright>Copyright © 2017</Copyright>
9-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Hedgehog.XML</DocumentationFile>
9+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageId>Hedgehog</PackageId>
1111
<PackageDescription>
1212
Hedgehog automatically generates a comprehensive array of test cases, exercising your software in ways human testers would never imagine.

0 commit comments

Comments
 (0)