Skip to content

Commit 84082c3

Browse files
committed
Minor fix
Removed path from GenerateRefInfo.proj before running. Fixes #844.
1 parent 6154baf commit 84082c3

File tree

10 files changed

+20
-18
lines changed

10 files changed

+20
-18
lines changed

Deployment/InstallerConfiguration.xml

+3-3
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 version of Sandcastle with which this installer is associated.-->
4-
<sandcastle version="v2021.4.5.0" />
4+
<sandcastle version="v2021.4.9.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. -->
@@ -14,15 +14,15 @@
1414

1515
<page type="Sandcastle.Installer.InstallerPages.WhatsNewPage">
1616
<whatsNew url="https://EWSoftware.github.io/SHFB/html/52c2409d-0a0a-4b6e-bd0a-5d2b03d1d332.htm"
17-
description="Sandcastle Help File Builder and Tools v2021.4.5.0 Release Notes" />
17+
description="Sandcastle Help File Builder and Tools v2021.4.9.0 Release Notes" />
1818
</page>
1919

2020
<page type="Sandcastle.Installer.InstallerPages.HelpFileFormatsPage">
2121
<page type="Sandcastle.Installer.InstallerPages.Help1CompilerPage" />
2222
</page>
2323

2424
<page type="Sandcastle.Installer.InstallerPages.SandcastleHelpFileBuilderPage"
25-
shfbVersion="2021.4.5.0" installerName="SandcastleHelpFileBuilder.msi"/>
25+
shfbVersion="2021.4.9.0" installerName="SandcastleHelpFileBuilder.msi"/>
2626

2727
<page type="Sandcastle.Installer.InstallerPages.SHFBVisualStudioPackagePage"
2828
packageGuid="c997d569-ee8e-4947-a46f-9a0717ce39a0">

Documentation/SandcastleBuilder/CommonTokens.tokens

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<content xml:space="preserve" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
33
<item id="BuildDate">{@BuildDate:MMMM d, yyyy}</item>
4-
<item id="SandcastleVersion">v2021.4.5.0</item>
4+
<item id="SandcastleVersion">v2021.4.9.0</item>
55
<item id="SHFB"><ddue:externalLink xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5">
66
<ddue:linkText>Sandcastle Help File Builder</ddue:linkText>
77
<ddue:linkUri>https://GitHub.com/EWSoftware/SHFB</ddue:linkUri>

Documentation/SandcastleBuilder/Content/VersionHistory/v2021.4.5.0.aml Documentation/SandcastleBuilder/Content/VersionHistory/v2021.4.9.0.aml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<topic id="52c2409d-0a0a-4b6e-bd0a-5d2b03d1d332" revisionNumber="1">
33
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
44
<introduction>
5-
<para>Release notes for version 2021.4.5.0.</para>
5+
<para>Release notes for version 2021.4.9.0.</para>
66
</introduction>
77

88
<section>

Documentation/SandcastleBuilder/SandcastleBuilder.content

+2-2
Original file line numberDiff line numberDiff line change
@@ -1393,9 +1393,9 @@
13931393
<HelpKeyword index="K" term="History" />
13941394
<HelpKeyword index="K" term="Version History" />
13951395
</HelpKeywords>
1396-
<Topic id="52c2409d-0a0a-4b6e-bd0a-5d2b03d1d332" visible="True" isSelected="true" title="Version 2021.4.5.0">
1396+
<Topic id="52c2409d-0a0a-4b6e-bd0a-5d2b03d1d332" visible="True" isSelected="true" title="Version 2021.4.9.0">
13971397
<HelpKeywords>
1398-
<HelpKeyword index="K" term="versions, 2021.4.5.0" />
1398+
<HelpKeyword index="K" term="versions, 2021.4.9.0" />
13991399
</HelpKeywords>
14001400
</Topic>
14011401
<Topic id="70b704dc-03c8-4934-b83e-e84d4d7f927a" visible="True" title="Version 2021.3.29.0">

Documentation/SandcastleBuilder/SandcastleBuilder.shfbproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<FeedbackEMailAddress>Eric%40EWoodruff.us</FeedbackEMailAddress>
3434
<PresentationStyle>VS2013</PresentationStyle>
3535
<SyntaxFilters>Standard</SyntaxFilters>
36-
<HelpFileVersion>2021.4.5.0</HelpFileVersion>
36+
<HelpFileVersion>2021.4.9.0</HelpFileVersion>
3737
<ComponentConfigurations>
3838
</ComponentConfigurations>
3939
<DocumentationSources>
@@ -407,7 +407,7 @@
407407
<None Include="Content\VersionHistory\v2014.1.26tov2015.5.2\v2015.5.2.0.aml" />
408408
<None Include="Content\VersionHistory\v2020.3.6.0.aml" />
409409
<None Include="Content\VersionHistory\v2021.3.29.0.aml" />
410-
<None Include="Content\VersionHistory\v2021.4.5.0.aml" />
410+
<None Include="Content\VersionHistory\v2021.4.9.0.aml" />
411411
<None Include="Content\VisualStudio\GoToDefinition.aml" />
412412
<None Include="Content\VisualStudio\ItemFileTemplates.aml" />
413413
<None Include="Content\VisualStudio\FeatureComparison.aml" />

