Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.
Deprecated in NuGet v1.4 -
NuGetPackageUpdater - global update of a package in a solution or all packages that have updates. This applies a global update of packages to your solution.
Every project that is using a package is upgraded to the latest.
Please run 'Update-Package' to upgrade all...
More information
Updated for Nuget 2.0: This adds copy and copySearch to the command line. "nuget.exe copy packageId [-Version version] [-Source sourceFeed] [-Destination destinationPathOrFeed] [-ApiKey apiKey]" | "nuget.exe copySearch searchFilter [-Version version] [-Source sourceFeed] [-Destination...
More information