How to get notified when a plugin update is available?
Answered
Hello,
I'm developing a R# extension to share code style settings across the team. So far so good, developers are able to install it. But when I publish an update there is no notification and I have to send a message to everyone to ask them to update the extension.
Am I missing something? Is there a way to get a "flag" or something like that to indicate a new update is available?
Thanks and regards
Please sign in to leave a comment.
Hi Olivier,
Plug-in updates are checked once a day and shown through VS notifications. Additional actions from the developer side are not required.
Just nobody checks notifications ;)