Releases: skarpdev/dotnet-version-cli
Releases · skarpdev/dotnet-version-cli
v4.0.0
Compare
Sorry, something went wrong.
No results found
nover
released this
20 Dec 11:24
This is a feature and bugfix release, however due to the change of pushing annotated tags we've decided to make this a major bump, as it could have not-thought-of side effects for consumers.
What's Changed
Full Changelog : v3.0.3...v4.0.0
v3.0.1
Compare
Sorry, something went wrong.
No results found
nover
released this
05 Mar 07:26
Breaking
removed support for .net core 2.x, core 3.x and 5.x
New stuff
added support for .net 8.x
added support for VersionPrefix and VersionSuffix (thank you @jberude ) (use flag --version-property-name to change default behavior of using Version)
New Contributors
Full Changelog : v2.4.1...v3.0.1
v3.0.0
Compare
Sorry, something went wrong.
No results found
v2.4.1
Compare
Sorry, something went wrong.
No results found
nover
released this
19 Apr 07:51
This is a maintenance release with no breaking changes.
Build target for dotnet7.0 to allow using the tool on machines with only this version installed
Update vulnerable newtonsoft.json dependency to latest stable.
v2.3.0
Compare
Sorry, something went wrong.
No results found
nover
released this
10 Dec 08:35
This release addd dotnet 6 as publishing target. The tool should now be usable in dotnet 6 docker containers and other environments that only has dotnet 6 installed. See #93
v2.2.1
Compare
Sorry, something went wrong.
No results found
nover
released this
26 Oct 12:08
This is a bugfix release:
fix return codes on error (see #89 )
Thanks to @AWoelfel for reporting the issue.
v2.2.0
Compare
Sorry, something went wrong.
No results found
nover
released this
30 Sep 19:24
This is a feature and bugfix release
add support for having a common version in a .targets file - check the readme (see #86 )
fix accidental breaking change that required .csproj files to have a PackageId. Snuck into the 2.1.x releases, sorry everyone! (see #87 )
Thanks to @nikeee for providing the .targets support PR.
v2.1.3
Compare
Sorry, something went wrong.
No results found
nover
released this
30 Sep 19:19
this release fixes a bug relating to projects without a Title or PackageId
v2.1.2
Compare
Sorry, something went wrong.
No results found
nover
released this
03 May 18:06
This is a bugfix release:
Fix problems with custom message and special chars in message / tag #74
v2.1.1
Compare
Sorry, something went wrong.
No results found
nover
released this
21 Jan 11:18
v2.1.1
This release note also covers 2.1.0 which failed to publish due to CI issues
add bare output for dump and bump - only ouput version of target (see #72 )
add support for altering git tag and message (see #66 )
add tests specifically for dotnet 5.0 (see #64 )
tooling use official appveyor dotnet 5.0 image (see #67 )