TAGC / dotnet-setversion

.NET Core CLI tool to update the version information in .NET Core *.csproj files
MIT License
75 stars 16 forks source link

Version 2.0: .NET Core Global Tool #12

Closed Skulblaka closed 6 years ago

Skulblaka commented 6 years ago

This pull request includes the changes required to build setversion as .NET Core Global Tool. By offering setversion as a global tool, there is no more need for a csproj file to be in the current directory. This allows to to support more complex scenarios e.g. running it at solution level (#1) or in a directory with multiple .csproj files (#9)