Skip to content

Releases: skarpdev/dotnet-version-cli

v4.0.0

20 Dec 11:24
Compare
Choose a tag to compare

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

05 Mar 07:26
b29f454
Compare
Choose a tag to compare

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

02 Mar 15:55
1142e39
Compare
Choose a tag to compare

Please use v3.0.1

v2.4.1

19 Apr 07:51
6a444c1
Compare
Choose a tag to compare

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

10 Dec 08:35
0c12f84
Compare
Choose a tag to compare

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

26 Oct 12:08
cb1c038
Compare
Choose a tag to compare

This is a bugfix release:

  • fix return codes on error (see #89)

Thanks to @AWoelfel for reporting the issue.

v2.2.0

30 Sep 19:24
2281c76
Compare
Choose a tag to compare

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

30 Sep 19:19
a80070f
Compare
Choose a tag to compare

this release fixes a bug relating to projects without a Title or PackageId

v2.1.2

03 May 18:06
f8162ae
Compare
Choose a tag to compare

This is a bugfix release:

  • Fix problems with custom message and special chars in message / tag #74

v2.1.1

21 Jan 11:18
e062d60
Compare
Choose a tag to compare

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)