Search code examples
c#nugetnuget-packagenuget-servernuget-spec

The Nuget package (nupkg) doesn't sync with the project latest changes?


I created a Nuget package, I made some changes to the project and added some comments, but after updating the package, those changes didn't apply, and still has the first release. I have the NuGet.exe, the *.nuspec and the *.nupkg files in the same directory of the .csproj file of the project class library. I can't figure out what I'm missing!


Solution

  • To show XML comments, I should enable in the project properties> Build> check XML documentation file