v1.2.37
New Features
Build System and Dependency Changes
Breaking Changes
- Running changelog on .NET 5.0 will no longer be possible
- Running changelog on .NET 3.1 will no longer be possible. The minimum supported version is now .NET 6
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.
- See Also: https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-2-1#roll-forward
- Pull Request: #430
- Commit:
ff6a2db
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.
- Commit:
4313af4
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.