-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48faed9
commit 2201c42
Showing
13 changed files
with
90 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
Documentation/SandcastleBuilder/Content/VersionHistory/v2023.7.8.0.aml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<topic id="238d9fb1-5eb0-4e0e-a9bc-80fa0c1422d6" revisionNumber="1"> | ||
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<introduction> | ||
<para>Release notes for version 2023.7.8.0. See the prior version release notes for information on the | ||
breaking changes made to the presentation styles implementation.</para> | ||
</introduction> | ||
|
||
<section> | ||
<title>Build Tools</title> | ||
<content> | ||
<list class="bullet"> | ||
<listItem> | ||
<para>Fixed a parameter matching issue in MRefBuilder caused by a template parameter on the method | ||
that did not appear in the parameter list.</para> | ||
</listItem> | ||
|
||
<listItem> | ||
<para>Fixed a couple of other issues related to type parameter matching in MRefBuilder.</para> | ||
</listItem> | ||
|
||
<listItem> | ||
<para>Added code to prevent a possible race condition in component message logging.</para> | ||
</listItem> | ||
</list> | ||
</content> | ||
</section> | ||
|
||
<section> | ||
<title>Presentation Styles</title> | ||
<content> | ||
|
||
<list class="bullet"> | ||
<listItem> | ||
<para>Fixed handling of list items with a term element but no description.</para> | ||
</listItem> | ||
|
||
<listItem> | ||
<para>Fixed handling of implicit operators that have no parameters.</para> | ||
</listItem> | ||
|
||
<listItem> | ||
<para>Fixed handling of the locale-specific stylesheet link generation in the Default2022 | ||
presentation style.</para> | ||
</listItem> | ||
|
||
<listItem> | ||
<para>Merged changes from J. Ritchie Carroll to support a resizable table of contents column in the | ||
Default2022 presentation style. Added a new <codeInline>ResizableTocColumn</codeInline> transformation argument | ||
to allow it to be enabled.</para> | ||
</listItem> | ||
</list> | ||
|
||
</content> | ||
</section> | ||
|
||
<relatedTopics> | ||
<link xlink:href="078cc1c7-7995-431e-bf9c-8813becbe8df" /> | ||
</relatedTopics> | ||
|
||
</developerConceptualDocument> | ||
</topic> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// System : Sandcastle Help File Builder | ||
// File : AssemblyInfoShared.cs | ||
// Author : Eric Woodruff ([email protected]) | ||
// Updated : 03/04/2023 | ||
// Updated : 07/08/2023 | ||
// Note : Copyright 2006-2023, Eric Woodruff, All rights reserved | ||
// | ||
// Sandcastle Help File Builder common assembly attributes. | ||
|
@@ -90,13 +90,13 @@ internal static partial class AssemblyInfo | |
// | ||
// This is used to set the assembly file version. This will change with each new release. MSIs only | ||
// support a Major value between 0 and 255 so we drop the century from the year on this one. | ||
public const string FileVersion = "23.3.4.0"; | ||
public const string FileVersion = "23.7.8.0"; | ||
|
||
// Common product version | ||
// | ||
// This may contain additional text to indicate Alpha or Beta states. The version number will always match | ||
// the file version above but includes the century on the year. | ||
public const string ProductVersion = "2023.3.4.0"; | ||
public const string ProductVersion = "2023.7.8.0"; | ||
|
||
// Assembly copyright information | ||
public const string Copyright = "Copyright \xA9 2006-2023, Eric Woodruff, All Rights Reserved"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters