How to Change Setup Project Version

c#, visual-studio-2013, visual-studio-setup-proje

Solution

Select the Setup project in `Solution Explorer`, then click the `F4` function key. The `Properties` page will open up.

Problem

I have a Setup project that I built a while ago in VS2010 and have recently ported that project into VS2013. I installed the Microsoft Visual Studio Installer Projects extension and my Setup project compiled fine. However, I cannot figure out how to change the version of my Setup project without manually changing the `.vdproj` file. In other words, in VS2010, I was able to go to a Properties page of the Setup project and change the version there - and VS would respond with a warning that I should change the GUID of the project as well. - That feature is no longer in this new extension that I can find. How do I change the Setup project version in the new `Visual Studio Installer Project` extension?

Original source