How to programmatically change a project's product version?

后端 未结 11 1339
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-09 12:02

I have several deployment projects. In order to deploy an application, I need to do several tasks, one of them is to change each deployment project\'s product version and pr

11条回答
  •  暖寄归人
    2020-12-09 12:33

    You could use the msbuild task to update you product version. Check out this post from the MSBuild team on this subject.

提交回复
热议问题