Biztalk buid helperAs we are aware biztalk doesnt use the assemblyinfo.cs to track version. the .btproj file needs to be modified manually for every project in a solution. this will be difficult if we have many projects in a solution. And also in case of daily build automation scenarios.
Biztalk buid helper is a command line tool .
It increments the version numbers of all btproj's in the vs2005 solution.
eg usage : c:>BiztalkBuildHelper.exe <solutionname.sln> <newversion>
The Code is avail in TFS as well now ..
My blog :
http://blogs.msdn.com/biztalk