I would like to be able to specify the version number for all assemblies to be generated during a build as a MSBuild command argument like this:
MSBuild.exe /p:version=5.4.3.0
I have looked over AssemblyInfoTask
but it does not seem to me like a good solution in this case.