I am creating a NuGet package for a C# class library, and I would like to include generated Xml Documentation with the library. This is my nuspec file:
The problem was that I didn't check "Generate Xml Documentation" for the build configuration I was using. That nuspec is correct.