Releases: skarpdev/dotnet-version-cli
Releases · skarpdev/dotnet-version-cli
v0.3.0
v0.2.1
v0.2.0
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
v0.1.1
v0.1.0 - first public release
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.