- Add copy package name functionality into install page
- Support star in PackageReference's version
<PackageReference Include="SixLaborsCaptcha.Core" Version="1.*" />
- Persist view in memory for continuous accessibility
- Fixed known bugs
- Fixed the empty screen in VS Code version 1.73.0
- Auto detect csproj/fsproj indention style and keep the file style
- Removed
nugetpackagemanagergui.indentTypeproperty form the setting
- Auto detect VSCode theme
- Perform search when pressing enter in the install package tab
- Fixed unordered version list
- Fixed an issue in ProGet registry
authors property
- Update README.md
⚠ WARNING: This version incompatible with the previous versions
- Add support for basic auth to package sources
- Add the package sources drop-down list into the install package page
- Add
packageUrl
setting to see the packages in the package source host
- Improve the speed of load package versions functionality
- Improve extension
Settings
config
- Fixed the proxy problem
- Fixed some bugs
- Fixed some bugs
- Add pagination to the package search results
- Add search box in the project list
- Add new setting
nugetpackagemanagergui.indentType
for indenting XML output
- Fixed some bugs
- Improve UI/UX
- Support several NuGet servers (#10 by @TomyCesaille)
- Both
andnuget.packageVersionsUrl
properties changed tonuget.searchPackage.url
nuget.packageVersionsUrls
andnuget.searchPackage.urls
- Log error detail in VSCode Developer Tools
- Add the proxy support
- Improve UI/UX
- Install new package bug fixed
- Improve the speed of loading package versions from NuGet server(
4x faster than the older versions
)
- Some variables overridable in
settings.json
- Update
Command Title
fromtoNuGet Package Manager GUI: Update Packages
NuGet Package Manager GUI
- Update
Changelog
file
- Add
update all packages
feature
- Change the notification type from
ShowInformationMessage
toSetStatusBarMessage
- Fixed a bug in the update project file
- Fixed a bug in the update project file
- Fixed a bug in the get root path of workspace
- Change demo.gif
- Add
search form
feature for install the new packages from NuGet server - Add
remove
&remove all
functionality to the project table
- Change ui completely
- Change method of the update project from
regex
toxml
- Change demo.gif file
- Add
update a package
feature - Add
update a package in all projects
feature