Hi,
I am updating the code on a daily basis and commit all changes in each case so there is the new code available on server all the time.
What I would like to simplify is build automation and version control. Currently I build a project and edit it's name version (Project Name vx.x.x) each time the the boss needs it which is not time effective.
Does anyone know what's the best way to keep the newest software version with corresponding version number available all the time?
For development I use VS 2008 and for subversioning Tortoise SVN. I tried to use nant for buid automation but don't have any experience with it and don't know how could I edit version number in VS or pass the Tortoise's revison number to nant so it could generate project name with release number.
Thanks!