How can I auto-increment an MVC 6 version number?

前端 未结 3 1216
故里飘歌
故里飘歌 2020-12-09 20:43

Previous versions of ASP.NET allowed you to auto-increment the version number via Project Properties. How can I do this in MVC 6?

3条回答
  •  误落风尘
    2020-12-09 21:01

    For .NET Core (RTM) projects, you can use dotnet-bump. You can add it as a tool to your project, and call it from a postcompile script. http://github.com/BalassaMarton/dotnet-bump

提交回复
热议问题