DefaultDocumentation.Console 0.7.6

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global DefaultDocumentation.Console --version 0.7.6
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 DefaultDocumentation.Console --version 0.7.6
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DefaultDocumentation.Console&version=0.7.6
nuke :add-package DefaultDocumentation.Console --version 0.7.6

Create a simple markdown documentation from the Visual Studio xml one.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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
0.8.3-beta1 340 6/26/2022
0.8.2 4,448 6/12/2022
0.8.1 655 5/1/2022
0.8.0 731 3/19/2022
0.8.0-beta3 251 3/13/2022
0.8.0-beta2 221 3/13/2022
0.8.0-beta1 185 3/13/2022
0.8.0-alpha2 337 12/5/2021
0.8.0-alpha1 211 12/5/2021
0.7.9 5,485 9/26/2021
0.7.7 434 9/11/2021
0.7.6 363 9/3/2021
0.7.5 460 6/16/2021
0.7.4 362 5/24/2021
0.7.3 738 4/25/2021
0.7.2 315 4/16/2021

added DefaultDocumentationGeneratedAccessModifiers property to set members of which accessibility should be generated (#59)
added separator to dotnet tool arguments parsing so the format is the same as the msbuild task property one (#73)
added LTS netcoreapp3.1 target to dotnet tool (#66)
removed extra space when writing self closing tag
added DefaultDocumentationIgnoreLineBreak property to state if line break in the documentation should be ignored and written as is or transformed as markdown line break (two space at the end of a line)
added ignorelinebreak attribute handling to change localy DefaultDocumentationIgnoreLineBreak setting
---
fixed multiple element with same id from different extern link files
fixed usage of DefaultDocumentationExternLinksFiles msbuild property on non windows platforms (#68)
fixed preview ignoring more xml tags than just code (#67)