Manage packages by using NuGet

You want to update jQuery package in your ASP.NET MVC 4 application in the easiest way possible. What do you do? (Choose all that apply)

Download the newest version from http://jquery.com.
Click the update button in the Package Manager window for the jQuery package.
Run the command Update-Package jQuery from the Package Manager Console.
Run the command Update-Package jQuery from the Developer command prompt.