Skip to content

Instantly share code, notes, and snippets.

@papsl
Created May 12, 2014 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save papsl/d9b104ef2e79f836f952 to your computer and use it in GitHub Desktop.
Save papsl/d9b104ef2e79f836f952 to your computer and use it in GitHub Desktop.
How to update NuGet client in Chocolatey
C:\cd C:\Chocolatey\chocolateyInstall
C:\Chocolatey\chocolateyinstall>nuget.exe update -self
Checking for updates from https://nuget.org/api/v2/.
Currently running NuGet.exe 2.1.0.
Updating NuGet.exe to 2.8.2-beta.
Update successful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment