Interview Question in Visual Studio 2005


 

Interview Question :: Automatic build increment

I'd like to have automatic build increment for my application. Unfortunately VS2005 does not have such feature (modifying AssemblyInfo.vb or AssemblyInfo.cs is not working good enough for me). On the net i found how it is possible to do using Macros, BUT i dont like this idea as well (some known problems).
So, my question is if you guys know any software that can integrate with Visual Studio 2005 and accomplish this task?
For example, i build my application for the first time and it modifies version from 1.0.0.0 to 1.0.0.1 and then 1.0.0.2 as so on.
Thanks.
by ksk
vb