CS.Changelog.Console 1.3.3.1

dotnet tool install --global CS.Changelog.Console --version 1.3.3.1
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 CS.Changelog.Console --version 1.3.3.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CS.Changelog.Console&version=1.3.3.1
nuke :add-package CS.Changelog.Console --version 1.3.3.1

A git-commit based changelog generator.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.3.3.1 1,737 9/22/2021
1.3.2 454 9/13/2021
1.3.1 358 9/13/2021
1.3.0 540 9/8/2021
1.2.0.6 1,114 3/25/2021
1.2.0.3 1,240 2/10/2020
1.2.0.1 619 8/5/2019

1.3.2.0: Moving feature issue number at the beginning of the message to the end.
            Removing underscores when suspected branch name used as message.
1.3.0.0: Updated Markdig.Signed & Newtonsoft.Json
1.2.0.6: Used only one tab for indentation
1.2.0.5: Added icon
        Updated a handful of dependencies
        Converted CS /webworks to Cohelion
1.2.0.4: Set default json output indentation character to tabs (no config option yet)
1.2.0.3: Fixed ignoring of startTag argument.
1.2.0.2: Migrated to .Net core