Assembly Versioning and Dll Versioning in Team City

后端 未结 4 1489
后悔当初
后悔当初 2021-02-04 05:12

I want to have these Versions in a format

like this.. {Major}.{Minor}.{Build}.{patch}

how to set this in the assembly info patcher in team city?

so that

4条回答
  •  再見小時候
    2021-02-04 05:37

    Regarding the question from Emil G about keeping the first numbers of the version from AssemblyInfo, it's currently not possible: https://youtrack.jetbrains.com/issue/TW-20475

    Would be nice, though.

    /Emil Å

提交回复
热议问题