Can I automatically increment the file build version when using Visual Studio?

后端 未结 25 3045
-上瘾入骨i
-上瘾入骨i 2020-11-22 14:32

I was just wondering how I could automatically increment the build (and version?) of my files using Visual Studio (2005).

If I look up the properties of sa

25条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 15:25

    Maybe it's too late to answer here but hope that will solve someone's hectic problem.

    An automatic way to change assembly version of all of your projects using PowerShell script. This article will solve many of your problems.

提交回复
热议问题