InheritDoc 1.0.0.342

There is a newer version of this package available.
See the version list below for details.
dotnet add package InheritDoc --version 1.0.0.342
NuGet\Install-Package InheritDoc -Version 1.0.0.342
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="InheritDoc" Version="1.0.0.342" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InheritDoc --version 1.0.0.342
#r "nuget: InheritDoc, 1.0.0.342"
#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 InheritDoc as a Cake Addin
#addin nuget:?package=InheritDoc&version=1.0.0.342

// Install InheritDoc as a Cake Tool
#tool nuget:?package=InheritDoc&version=1.0.0.342

Command line tool that post processes XML documentation files to support an <inheritdoc/> tag allowing inheriting XML comments from base types, interfaces, and similar methods. Only works with .NET Framework projects (not .NET Standard nor .NET Core). See the separate InheritDocLib NuGet package for a programmatic interface.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.2 165,192 3/18/2020
2.5.1 4,049 2/1/2020
2.5.0 737 1/27/2020
2.4.1 836 1/17/2020
2.4.0 654 1/17/2020
2.3.0 13,837 8/28/2019
2.2.1 1,873 5/23/2019
2.2.0 1,310 5/2/2019
2.1.0 851 5/1/2019
2.0.2 5,235 10/23/2018
2.0.1 1,038 10/23/2018
2.0.0 1,284 8/23/2018
1.2.3 1,087 8/21/2018
1.2.2.1 1,791 8/12/2018
1.2.1.1 1,091 8/5/2018
1.2.0.1 2,589 7/15/2018
1.1.1.1 4,260 6/5/2018
1.1.0.1 1,304 5/9/2018
1.0.8.1 1,206 2/15/2018
1.0.7.1 1,240 1/25/2018
1.0.6.1 1,153 1/25/2018
1.0.5.1 1,266 1/25/2018
1.0.4.1 1,204 1/19/2018
1.0.3.2 1,152 1/19/2018
1.0.2.1 1,272 1/3/2018
1.0.0.342 1,227 1/2/2018
1.0.0.308 1,166 12/20/2017
1.0.0.307 1,247 12/20/2017
1.0.0.299 1,394 12/18/2017

Changes to allow running on .NET Standard and .NET Core projects