dotnet-cstomd 1.2.1

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

Dotnet CLI Tool for converting the C# test file to Markdown documentation file

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.2.1 1,605 8/31/2020
1.2.0 398 8/28/2020
1.0.0-preview-04 278 8/24/2020
1.0.0-preview-03 278 8/21/2020
1.0.0-preview-02 290 8/21/2020
1.0.0-preview-01 253 8/21/2020

## v1.2.1 - Bug-fix release

- added: Adding the new line after the collapsible section otherwise it breaks the markdown

## v1.2.0 - Feature release

- added: #3 Make it to dotnet CLI tool (dotnet-cstomd)
- added: #4 Ability to remove specific lines from the md output (cstomd.config)
- added: #6 Add the special comments to wrap the section into collapsible details enhancement
- added: #7 Strip the comment from the line with `//md` enhancement