visual studio - How VS.NET detects that extension should be updated? -


from time time dialog pops in vs.net telling me there's new version of installed extension. know extensions officially stored on location, if not want expose extension made public? mean example company top-secret extension employees can use.

the question updates detected vs.net or extensions can check updates individually. if so, how?

thanks

as long you're using visual studio 2012 or later, under tools > options, general, extension , updates, can register private gallery. have drop xml file somewhere on web server contains version info of latest versions of extensions, , vs poll check. xml file atom feed , format described here.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -