Releases: ForNeVeR/ChangelogAutomation
Releases · ForNeVeR/ChangelogAutomation
ChangelogAutomation v3.0.5
ChangelogAutomation v3.0.4
Changed
-
Update the dependency versions.
This includes bumping MSBuild dependencies to 17.8.43 to get rid of build-time warnings about security issues in older MSBuild versions.
ChangelogAutomation v3.0.3
ChangelogAutomation v3.0.2
Changed
- Downgrade required MSBuild to 17.8.3 to support the oldest supported .NET SDK.
ChangelogAutomation v3.0.1
Changed
- Migrate the MSBuild package to .NET Standard 2.0 for better compatibility with older SDKs.
ChangelogAutomation v3.0.0
Changed
- (Breaking change.) Migrate to a more standard notation for arguments:
--outputFilePathis now--output-file-path,--contentTypeis now--content-type.
- (Requirement change.) Update from .NET 6 to .NET 9.
- The MSBuild package is now treated as a development dependency by default.
- Update dependencies.
Added
- ChangelogAutomation is now available as a .NET tool. Install ChangelogAutomation.Tool package for that. Thanks to @y0ung3r!
ChangelogAutomation v2.0.0
Changed
- (Breaking change.) Updated from .NET 5 to .NET 6
Added
- #14: Multi-target support for MSBuild
- Ability to run on newer target frameworks than the tool is built for (aka
RollForward = Major)
ChangelogAutomation v1.0.1
Fixed
- Executable bits are now preserved in the release distributions for the console tool version
ChangelogAutomation v1.0.0
This is the initial release of the program. It is available as a standalone tool or an MSBuild integration package.
Added
- Markdown-to-Markdown transformation
- Markdown-to-plain-text transformation
- Ability to save the output into a file or to the standard output