Releases: Doraku/DefaultDocumentation
DefaultDocumentation 0.7.4
DefaultDocumentation 0.7.4-beta2
DefaultDocumentation 0.7.4-beta1
DefaultDocumentation 0.7.3
DefaultDocumentation 0.7.2
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
DefaultDocumentation 0.6.15
DefaultDocumentation 0.6.14
DefaultDocumentation 0.6.14
fixed error when GenerateDocumentationFile is set to false
fixed inheritdoc infinite loop
added DisableDefaultDocumentation property to disable DefaultDocumentation
DefaultDocumentation 0.6.13
DefaultDocumentation 0.6.13
added support to exclude namespace/type/members by adding a element in xml documentation
added type constraints on generic type parameters
added DefaultDocumentationWikiLinks parameter to produce links compatible with github wiki pages
added support
added function pointer support
DefaultDocumentation 0.6.12
fixed generic api link
added csharp declaration to code tag
added DefaultDocumentationInvalidCharReplacement parameters
added constant field values
DefaultDocumentation 0.6.11
ignores readme.md files on deleting old markdowns