Nicklas Laine Overgaard

Results 18 issues of Nicklas Laine Overgaard

Invoking as: ``` dotnet version patch -f src/dotnet-version.csproj ``` Does NOT work, whereas ``` dotnet version -f src/dotnet-version.csproj patch ``` Works just fine. It's not a dealbreaker but a nuisance.

enhancement

To make debugging easier if the tool blows up

enhancement

If a package has version 1.0.0 and I use the `dotnet version 1.0.0` it errors out with "cannot commit" which is a very bad error. Instead the tool should check...

enhancement

When you quickly scan your output buffer it can be confusing. We still want it on the help page, but when it's in "I have fixed stuff mode" it should...

breaking change

So that the output becomes ``` Bumped abc.csproj from x.y.z to x.y.z ```

AppVeyor does not expose secret values on fork PR, we should handle that

The configuration file could include settings like: - what .csproj to perform version bumps to - which test-projects to run BEFORE performing the version bump (like npm version does it)...

enhancement