.net – Automatically increment AssemblyFileVersion on build

msbuildnet

I'd like to automatically update the AssemblyFileVersion on each build, though not the AssemblyVersion.

Is there any easy way that don't require every developer to install the MSBuild community tasks ?

(I'd basically like AssemblyVersion("1.0.*") but for the AssemblyFileVersion )

Best Answer

Just include the MSBuild community tasks in your version control system, there's no need to install it.