2

I need to downgrade NuGet Package Manager extension for Visual Studio 2015 for testing purpose. How to do this? Is there any way to download an older version of this extension and install it into Visual Studio?

Mathivanan KP
  • 1,979
  • 16
  • 25

3 Answers3

2

This site lists all recent releases, you must install the VSIX file. https://github.com/NuGet/Home/releases

codelab
  • 406
  • 3
  • 14
1

You can usually try a variation of the link you can get from the download button from the extension's page on https://marketplace.visualstudio.com/ .

For example, at the time of this writing Failwyn/WebCompiler64 version 1.14.9.2 has an issue, so I downloaded version 1.14.8 from https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Failwyn/vsextensions/WebCompiler64/1.14.8/vspackage .

Patrick Szalapski
  • 8,738
  • 11
  • 67
  • 129
-1

An easier way to downgrade any visual studio code extension is by:

    1. search for the extension in visual studio code
    2. Right click on the extension you want to downgrade
    3. select Install Another Version... 
    4. Pick the version from the list if any and install

VS Code - how to rollback extension/install specific extension version

Felix Runye
  • 2,135
  • 1
  • 20
  • 20