Jonathan Allen
Jonathan Allen

Reputation: 70307

NuGet: Adding documentation to a package

Is there any convention for adding help files (mshc) to NuGet packages?

Upvotes: 5

Views: 1167

Answers (1)

davidfowl
davidfowl

Reputation: 38764

No, there's nothing in nuget for doc files. We recommend setting a project page and adding content there. (That doesn't help the offline help scenario thought). If you feel strongly about packaging documentation with your package then open a bug on GitHub

Upvotes: 4

Related Questions