Releases: TurnerSoftware/BuildVersioning
Releases · TurnerSoftware/BuildVersioning
0.5.0
What's Changed
Build Versioning now requires either .NET 6 or .NET 8 installed to provide versioning.
Full Changelog: 0.4.0...0.5.0
0.4.0
Changes
This version adds multi-targeting for Build Versioning - that is to say, previously Build Versioning required .NET 5 to be installed to run at all but now it supports .NET 5 or .NET 6 being installed. This won't affect the target frameworks of your application, just increases the scope where Build Versioning will be supported.
Other changes as part of this include improved logging and error handling.
🚀 Features
👨🏼💻 Contributors
0.3.0
Changes
- Fixes issues where project dependencies aren't correctly versioned (6152aca - see also TurnerSoftware/CacheTower#176)
👨🏼💻 Contributors
0.2.2
0.2.1
Fixes a case sensitivity issue with the tool path, preventing it working correctly on Linux.
0.2.0
- Added fine grain controls of extended integration features
- Fixed bug where extended integrations features are triggered when
SkipBuildVersioning
was false.
0.1.2
Fixes target logic to support build versioning.
0.1.1
0.1.0
Initial version of Build Versioning