DefaultDocumentation 0.7.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package DefaultDocumentation --version 0.7.6
NuGet\Install-Package DefaultDocumentation -Version 0.7.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DefaultDocumentation" Version="0.7.6">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DefaultDocumentation --version 0.7.6
#r "nuget: DefaultDocumentation, 0.7.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DefaultDocumentation as a Cake Addin
#addin nuget:?package=DefaultDocumentation&version=0.7.6

// Install DefaultDocumentation as a Cake Tool
#tool nuget:?package=DefaultDocumentation&version=0.7.6

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on DefaultDocumentation:

Repository Stars
nxrighthere/UnrealCLR
Unreal Engine .NET 6 integration
Doraku/DefaultEcs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
gurrenm3/BTD-Mod-Helper
A powerful and easy to use API for modding BTD6, BATTD, and other Ninja Kiwi games.
lazlo-bonin/gocs
GameObject Component System for Unity
dymaptic/GeoBlazor
Core Components for the Dymaptic GeoBlazor Library
Version Downloads Last updated
0.8.3-beta1 8,580 6/26/2022
0.8.2 51,814 6/12/2022
0.8.1 2,630 5/1/2022
0.8.0 3,834 3/19/2022
0.7.9 24,177 9/26/2021
0.7.7 1,961 9/11/2021
0.7.6 1,770 9/3/2021
0.7.5 5,279 6/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)