In the software I'm working on, there are users whose doubts should be answered by looking at the software version number.
Something of type 10.0.1.1000 configured in the project properties.
I would like to know how to increment the version number automatically in a Visual Studio project, to make it easier to build, and how to get that version number via code, so I can display it to the user.