DefaultDocumentation.Console
0.7.2
See the version list below for details.
dotnet tool install --global DefaultDocumentation.Console --version 0.7.2
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local DefaultDocumentation.Console --version 0.7.2
#tool dotnet:?package=DefaultDocumentation.Console&version=0.7.2
nuke :add-package DefaultDocumentation.Console --version 0.7.2
Create a simple markdown documentation from the Visual Studio xml one.
Product | Versions 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. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta04 | 125 | 11/6/2024 |
1.0.0-beta03 | 66 | 11/1/2024 |
1.0.0-beta02 | 77 | 10/23/2024 |
1.0.0-beta01 | 78 | 10/23/2024 |
0.9.0-beta02 | 126 | 10/18/2024 |
0.9.0-beta01 | 73 | 10/14/2024 |
0.8.3-beta1 | 386 | 6/26/2022 |
0.8.2 | 6,720 | 6/12/2022 |
0.8.1 | 692 | 5/1/2022 |
0.8.0 | 767 | 3/19/2022 |
0.8.0-beta3 | 297 | 3/13/2022 |
0.8.0-beta2 | 269 | 3/13/2022 |
0.8.0-beta1 | 226 | 3/13/2022 |
0.8.0-alpha2 | 379 | 12/5/2021 |
0.8.0-alpha1 | 254 | 12/5/2021 |
0.7.9 | 8,215 | 9/26/2021 |
0.7.7 | 466 | 9/11/2021 |
0.7.6 | 392 | 9/3/2021 |
0.7.5 | 494 | 6/16/2021 |
0.7.4 | 397 | 5/24/2021 |
0.7.3 | 774 | 4/25/2021 |
0.7.2 | 345 | 4/16/2021 |
breaking changes:
changed slightly file name generation for FullName and Name FileNameMode
changed tool to msbuild task to remove runtime dependencies (#42)
renamed DefaultDocumentationNestedTypeVisibility to DefaultDocumentationNestedTypeVisibilities
renamed DefaultDocumentationWikiLinks to DefaultDocumentationRemoveFileExtensionFromLinks
renamed DefaultDocumentationHome to DefaultDocumentationAssemblyPageName
fixed see link for await, false and true langword values
fixed inheritdoc when getting documentation from mscorlib entity
added support for source and region attributes in code element (#40 thanks to @basvanderlaken)
added support for language attributes in code element
added See Also section at the end of pages grouping all seealso elements
added support for see and seealso displayed text change with element value
added dotnet tool package (#25)
added DefaultDocumentationGeneratedPages property to set which element will have its own page (#36)
added cross assembly documentation linking (#7)
added support for href attribute in see and seealso element
added ExplicitInterfaceImplementations items to documentation