Skip to content

Commit 2c01fd1

Browse files
committed
Minor updates for new release
1 parent ffc1b45 commit 2c01fd1

File tree

33 files changed

+640
-382
lines changed

33 files changed

+640
-382
lines changed

Deployment/InstallerConfiguration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration>
33
<!-- This indicates the tools version with which this installer is associated.-->
4-
<tools version="2022.10.15.0" />
4+
<tools version="2022.12.30.0" />
55

66
<!-- Define the installer pages. Third-party build tool and component providers can add new pages that
77
they have created to install their own products as well. -->
@@ -13,7 +13,7 @@
1313
<page type="Sandcastle.Installer.InstallerPages.WelcomePage" />
1414

1515
<page type="Sandcastle.Installer.InstallerPages.WhatsNewPage">
16-
<whatsNew url="https://EWSoftware.github.io/SHFB/html/5e4cbd92-c668-4774-95ea-4e2032c2729c.htm"
16+
<whatsNew url="https://EWSoftware.github.io/SHFB/html/14daa2da-119b-4b45-b24a-1c8010d0aa06.htm"
1717
description="Current Version Release Notes" />
1818
<whatsNew url="https://EWSoftware.github.io/SHFB/html/bc933f8f-e792-45bf-afec-62aa2c46aa3b.htm"
1919
description="Third-Party Component Migration Support" />

Documentation/SandcastleBuilder/CommonTokens.tokens

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<ddue:linkUri>https://GitHub.com/EWSoftware/SHFB</ddue:linkUri>
77
<ddue:linkTarget>_blank</ddue:linkTarget>
88
</ddue:externalLink></item>
9-
<item id="SandcastleVersion">v2022.10.15.0</item>
9+
<item id="SandcastleVersion">v2022.12.30.0</item>
1010
<item id="VisualStudioMinVersion">Visual Studio 2017</item>
1111
</content>

Documentation/SandcastleBuilder/Content/VersionHistory/VersionHistory.aml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ updating third-party components, plug-ins, presentation styles, and syntax gener
2020
version of the help file builder.</para>
2121

2222
<list class="bullet">
23+
<listItem>
24+
<para>
25+
<link xlink:href="14daa2da-119b-4b45-b24a-1c8010d0aa06" />
26+
</para>
27+
</listItem>
2328
<listItem>
2429
<para>
2530
<link xlink:href="5e4cbd92-c668-4774-95ea-4e2032c2729c" />
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="14daa2da-119b-4b45-b24a-1c8010d0aa06" revisionNumber="1">
3+
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
4+
<introduction>
5+
<para>Release notes for version 2022.12.30.0. See the prior version release notes for information on the
6+
breaking changes made to the presentation styles implementation.</para>
7+
</introduction>
8+
9+
<section address="SandcastleTools">
10+
<title>Sandcastle Tools</title>
11+
<content>
12+
<list class="bullet">
13+
<listItem>
14+
<para>Fixed BuildAssembler so that it sets the locale in the topic transformation to the selected
15+
project's language.</para>
16+
</listItem>
17+
18+
<listItem>
19+
<para>Fixed the spelling of the <codeInline>PresentationStyleSettings.TopicTransformation</codeInline>
20+
property name. Third-party components will need to be rebuilt against the latest version of the NuGet packages.</para>
21+
</listItem>
22+
23+
<listItem>
24+
<para>Updated the .NET Core/.NET Standard/.NET 5.0+ reflection data set to include .NET 7.0
25+
assembly information.</para>
26+
</listItem>
27+
28+
<listItem>
29+
<para>Fixed framework comments inclusion so that if a target framework is not present (.NET 5.0 or
30+
later), it defaults to using the comments from the latest version that is available.</para>
31+
</listItem>
32+
</list>
33+
</content>
34+
</section>
35+
36+
<section address="PresenationStyles">
37+
<title>Presentation Styles</title>
38+
<content>
39+
<list class="bullet">
40+
<listItem>
41+
<para>Fixed the <codeInline>section</codeInline> element handler so that it will render subsections
42+
even when the content element is missing or empty. </para>
43+
</listItem>
44+
45+
</list>
46+
</content>
47+
48+
</section>
49+
50+
<section address="SHFB">
51+
<title>Sandcastle Help File Builder</title>
52+
<content>
53+
54+
<list class="bullet">
55+
<listItem>
56+
<para>Updated the package reference resolver to pick the most appropriate target and framework assets
57+
based on the specified target framework rather than just picking the first target asset.</para>
58+
</listItem>
59+
60+
<listItem>
61+
<para>Fixed handling of the <codeInline>TargetFramework</codeInline> property in documentation source
62+
projects if it is blank.</para>
63+
</listItem>
64+
65+
<listItem>
66+
<para>Added <localUri>Tools\HelpLibraryManagerLauncher.exe</localUri> to the help file builder NuGet
67+
package.</para>
68+
</listItem>
69+
70+
<listItem>
71+
<para>Changed the help file builder NuGet package build properties file to use
72+
<codeInline>BuildingInsideVisualStudio</codeInline> instead of an empty <codeInline>SHFBROOT</codeInline> value
73+
to determine when to define <codeInline>SHFBROOT</codeInline> for command line builds. Visual Studio and the
74+
standalone GUI will continue to use the installed version of the help file builder tools when building projects.
75+
Command line builds will use whatever version of the help file builder NuGet package is included in the project
76+
regardless of any locally installed version of the tools.</para>
77+
</listItem>
78+
</list>
79+
80+
</content>
81+
</section>
82+
83+
<relatedTopics>
84+
<link xlink:href="078cc1c7-7995-431e-bf9c-8813becbe8df" />
85+
</relatedTopics>
86+
87+
</developerConceptualDocument>
88+
</topic>

