DefaultDocumentation.Api
0.8.0-alpha1
See the version list below for details.
dotnet add package DefaultDocumentation.Api --version 0.8.0-alpha1
NuGet\Install-Package DefaultDocumentation.Api -Version 0.8.0-alpha1
<PackageReference Include="DefaultDocumentation.Api" Version="0.8.0-alpha1" />
<PackageVersion Include="DefaultDocumentation.Api" Version="0.8.0-alpha1" />
<PackageReference Include="DefaultDocumentation.Api" />
paket add DefaultDocumentation.Api --version 0.8.0-alpha1
#r "nuget: DefaultDocumentation.Api, 0.8.0-alpha1"
#:package DefaultDocumentation.Api@0.8.0-alpha1
#addin nuget:?package=DefaultDocumentation.Api&version=0.8.0-alpha1&prerelease
#tool nuget:?package=DefaultDocumentation.Api&version=0.8.0-alpha1&prerelease
Package Description
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.1.0.6543)
- Newtonsoft.Json (>= 13.0.1)
- NLog (>= 4.7.12)
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
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.2.0 | 204 | 7/10/2025 |
1.2.0-test02 | 159 | 7/10/2025 |
1.2.0-test01 | 159 | 7/8/2025 |
1.1.1 | 347 | 6/13/2025 |
1.1.0 | 196 | 6/2/2025 |
1.0.2 | 145 | 5/31/2025 |
1.0.1 | 115 | 5/30/2025 |
1.0.0 | 187 | 5/29/2025 |
1.0.0-beta04 | 1,388 | 11/6/2024 |
1.0.0-beta03 | 547 | 11/1/2024 |
1.0.0-beta02 | 137 | 10/23/2024 |
1.0.0-beta01 | 121 | 10/23/2024 |
0.9.0-beta02 | 168 | 10/18/2024 |
0.9.0-beta01 | 140 | 10/14/2024 |
0.8.3-beta1 | 6,900 | 6/26/2022 |
0.8.2 | 1,977 | 6/12/2022 |
0.8.1 | 591 | 5/1/2022 |
0.8.0 | 595 | 3/19/2022 |
0.8.0-beta3 | 253 | 3/13/2022 |
0.8.0-beta2 | 243 | 3/13/2022 |
0.8.0-beta1 | 262 | 3/13/2022 |
0.8.0-alpha2 | 674 | 12/5/2021 |
0.8.0-alpha1 | 296 | 12/5/2021 |
## Breaking changes
- lot of argument/property changes, please check readme for more informations
## New features
- 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)