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 HelpFileFormat property to let you define the
help file output format (HTML Help 1 or MS Help 2).
Renamed the HtmlHelpCompilerPath property to
HtmlHelp1xCompilerPath for the HTML Help 1 help compiler
(HHC.EXE) and added the HtmlHelp2xCompilerPath property
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 Dependencies property 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 ShowAttributes to DocumentAttributes
to match NDoc and put it in the Visibility category.
Added the DocumentInternals property to allow the
documentation of private and internal members to be enabled.
Added ProjectLinkType and SdkLinkType
options to control how links to other help topics are rendered in the help
file.
Added a RootNamespaceContainer option.
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.