CHANGELOG 4.1.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global CHANGELOG --version 4.1.8
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local CHANGELOG --version 4.1.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CHANGELOG&version=4.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CHANGELOG --version 4.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
原理
安装
方法一:安装msi https://gitee.com/galacode/ChangeLog.CommunityToolkit/releases/tag/4.1.5
方法二:dotnet tool install
dotnet tool install --global CHANGELOG --version 1.0.3
用法
- 在代码根目录输入CMD命令窗口下输入CHANGELOG命令[推荐]
CHANGELOG样式
单文件独立发布
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true
支持的type映射
{ "Features","新增"},
{ "feat","新增"},
{ "fix","修复 "},
{ "Fixed","修复 "},
{ "Changed","变更 "},
{ "changed","变更 "},
{ "docs","文档 "},
{ "Refactored","优化"},
{ "refactor","优化"},
{ "Deprecated","即将删除"},
{ "deprecated","即将删除"},
{ "Removed","删除"},
{ "removed","删除"},
{ "BREAKING CHANGE","破坏性变更"},
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.