Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.1 KB

README.md

File metadata and controls

35 lines (23 loc) · 2.1 KB

NuGet Monitor

A Visual Studio extension that checks and notifies about available updates for the installed NuGet packages for the open solution.

Build Status Sponsor

Features

  • Check for updates when a solution is opened
  • Show InfoBar when updates are found
  • Works with .NET Framework projects and with .NET projects

Installing

Visual Studio Marketplace Visual Studio Marketplace

Github Releases

Open VSIX Gallery

Screenshots

Screenshot

Thanks

A big thanks goes to AnushaG2201!

I was playing with the idea for this extension for quite a while but never figured out how I would create this extension.

That is until I saw the Nuget-updates-notifier (Github) which gave mt the remaining puzzle pieces, so that I could create my own version.

Links

NuGet Client SDK / NuGet.Protocol

Visual Studio Extensibility Cookbook - Notifications

Invoke the Manage NuGet Packages dialog programmatically