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!
nuget locals all -clear
and deleting thepackages
folder from your solution directory. – Michael Gunter