How can i set an windows forms project to auto increment the version number, like it was in VB 6?
It was very practical to keep build number in VB6, as it auto-incremented that number every time that i "compiled" the program.
There is any equivalent feature in VB.Net? I am 开发者_高级运维using VS 2005.
Use an asterisk in the position you want autoincremented, in the My Project, Assembly Information dialog.
精彩评论