How to change Assembly Version Number using AssemblyInfoTask?
问题 I am trying to automate the process for setting the Version for all DLL's, after spending some time I came to know the AssemblyInfo Task with which it can most likely be achieved. So I went ahead and installed it, specifically version 1.0.51130.0 . After Installing, I manually added the Import Tag (by unloading the each project) of AssemblyInfoTask in .cspoj files (the solution has more than 35 proj files). <Import Project="$(MSBuildExtensionsPath)\Microsoft\AssemblyInfoTask\Microsoft