Version 1.1.0.0
Version 1.1.0.0 was released on August 28th, 2006.
Changes in This Release
Updated for use with the August 2006 CTP.
Added the option to create a new Sandcastle Help File Builder project by importing the assembly information from a Visual Studio 2003/2005 solution or project file.
Added the
HelpFileFormatproperty to let you define the help file output format (HTML Help 1 or MS Help 2).Renamed the
HtmlHelpCompilerPathproperty toHtmlHelp1xCompilerPathfor the HTML Help 1 help compiler (HHC.EXE) and added theHtmlHelp2xCompilerPathproperty for the MS Help 2 help compiler (HXCOMP.EXE).Added the project files necessary to build MS Help 2 files and renamed a few of the template files to reflect their use in building HTML Help 1 files.
Fixed a problem in the final build step caused by a help filename with spaces in it.
The
Dependenciesproperty has been changed to a collection to allow easier specification of dependency items for MRefBuilder.The **{@IndexFile}** tag has been removed and a new step added to generate the HTML Help 1 index file via the new Sandcastle XSL transformation.
Renamed
ShowAttributestoDocumentAttributesto match NDoc and put it in the Visibility category.Added the
DocumentInternalsproperty to allow the documentation of private and internal members to be enabled.Added
ProjectLinkTypeandSdkLinkTypeoptions to control how links to other help topics are rendered in the help file.Added a
RootNamespaceContaineroption. If true, a root Namespaces table of contents entry will be made the container of the namespaces. If false, the default, the namespaces are listed in the table of contents as root entries.