Update Version number in Visual Studio 2010

Soldato
Joined
9 Dec 2006
Posts
9,289
Location
@ManCave
I made a program a while ago called XXX V3

ive come back to programming after sometime and want to call it V4

but i forgot how you get the name changing screen.

inside my console app it starts with Title V3 at the beginning and want to change to V4

any help would be appericated.
 
Right click the project > Properties > Application > Assembly Information button. The assembly version numbers are there.

Assuming that's what you mean. Otherwise it's probably just a Console.WriteLine() you need to change somewhere.
 
Back
Top Bottom