Automatic assembly version number management in VS2008

前端 未结 7 1853
广开言路
广开言路 2020-12-09 05:11

I have a VS2008 project written in c# with a number of assemblies. I\'d like to have a simple way of managing the version numbers between all of the different assemblies and

7条回答
  •  时光取名叫无心
    2020-12-09 05:38

    I've used the svnversion MSBuild community tasks to do something like this, I followed the instructions here Although the way I do it doesn't span multiple assemblies.

提交回复
热议问题