Given a NuGet package name, this code will download the package, extract it to a temp directory, and return a sequence of FileInfo objects representing assemblies from that package, with a preference for .NET 4.5 and 4.0 assemblies, if present. Requires the "DotNetZip" package.
6 people like thisPosted: 12 years ago by Joel Mueller
Querying NuGet package manager via OData TypeProvider
3 people like thisPosted: 9 years ago by Tuomas Hietanen
When versioning a solution, I like to just version the packages.config and not the binaries themselves. that means upon checkout, one has to install the referenced Nugets. This is the purpose of this script. [For some reason you have to press 'enter' between commands..]
5 people like thisPosted: 12 years ago by Nicolas2