DefaultDocumentation.Console 0.8.0-alpha2

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

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 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.  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. 
.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.0 155 7/10/2025
1.2.0-test02 134 7/10/2025
1.2.0-test01 133 7/8/2025
1.1.1 277 6/13/2025
1.1.0 195 6/2/2025
1.0.2 117 5/31/2025
1.0.1 81 5/30/2025
1.0.0 156 5/29/2025
1.0.0-beta04 1,705 11/6/2024
1.0.0-beta03 87 11/1/2024
1.0.0-beta02 111 10/23/2024
1.0.0-beta01 108 10/23/2024
0.9.0-beta02 149 10/18/2024
0.9.0-beta01 92 10/14/2024
0.8.3-beta1 443 6/26/2022
0.8.2 7,880 6/12/2022
0.8.1 766 5/1/2022
0.8.0 836 3/19/2022
0.8.0-beta3 357 3/13/2022
0.8.0-beta2 326 3/13/2022
0.8.0-beta1 291 3/13/2022
0.8.0-alpha2 453 12/5/2021
0.8.0-alpha1 317 12/5/2021
0.7.9 10,578 9/26/2021
0.7.7 531 9/11/2021
0.7.6 462 9/3/2021
0.7.5 564 6/16/2021
0.7.4 468 5/24/2021
0.7.3 849 4/25/2021
0.7.2 421 4/16/2021

## Breaking changes
- lot of argument/property changes, please check readme for more informations
## New features
- added support for plugins (#4, #79)
- added support for list (type bullet, number or table) elements (#44 thanks to @IdkGoodName)
- added event explicit interface implementation support
- added support for external json configuration file (#84)
- added TableOfContents section (#82)
- added Footer section
## Fixes
- fixed nested types in generated types and empty namespace showing when using IncludeUndocumentedItems (thanks to @hairlesshobo)
- fixed some markdown formating (#93)