Skip to content

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

License

Notifications You must be signed in to change notification settings

sboulema/NuGetMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Samir Boulema
Jun 15, 2023
cc9f45d · Jun 15, 2023

History

14 Commits
Jun 15, 2023
Jun 14, 2023
Jun 15, 2023
Jun 15, 2023
Jun 14, 2023
Jun 14, 2023
Jun 15, 2023

Repository files navigation

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