EarlyDocs 2.0.0
Requires NuGet 2.8 or higher.
dotnet add package EarlyDocs --version 2.0.0
NuGet\Install-Package EarlyDocs -Version 2.0.0
<PackageReference Include="EarlyDocs" Version="2.0.0" />
paket add EarlyDocs --version 2.0.0
#r "nuget: EarlyDocs, 2.0.0"
// Install EarlyDocs as a Cake Addin
#addin nuget:?package=EarlyDocs&version=2.0.0
// Install EarlyDocs as a Cake Tool
#tool nuget:?package=EarlyDocs&version=2.0.0
EarlyDocs generates Markdown documentation for your .Net library.
Install the NuGet package to insert EarlyDocs into your build process. It will run after your project build is complete. Errors in EarlyDocs will not affect your build.
Summary:
+ Loads documentation from your Project.dll and Project.XML files.
+ Generates one Markdown documentation page for each Type in your project.
+ Generates one global Table of Contents per project and one detailed Table of Contents per namespace.
+ All Markdown files are inter-linked.
+ Everything is saved to one "documentation" directory.
See full documentation on Github (https://github.com/WithoutHaste/EarlyDocs).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net30 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- WithoutHaste.DataFiles (>= 1.0.0 && < 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 625 | 4/3/2019 |
2.0.0-alpha2 | 437 | 4/2/2019 |
1.0.0 | 663 | 2/22/2019 |
Version 2.0.0
+ Fixing path error that caused process to fail.
+ Project is now multi-targeted for all .Net frameworks from 2.0 through 4.7.2.