InheritDocLib 1.0.2.1

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

// Install InheritDocLib as a Cake Tool
#tool nuget:?package=InheritDocLib&version=1.0.2.1

Library 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 InheritDoc NuGet package for a command line 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.

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
1.2.3 4,915 8/21/2018
1.2.2.1 882 8/12/2018
1.2.1.1 888 8/5/2018
1.2.0.1 1,426 7/15/2018
1.1.1.1 987 6/5/2018
1.1.0.1 1,021 5/9/2018
1.0.8.1 1,038 2/15/2018
1.0.7.1 1,002 1/25/2018
1.0.6.1 1,026 1/25/2018
1.0.5.1 1,013 1/25/2018
1.0.4.1 1,003 1/19/2018
1.0.3.2 996 1/19/2018
1.0.2.1 995 1/3/2018
1.0.0.366 952 1/2/2018
1.0.0.308 1,023 12/20/2017
1.0.0.307 1,020 12/20/2017
1.0.0.306 1,063 12/20/2017

Fix to handle multiple summary tags properly and maintain same file encoding