Browse Source

Including documentation comments in nuget

MarcinZiabek 2 years ago
parent
commit
b5d8fc403f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/QuestPDF/QuestPDF.csproj

+ 1 - 0
Source/QuestPDF/QuestPDF.csproj

@@ -22,6 +22,7 @@
         <TargetFrameworks>net462;netstandard2.0;netcoreapp2.0;netcoreapp3.0;net6.0</TargetFrameworks>
         <IncludeSymbols>true</IncludeSymbols>
         <SymbolPackageFormat>snupkg</SymbolPackageFormat>
+        <GenerateDocumentationFile>True</GenerateDocumentationFile>
     </PropertyGroup>
 
     <ItemGroup>