ChangelogAutomation.MSBuild 3.0.3

dotnet add package ChangelogAutomation.MSBuild --version 3.0.3
                    
NuGet\Install-Package ChangelogAutomation.MSBuild -Version 3.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ChangelogAutomation.MSBuild" Version="3.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChangelogAutomation.MSBuild" Version="3.0.3" />
                    
Directory.Packages.props
<PackageReference Include="ChangelogAutomation.MSBuild">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ChangelogAutomation.MSBuild --version 3.0.3
                    
#r "nuget: ChangelogAutomation.MSBuild, 3.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ChangelogAutomation.MSBuild@3.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ChangelogAutomation.MSBuild&version=3.0.3
                    
Install as a Cake Addin
#tool nuget:?package=ChangelogAutomation.MSBuild&version=3.0.3
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ChangelogAutomation.MSBuild:

Package Downloads
Fenrir.Git

Fenrir is a .NET library to work with Git repositories. It provides functions to read Git objects, traverse the commit graph, extract trees and files from any commit, etc. Essentially, it provides tools to create your own Git client, or transform a repository in any way.

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)
Version Downloads Last Updated
3.0.3 1,271 4/23/2025
3.0.2 249 4/21/2025
3.0.1 164 4/19/2025
3.0.0 335 4/18/2025
2.0.0 14,256 2/4/2023
1.0.1 2,612 4/25/2021
1.0.0 397 4/25/2021

[Fixed]

- #10: Tool should automatically create the output directory if it doesn't exist (https://github.com/ForNeVeR/ChangelogAutomation/issues/10). Thanks to @y0ung3r!