Skip to content

Commit

Permalink
Merge pull request #109 from exyi/add-xml-comments
Browse files Browse the repository at this point in the history
Add .xml with documentation comments to nupkg
  • Loading branch information
Tarmil authored Jun 8, 2022
2 parents 4e45606 + 0c647be commit 2fc5b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FSharp.SystemTextJson/FSharp.SystemTextJson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PackageProjectUrl>https://github.com/tarmil/FSharp.SystemTextJson</PackageProjectUrl>
<RepositoryUrl>https://github.com/tarmil/FSharp.SystemTextJson.git</RepositoryUrl>
<Tags>F#;FSharp;Json</Tags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- SourceLink settings -->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand All @@ -25,4 +26,4 @@
<Compile Include="All.fs" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>

0 comments on commit 2fc5b39

Please sign in to comment.