I am maintaining my user displayed application version numbers in an app.ver file that is deployed with my ASP.NET web app. Before publishing the application, I would like to be able to increment the version number in that file.
How can I hook into MSBuild to run a task that would do this incrementing prior to publishing?
Thanks!