I suspect this is going to be a really easy one but I'm a .NET newbie so be gentle.
I have a small VB .NET app that I'm working on using the full version of Visual Studio 2005. In the Publish properties of the project, I have it set to Automatically increment revision with each publish.
The issue is that it's only incrementing the revision in the Setup files. It doesn't seem to be updating the version # in the About Box (which is the generic, built-in, About Box template). That version # seems to be coming from My.Application.Info.Version.
What should I be using instead so that I my automatically incrementing revision # shows up in the about box.