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
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="EarlyDocs" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EarlyDocs --version 2.0.0
#r "nuget: EarlyDocs, 2.0.0"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 708 4/3/2019
2.0.0-alpha2 462 4/2/2019
1.0.0 738 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.