ChangelogAutomation.Tool 3.0.5

dotnet tool install --global ChangelogAutomation.Tool --version 3.0.5
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ChangelogAutomation.Tool --version 3.0.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ChangelogAutomation.Tool&version=3.0.5
                    
nuke :add-package ChangelogAutomation.Tool --version 3.0.5
                    

.NET tool that helps to extract the latest version release notes from the the CHANGELOG.md file.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
3.0.5 227 2/7/2026
3.0.4 144 1/10/2026
3.0.3 258 4/23/2025
3.0.2 247 4/21/2025
3.0.1 177 4/19/2025
3.0.0 204 4/18/2025

[Fixed]

- #105 (https://github.com/ForNeVeR/ChangelogAutomation/issues/105): cannot execute the tasks using Visual Studio or .NET Framework version of MSBuild.
Thanks to @kant2002 for help!