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 )