Releases: skarpdev/dotnet-version-cli
Releases · skarpdev/dotnet-version-cli
v4.0.0
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
- Create annotated git tags by @pingvinen in #117
- fix: don't break on csproj without a version set by @nover in #121
Full Changelog: v3.0.3...v4.0.0
v3.0.1
Breaking
- removed support for .net
core 2.x
,core 3.x
and5.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 usingVersion
)
New Contributors
Full Changelog: v2.4.1...v3.0.1
v3.0.0
v2.4.1
v2.3.0
v2.2.1
v2.2.0
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 aPackageId
. Snuck into the 2.1.x releases, sorry everyone! (see #87)
Thanks to @nikeee for providing the .targets
support PR.
v2.1.3
v2.1.2
v2.1.1
v2.1.1
This release note also covers 2.1.0 which failed to publish due to CI issues