Auto Versioning in Visual Studio 2017 (.NET Core)

后端 未结 16 1464
一整个雨季
一整个雨季 2020-11-28 18:45

I have spent the better part of a few hours trying to find a way to auto-increment versions in a .NETCoreApp 1.1 (Visual Studio 2017).

I know the the AssemblyInfo.cs

16条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-28 19:08

    I made a simple CLI tool for setting .csproj .NET Core version strings here. You can combine it with tools like GitVersion for automatic version bumping during CI builds, if that's what you're after.

提交回复
热议问题