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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ChangelogAutomation.Tool --version 3.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.NET tool that helps to extract the latest version release notes from the the CHANGELOG.md file.
| Product | Versions 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.
[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!