I am using the NuGet GUI and trying to include an XML file along with my DLL to distribute help along with the DLL.
When I install the package in any of the projects, it successfully adds a reference to the DLL, but the XML file is not created inside the bin folder of the project into which the package is added.
XML file is available in packages \\ lib \ .XML

Any help would be greatly appreciated.
Thank you in advance
source share