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

Implement support for specifying csproj file #6

Closed TAGC closed 6 years ago

TAGC commented 6 years ago

Addresses #5.

Allows the user to specify the csproj file to update when using the CLI tool as a standalone binary for cross-project use (i.e. not a per-project dependency).

Need these changes to be reviewed before merging.

TAGC commented 6 years ago

@Skulblaka Is this a feature you want implemented? I don't have any need for it myself, so I was just doing all this in response to the requirements someone else laid out for me.

Skulblaka commented 6 years ago

Yes, either this or a "apply given version to all csproj in the directory"-kinda thing, but I think the ability to specify a csproj file seems more appropriate and consistent with other parts of the dotnet toolchain.