Skip to content

Releases: skarpdev/dotnet-version-cli

v0.3.0

26 Apr 19:03
Compare
Choose a tag to compare

This release brings support for supplying the version that should go into the .csproj file - look in the README for examples

v0.2.1

26 Apr 19:01
Compare
Choose a tag to compare

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

v0.2.0

25 Apr 16:33
Compare
Choose a tag to compare

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

25 Apr 16:30
Compare
Choose a tag to compare

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

v0.1.1

23 Apr 19:41
Compare
Choose a tag to compare

Fixes for the nuget metadata

v0.1.0 - first public release

23 Apr 11:02
Compare
Choose a tag to compare

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.