Skip to content

v1.2.37

Compare
Choose a tag to compare
@ap0llo-bot ap0llo-bot released this 21 Dec 19:24

New Features

Build System and Dependency Changes

Breaking Changes

Details

Add .NET 7 Support

Add .NET 7 target to make changelog run if only the .NET 7 runtime is installed

Allow changelog to run on newer versions of .NET by default

Enable setting to allow running changelog on newer versions of .NET if none of the supported runtimes are available.

This means - while currently, changelog supports .NET 6 and .NET 7 - it will use the .NET 8 or newer runtime when no version of .NET 6 or .NET 7 is installed.

Remove support for .NET 5.0

Breaking Change: Running changelog on .NET 5.0 will no longer be possible

Remove support for .NET 5.0 since that version of .NET has reached its end-of-life in May 2022.

Remove support for .NET Core 3.1

Breaking Change: Running changelog on .NET 3.1 will no longer be possible. The minimum supported version is now .NET 6

Remove support for .NET Core 3.1 since that version of .NET has reached its end-of-life on December 12th 2022.