Skip to content

Latest commit

 

History

History
85 lines (80 loc) · 8.21 KB

acknowledgements.md

File metadata and controls

85 lines (80 loc) · 8.21 KB

NuGet Hall of Fame

NuGet 2.8

  1. Llewellyn Pritchard (@leppie)
    • #3466 - When packing packages, verifying Id of dependency packages.
  2. Maarten Balliauw (@maartenballiauw)
    • #2379 - Remove the $metadata suffix when persistening feed credentials.
  3. Filip De Vos (@foxtricks)
    • #3538 - Support specifying project file for the nuget.exe update command.
  4. Juan Gonzalez
    • #3536 - Replacement tokens not passed with -IncludeReferencedProjects.
  5. David Poole (@Sarkie_Dave)
    • #3677 - Fix nuget.push throwing OutOfMemoryException when pushing large package.
  6. Wouter Ouwens
    • #3666 - Fix incorrect target path when project references another CLI/C++ project.
  7. Adam Ralph (@adamralph)
    • #3639 - Allow packages to be installed as development dependencies by default
  8. David Fowler (@davidfowl)
    • #3717 - Remove implicit upgrades to the latest patch version
  9. 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.

NuGet 2.7

  1. Mike Roth (@mxrss)
    • Show License url when listing packages and verbosity is detailed.
  2. Adam Ralph (@adamralph)
    • #1956 - Add developmentDependency attribute to packages.config and use it in pack command to only include runtime packages
  3. Rafael Nicoletti (@tkrafael)
    • Avoid duplicate Properties key in nuget.exe pack command.
  4. Ben Phegan (@BenPhegan)
    • #2610 - Increase machine cache size to 200.
  5. Slava Trenogin (@derigel)
    • #3217 - Fix NuGet dialog showing updates in the wrong tab
    • Fix Project.TargetFramework can be null in ProjectManager
    • #3248 - Fix SharedPackageRepository FindPackage/FindPackagesById will fail on non-existent packageId
  6. Kevin Boyle (@kevfromireland)
    • #3234 - Enable support for Nomad project
  7. Corin Blaikie (@corinblaikie)
    • #3252 - Fix push command fails with exit code 0 when file doesn't exist.
  8. Martin Veselý
    • #3226 - Fix bug with Add-BindingRedirect command when a project references a database project.
  9. Miroslav Bajtos (@bajtos)
    • #2891 - Fix bug of nuget.pack parsing wildcard in the 'exclude' attribute incorrectly.
  10. Justin Dearing (@zippy1981)
    • #3307 - Fix bug NuGet.targets does not pass $(Platform) to nuget.exe when restoring packages.
  11. 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.
  12. Daniel Cazzulino (@kzu)
    • #2990 - Add Version property to NetPortableProfile class.
  13. David Simner
    • #3460 - Fix bug NullReferenceException if requireApiKey = true, but the header X-NUGET-APIKEY isn't present
  14. Michael Friis (@friism)
    • #3278 - Fixes NuGet.Build targets file to so that it works correctly on MonoDevelop
  15. Pranav Krishnamoorthy (@pranav_km)
    • Improve Restore command performance by increasing parallelization

NuGet 2.5

  1. Daniel Plaisted (@dsplaisted)
    • #2847 - Add MonoAndroid, MonoTouch, and MonoMac to the list of known target framework identifiers.
  2. Andres G. Aragoneses (@knocte)
    • #2865 - Fix spelling of NuGet.targets for a case-sensitive OS
  3. David Fowler (@davidfowl)
    • Make the solution build on Mono.
  4. Andrew Theken (@atheken)
    • Fix unit tests failing on Mono.
  5. Olivier Dagenais (@OliIsCool)
    • #2920 - nuget.exe pack command does not propagate Properties to msbuild
  6. Miroslav Bajtos (@bajtos)
    • #1511 - Modified XML handling code to preserve formatting.
  7. Adam Ralph (@adamralph)
    • Added recognized words to custom dictionary to allow build.cmd to succeed.
  8. Bruno Roggeri
    • Fix unit tests when running in localized VS.
  9. Gareth Evans
    • Extracted interface from PackageService
  10. Maxime Brugidou (@brugidou)
    • #936 - Handle project dependencies when packing
  11. Xavier Decoster (@XavierDecoster)
    • #2991, #3164 - Support Clear Text Password when storing package source credentials in nuget.cofig files
  12. James Manning (@manningj)