Skip to content

Releases: ForNeVeR/ChangelogAutomation

ChangelogAutomation v3.0.5

07 Feb 00:10

Choose a tag to compare

Fixed

  • #105: cannot execute the tasks using Visual Studio or .NET Framework version of MSBuild.

    Thanks to @kant2002 for help!

ChangelogAutomation v3.0.4

10 Jan 17:57

Choose a tag to compare

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

23 Apr 20:39

Choose a tag to compare

ChangelogAutomation v3.0.2

21 Apr 21:24

Choose a tag to compare

Changed

  • Downgrade required MSBuild to 17.8.3 to support the oldest supported .NET SDK.

ChangelogAutomation v3.0.1

19 Apr 18:40

Choose a tag to compare

Changed

  • Migrate the MSBuild package to .NET Standard 2.0 for better compatibility with older SDKs.

ChangelogAutomation v3.0.0

18 Apr 22:14

Choose a tag to compare

Changed

  • (Breaking change.) Migrate to a more standard notation for arguments:
    • --outputFilePath is now --output-file-path,
    • --contentType is 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

04 Feb 19:01

Choose a tag to compare

Changed

  • (Breaking change.) Updated from .NET 5 to .NET 6

Added

ChangelogAutomation v1.0.1

25 Apr 15:28
6a5bc8f

Choose a tag to compare

Fixed

  • Executable bits are now preserved in the release distributions for the console tool version

ChangelogAutomation v1.0.0

25 Apr 13:41
84e3ae0

Choose a tag to compare

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