This plug-in class is designed to generate version information for assemblies in the current project and others related to the same product that can be merged into the current project's help file topics.

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 1.9.0.0

Syntax

C#
public class VersionBuilderPlugIn : IPlugIn, 
	IDisposable
Visual Basic
Public Class VersionBuilderPlugIn _
	Implements IPlugIn, IDisposable

Inheritance Hierarchy

System..::..Object
  SandcastleBuilder.PlugIns..::..VersionBuilderPlugIn

See Also