DefaultDocumentation.Api
0.8.0-beta1
See the version list below for details.
dotnet add package DefaultDocumentation.Api --version 0.8.0-beta1
NuGet\Install-Package DefaultDocumentation.Api -Version 0.8.0-beta1
<PackageReference Include="DefaultDocumentation.Api" Version="0.8.0-beta1" />
paket add DefaultDocumentation.Api --version 0.8.0-beta1
#r "nuget: DefaultDocumentation.Api, 0.8.0-beta1"
// Install DefaultDocumentation.Api as a Cake Addin #addin nuget:?package=DefaultDocumentation.Api&version=0.8.0-beta1&prerelease // Install DefaultDocumentation.Api as a Cake Tool #tool nuget:?package=DefaultDocumentation.Api&version=0.8.0-beta1&prerelease
Api to extend the creation of documentation of DefaultDocumentation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- ICSharpCode.Decompiler (>= 7.2.0.6844)
- Newtonsoft.Json (>= 13.0.1)
- NLog (>= 4.7.14)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DefaultDocumentation.Api:
Package | Downloads |
---|---|
DefaultDocumentation.Markdown
Default implementation for Markdown documentation generation in DefaultDocumentation. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DefaultDocumentation.Api:
Repository | Stars |
---|---|
Doraku/DefaultDocumentation
Create a simple markdown documentation from the Visual Studio xml one.
|
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta04 | 14 | 11/6/2024 |
1.0.0-beta03 | 77 | 11/1/2024 |
1.0.0-beta02 | 78 | 10/23/2024 |
1.0.0-beta01 | 69 | 10/23/2024 |
0.9.0-beta02 | 118 | 10/18/2024 |
0.9.0-beta01 | 85 | 10/14/2024 |
0.8.3-beta1 | 5,029 | 6/26/2022 |
0.8.2 | 1,483 | 6/12/2022 |
0.8.1 | 506 | 5/1/2022 |
0.8.0 | 509 | 3/19/2022 |
0.8.0-beta3 | 176 | 3/13/2022 |
0.8.0-beta2 | 166 | 3/13/2022 |
0.8.0-beta1 | 178 | 3/13/2022 |
0.8.0-alpha2 | 596 | 12/5/2021 |
0.8.0-alpha1 | 200 | 12/5/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)