Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get notification when nuget package update available

Is there any way in Visual Studio that I can register to get notification every time new version of installed nuget package available, without open the nuget packege manager UI? (like we get notification for VS updates)

like image 408
arielorvits Avatar asked Aug 09 '16 22:08

arielorvits


1 Answers

As an idea, if you have an RSS reader (like Feedly), you can subscribe to the releases feed

(for example, https://www.nuget.org/packages/Microsoft.Identity.Client/atom.xml)

like image 169
webo80 Avatar answered Sep 20 '22 12:09

webo80