#1
|
|||
|
|||
Multiple Version Numbers
I have a solution in .net that holds several projects. Is there a way to have diferent version numbers for each subproject as they are changed?
|
#2
|
|||
|
|||
Use a separate Make VS.NET step for each project to set the versions individually (you can configure these steps to not build but only update versions, and another step to actually build the .sln file).
|
|
|