NuspecAutoUpdate icon indicating copy to clipboard operation
NuspecAutoUpdate copied to clipboard

A build script that can be included in TFS that update the versions of the dependencies in the '*.nuspec' file from the 'packages.config' file.

Results 3 NuspecAutoUpdate issues
Sort by recently updated
recently updated
newest added

Steps to replicate. 1. Install the new package on the project 2. Build the project You can see that nuspec file is not update with this new dependency. Existing script...

The script includes all dependencies under the `` tag, but dependencies may be listed directly under the `` tag. Only the group dependencies are included in the script. See https://docs.microsoft.com/en-us/nuget/reference/nuspec#dependencies-element...