pcislo / vscode-nuget-gallery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuGet Gallery Extension

NuGet Gallery Extension makes installing and uninstalling NuGet packages easier

Features

feature X

Configuration

  • Credential Provider Folder - in order to use private feeds credential provider is required CredentialProvider
  • Sources - new sources can be added in appropriate json format: {"name": "...", "url": "..."}

Release Notes

v0.0.24

#48 by @claudineyqr

Obtaining additional information about the package

v0.0.23

#47 by @ZBAGI

Fix error when credentialProviderFolder contains spaces

v0.0.22

Add support for .vbproj projects Add "Open NuGet Gallery" command to context menu on .csproj, .fsproj, .vbproj and .sln

v0.0.21

#38 by @kojo12228

Add support for .fsproj projects

v0.0.20

Change semVerLevel to 2.0

v0.0.19

Add support for prerelease versions

v0.0.10

Add support for credentials provider on linux/mac

v0.0.9

#18 by @nikhilogic

  • Added validation on Install and Uninstall buttons in the ProjectsPanel so buttons are enabled or disabled
  • Added links to quickly install and uninstall with single clicks.
  • Increased spacing between project items for clarity.
  • Added styles for disabling buttons and anchor tags.

v0.0.8

Fix projects loading when packages have no version specified #14

v0.0.7

Fix project path on *nix terminals. #14 by @renatodarrigo

v0.0.6

Fix default NuGet Feed url

v0.0.5

Add private feeds support - beta

v0.0.4

Add scroll

v0.0.1

Initial release of NuGet Gallery Extension


About

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.2%Language:CSS 0.2%