Releases: charlesdevandiere/xmldoc2md
Releases · charlesdevandiere/xmldoc2md
5.0.0
Added
- Structure output option
--structure <flat|tree> [default: flat]
. #20 <paramref>
tag support. #32- Class attributes documentation.
- Member accessibility level option
--member-accessibility-level <internal|private|protected|public> [default: protected]
Fixes
- Error generating
index.md
when type does not have an explicit namespace. #28
Breaking changes
- Remove
--private-members
option in favor of--member-accessibility-level
- Replace
<out>
argument by-o, --output <output>
option
4.0.0
Added
<list>
support
Breaking changes
- Upgrade to .NET 8.0
3.1.0
Added
- New command line option to include private members (#26). Thank @TimothyMakkison!
- Adds a warning in the documentation in case of deprecation (#26). Thank @TimothyMakkison!
3.0.2
Fixes
- fix return type spacing and add rich xml docs for properties, exceptions, types, and parameters (#27). Thank @TimothyMakkison!
3.0.1
Fixes
- Enum summaries correctly format with rich information (#25). Thank @TimothyMakkison
3.0.0
2.1.1
Changes:
Load DLL NuGet dependencies
2.1.0
Added:
- Documentation for fields
- Back button link to return to the index page
Fixed:
- Links
2.0.1
Changes:
This list of changes was auto generated.
2.0.0
Changes:
The project is completely rewritten.