Documentation/SandcastleBuilder/SandcastleBuilder.content

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,12 +1364,17 @@
13641364
<HelpKeyword index="K" term="support, donate" />
13651365
</HelpKeywords>
13661366
</Topic>
1367-
<Topic id="078cc1c7-7995-431e-bf9c-8813becbe8df" visible="True" isSelected="true" title="Version History">
1367+
<Topic id="078cc1c7-7995-431e-bf9c-8813becbe8df" visible="True" isExpanded="true" title="Version History">
13681368
<HelpKeywords>
13691369
<HelpKeyword index="K" term="History" />
13701370
<HelpKeyword index="K" term="Version History" />
13711371
</HelpKeywords>
1372-
<Topic id="5e4cbd92-c668-4774-95ea-4e2032c2729c" visible="True" title="Version 2022.10.15.0">
1372+
<Topic id="14daa2da-119b-4b45-b24a-1c8010d0aa06" visible="True" title="Version 2022.12.30.0">
1373+
<HelpKeywords>
1374+
<HelpKeyword index="K" term="versions, 2022.12.30.0" />
1375+
</HelpKeywords>
1376+
</Topic>
1377+
<Topic id="5e4cbd92-c668-4774-95ea-4e2032c2729c" visible="True" isSelected="true" title="Version 2022.10.15.0">
13731378
<HelpKeywords>
13741379
<HelpKeyword index="K" term="versions 2022.10.15.0" />
13751380
</HelpKeywords>

Documentation/SandcastleBuilder/SandcastleBuilder.shfbproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<FeedbackEMailAddress>Eric%40EWoodruff.us</FeedbackEMailAddress>
3636
<PresentationStyle>Default2022</PresentationStyle>
3737
<SyntaxFilters>Standard</SyntaxFilters>
38-
<HelpFileVersion>2022.10.15.0</HelpFileVersion>
38+
<HelpFileVersion>2022.12.30.0</HelpFileVersion>
3939
<ComponentConfigurations>
4040
</ComponentConfigurations>
4141
<DocumentationSources>
@@ -401,6 +401,7 @@
401401
<None Include="Content\VersionHistory\v2015.7.26.0tov2021.4.9.0\v2021.4.9.0.aml" />
402402
<None Include="Content\VersionHistory\v2021.11.7.0.aml" />
403403
<None Include="Content\VersionHistory\v2022.10.15.0.aml" />
404+
<None Include="Content\VersionHistory\v2022.12.30.0.aml" />
404405
<None Include="Content\VersionHistory\v2022.2.6.0.aml" />
405406
<None Include="Content\VersionHistory\v2022.8.14.0.aml" />
406407
<None Include="Content\VisualStudio\GoToDefinition.aml" />

NuGet/SHFB.NET.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>EWSoftware.SHFB.NET</id>
5-
<version>5.0.0.1</version>
5+
<version>7.0.0.0</version>
66
<title>Sandcastle Help File Builder .NET Core/.NET Standard/.NET 5.0+ Reflection Data Set</title>
77
<authors>Eric Woodruff</authors>
88
<owners>Eric Woodruff</owners>

NuGet/SHFB.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>EWSoftware.SHFB</id>
5-
<version>2022.10.15.1</version>
5+
<version>2022.12.30.0</version>
66
<title>Sandcastle Help File Builder</title>
77
<authors>Eric Woodruff</authors>
88
<owners>Eric Woodruff</owners>

0 commit comments

Comments
 (0)