9
In the software in which I am working there are users, whose doubts should be met by observing the version number of the software.
Something like 10.0.1.1000 configured in project properties.
I would like to know how to automatically increment the version number in a Visual Studio project, to make it easy to build, and how to get that version number via code, so I can display it to the user.
Aaah Miguelito =*
– andrerpena