- Matt Ward (@sharpdevelop)
- Added support for Xamarin target frameworks
- Llewellyn Pritchard (@leppie)
- #3466 - When packing packages, verifying Id of dependency packages.
- Maarten Balliauw (@maartenballiauw)
- #2379 - Remove the $metadata suffix when persistening feed credentials.
- Filip De Vos (@foxtricks)
- #3538 - Support specifying project file for the nuget.exe update command.
- Juan Gonzalez
- #3536 - Replacement tokens not passed with -IncludeReferencedProjects.
- David Poole (@Sarkie_Dave)
- #3677 - Fix nuget.push throwing OutOfMemoryException when pushing large package.
- Wouter Ouwens
- #3666 - Fix incorrect target path when project references another CLI/C++ project.
- Adam Ralph (@adamralph)
- #3639 - Allow packages to be installed as development dependencies by default
- David Fowler (@davidfowl)
- #3717 - Remove implicit upgrades to the latest patch version
- Gregory Vandenbrouck
- Several bug fixes and improvements for NuGet.Server, the nuget.exe mirror command, and others.
- This work was done over several months, with Gregory working with us on the right timing to integrate into master for 2.8.
- Mike Roth (@mxrss)
- Show License url when listing packages and verbosity is detailed.
- Adam Ralph (@adamralph)
- #1956 - Add developmentDependency attribute to packages.config and use it in pack command to only include runtime packages
- Rafael Nicoletti (@tkrafael)
- Avoid duplicate Properties key in nuget.exe pack command.
- Ben Phegan (@BenPhegan)
- #2610 - Increase machine cache size to 200.
- Slava Trenogin (@derigel)
- Kevin Boyle (@kevfromireland)
- #3234 - Enable support for Nomad project
- Corin Blaikie (@corinblaikie)
- #3252 - Fix push command fails with exit code 0 when file doesn't exist.
- Martin Veselý
- #3226 - Fix bug with Add-BindingRedirect command when a project references a database project.
- Miroslav Bajtos (@bajtos)
- #2891 - Fix bug of nuget.pack parsing wildcard in the 'exclude' attribute incorrectly.
- Justin Dearing (@zippy1981)
- #3307 - Fix bug NuGet.targets does not pass $(Platform) to nuget.exe when restoring packages.
- Brian Federici (@benerdin)
- #3294 - Fix bug in nuget.exe package command which would allow adding files with the same name but different casing, eventually causing "Item already exists" exception.
- Daniel Cazzulino (@kzu)
- #2990 - Add Version property to NetPortableProfile class.
- David Simner
- #3460 - Fix bug NullReferenceException if requireApiKey = true, but the header X-NUGET-APIKEY isn't present
- Michael Friis (@friism)
- #3278 - Fixes NuGet.Build targets file to so that it works correctly on MonoDevelop
- Pranav Krishnamoorthy (@pranav_km)
- Improve Restore command performance by increasing parallelization
- Daniel Plaisted (@dsplaisted)
- #2847 - Add MonoAndroid, MonoTouch, and MonoMac to the list of known target framework identifiers.
- Andres G. Aragoneses (@knocte)
- #2865 - Fix spelling of NuGet.targets for a case-sensitive OS
- David Fowler (@davidfowl)
- Make the solution build on Mono.
- Andrew Theken (@atheken)
- Fix unit tests failing on Mono.
- Olivier Dagenais (@OliIsCool)
- #2920 - nuget.exe pack command does not propagate Properties to msbuild
- Miroslav Bajtos (@bajtos)
- #1511 - Modified XML handling code to preserve formatting.
- Adam Ralph (@adamralph)
- Added recognized words to custom dictionary to allow build.cmd to succeed.
- Bruno Roggeri
- Fix unit tests when running in localized VS.
- Gareth Evans
- Extracted interface from PackageService
- Maxime Brugidou (@brugidou)
- #936 - Handle project dependencies when packing
- Xavier Decoster (@XavierDecoster)
- James Manning (@manningj)