ChangelogAutomation.MSBuild
1.0.0
See the version list below for details.
Install-Package ChangelogAutomation.MSBuild -Version 1.0.0
dotnet add package ChangelogAutomation.MSBuild --version 1.0.0
<PackageReference Include="ChangelogAutomation.MSBuild" Version="1.0.0" />
paket add ChangelogAutomation.MSBuild --version 1.0.0
#r "nuget: ChangelogAutomation.MSBuild, 1.0.0"
// Install ChangelogAutomation.MSBuild as a Cake Addin
#addin nuget:?package=ChangelogAutomation.MSBuild&version=1.0.0
// Install ChangelogAutomation.MSBuild as a Cake Tool
#tool nuget:?package=ChangelogAutomation.MSBuild&version=1.0.0
MSBuild task and target that will automatically extract the latest version release notes from the CHANGELOG.md file and add them to the NuGet package description.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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