NuGet/SHFB.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
77
<metadata>
88
<id>EWSoftware.SHFB</id>
9-
<version>2021.4.5.0</version>
9+
<version>2021.4.9.0</version>
1010
<title>Sandcastle Help File Builder</title>
1111
<authors>Eric Woodruff</authors>
1212
<owners>Eric Woodruff</owners>

SHFB/Source/SandcastleBuilderPackage/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="c997d569-ee8e-4947-a46f-9a0717ce39a0" Version="2021.4.5.0" Language="en-US" Publisher="EWSoftware" />
4+
<Identity Id="c997d569-ee8e-4947-a46f-9a0717ce39a0" Version="2021.4.9.0" Language="en-US" Publisher="EWSoftware" />
55
<DisplayName>SHFB</DisplayName>
66
<Description xml:space="preserve">Visual Studio integration for the Sandcastle Help File Builder.</Description>
77
<MoreInfo>https://ewsoftware.github.io/SHFB/html/bd1ddb51-1c4f-434f-bb1a-ce2135d3a909.htm</MoreInfo>

SHFB/Source/SandcastleBuilderUtils/BuildEngine/BuildProcess.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// System : Sandcastle Help File Builder Utilities
33
// File : BuildProcess.cs
44
// Author : Eric Woodruff ([email protected])
5-
// Updated : 04/03/2021
5+
// Updated : 04/09/2021
66
// Note : Copyright 2006-2021, Eric Woodruff, All rights reserved
77
//
88
// This file contains the thread class that handles all aspects of the build process.
@@ -969,6 +969,8 @@ public void Build()
969969

970970
this.ExecutePlugIns(ExecutionBehaviors.Before);
971971

972+
scriptFile = Path.GetFileName(scriptFile);
973+
972974
// Silverlight build targets are only available for 32-bit builds regardless of the framework
973975
// version and require the 32-bit version of MSBuild in order to load the target file correctly.
974976
if(project.FrameworkVersion.StartsWith("Silverlight", StringComparison.OrdinalIgnoreCase))

SHFB/Source/SandcastleBuilderUtils/Properties/AssemblyInfoShared.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// System : Sandcastle Help File Builder
33
// File : AssemblyInfoShared.cs
44
// Author : Eric Woodruff ([email protected])
5-
// Updated : 04/05/2021
5+
// Updated : 04/09/2021
66
// Note : Copyright 2006-2021, Eric Woodruff, All rights reserved
77
//
88
// Sandcastle Help File Builder common assembly attributes.
@@ -90,13 +90,13 @@ internal static partial class AssemblyInfo
9090
//
9191
// This is used to set the assembly file version. This will change with each new release. MSIs only
9292
// support a Major value between 0 and 255 so we drop the century from the year on this one.
93-
public const string FileVersion = "21.4.5.0";
93+
public const string FileVersion = "21.4.9.0";
9494

9595
// Common product version
9696
//
9797
// This may contain additional text to indicate Alpha or Beta states. The version number will always match
9898
// the file version above but includes the century on the year.
99-
public const string ProductVersion = "2021.4.5.0";
99+
public const string ProductVersion = "2021.4.9.0";
100100

101101
// Assembly copyright information
102102
public const string Copyright = "Copyright \xA9 2006-2021, Eric Woodruff, All Rights Reserved";

SHFB/Source/SandcastleCore/Properties/AssemblyInfoShared.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//===============================================================================================================
22
// System : Sandcastle Tools
33
// File : AssemblyInfoShared.cs
4-
// Updated : 04/05/2021
4+
// Updated : 04/09/2021
55
// Note : Copyright 2006-2021, Microsoft Corporation, All rights reserved
66
//
77
// Sandcastle tools common assembly attributes.
@@ -73,13 +73,13 @@ internal static partial class AssemblyInfo
7373
//
7474
// This is used to set the assembly file version. This will change with each new release. MSIs only
7575
// support a Major value between 0 and 255 so we drop the century from the year on this one.
76-
public const string FileVersion = "21.4.5.0";
76+
public const string FileVersion = "21.4.9.0";
7777

7878
// Common product version
7979
//
8080
// This may contain additional text to indicate Alpha or Beta states. The version number will always match
8181
// the file version above but includes the century on the year.
82-
public const string ProductVersion = "2021.4.5.0";
82+
public const string ProductVersion = "2021.4.9.0";
8383

8484
// Assembly copyright information
8585
public const string Copyright = "Copyright \xA9 2006-2021, Microsoft Corporation, All Rights Reserved.\r\n" +

0 commit comments

Comments
 (0)