dotnet-release-note
0.0.3
dotnet tool install --global dotnet-release-note --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local dotnet-release-note --version 0.0.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-release-note&version=0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-release-note --version 0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NF.Tool.ReleaseNoteMaker
- Reinvent the wheel
Overview
NF.Tool.ReleaseNoteMaker (akka. dotnet-release-note)
simplifies changelog creation in .NET projects by mimicking the functionality of Python's twisted/towncrier.
It enables developers to manage changelog entries incrementally and consolidate them during release.
Install
dotnet tool install --global dotnet-release-note
Document
Dependencies
- use Toml format and xoofx/Tomlyn library for Config file.
- use T4 template and mono/t4 library.
- use Spectre.Console for console output.
- use Spectre.Console.Cli for parse args.
- use SmartFormat for format string.
- use sebastienros/fluid for liquid
License
This project is licensed under the MIT License. See the LICENSE file for details.
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.