Dotnet Version Cli Versions Save

dotnet version cli (similar to npm version cli)

v0.2.1

7 years ago

A bugfix release that removes Colorful.Console as it didn't work cross platform

v0.2.0

7 years ago

This release fixes a bug

  • csproj file detector would crash when executed in directories with no csproj files, a nice error is now show to the user instead

And adds new features

  • improve error handling in main program entry point so that messages are written when exceptions occur, rather than allowing the exception to take down the entire application.
  • Added colorized output to the cli as well.

v0.1.2

7 years ago

Internal API changes and code fixup - has no user facing changes

v0.1.1

7 years ago

Fixes for the nuget metadata

v0.1.0

7 years ago

This is the first public release of the package, with all the basics working:

  • dotnet version patch | minor | major

Currently only works when you are located next to the csproj file that needs version patching.