I'm developing an extension for Visual Studio 2015, and I'm building the solution and installing the .vsix manually on my local machine. The problem is that every time I rebuild the package and try to install the new one it says that the extension already exists, and I have to go to extension manager, uninstall it and finally install the new version again.
What sort of consifguration do I have to use in my extension project so Visual Studio updates the currently installed extension when I try to install the updated vsix package?