ChangelogAutomation.MSBuild
2.0.0
dotnet add package ChangelogAutomation.MSBuild --version 2.0.0
NuGet\Install-Package ChangelogAutomation.MSBuild -Version 2.0.0
<PackageReference Include="ChangelogAutomation.MSBuild" Version="2.0.0" />
paket add ChangelogAutomation.MSBuild --version 2.0.0
#r "nuget: ChangelogAutomation.MSBuild, 2.0.0"
// Install ChangelogAutomation.MSBuild as a Cake Addin #addin nuget:?package=ChangelogAutomation.MSBuild&version=2.0.0 // Install ChangelogAutomation.MSBuild as a Cake Tool #tool nuget:?package=ChangelogAutomation.MSBuild&version=2.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 (2)
Showing the top 2 popular GitHub repositories that depend on ChangelogAutomation.MSBuild:
Repository | Stars |
---|---|
ForNeVeR/xaml-math
A collection of .NET libraries for rendering mathematical formulae using the LaTeX typesetting style, for the WPF and Avalonia XAML-based frameworks
|
|
egramtel/tdsharp
C#/.NET Core bindings for TDLib (Telegram MTProto API)
|
[Changed]
- (Breaking change.) Updated from .NET 5 to .NET 6
[Added]
- #14: Multi-target support for MSBuild (https://github.com/ForNeVeR/ChangelogAutomation/issues/14)
- Ability to run on newer target frameworks than the tool is built for (aka RollForward = Major)