Skip to content

Commit

Permalink
Updates for publishing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
EWSoftware committed Aug 14, 2022
1 parent caa6cd3 commit 6ec8b37
Show file tree
Hide file tree
Showing 21 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Deployment/InstallerConfiguration.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!-- This indicates the tools version with which this installer is associated.-->
<tools version="2022.7.28.0" />
<tools version="2022.8.14.0" />

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

<page type="Sandcastle.Installer.InstallerPages.WhatsNewPage">
<whatsNew url="https://EWSoftware.github.io/SHFB/html/5491f230-cc0d-4604-8710-c046584907bd.htm"
<whatsNew url="https://EWSoftware.github.io/SHFB/html/502f1147-eaa4-4150-813d-a57eb6b521e8.htm"
description="Current Version Release Notes" />
<whatsNew url="https://EWSoftware.github.io/SHFB/html/bc933f8f-e792-45bf-afec-62aa2c46aa3b.htm"
description="Third-Party Component Migration Support" />
Expand Down
2 changes: 1 addition & 1 deletion Documentation/SandcastleBuilder/CommonTokens.tokens
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<ddue:linkUri>https://GitHub.com/EWSoftware/SHFB</ddue:linkUri>
<ddue:linkTarget>_blank</ddue:linkTarget>
</ddue:externalLink></item>
<item id="SandcastleVersion">v2022.7.28.0</item>
<item id="SandcastleVersion">v2022.8.14.0</item>
<item id="VisualStudioMinVersion">Visual Studio 2017</item>
</content>
6 changes: 3 additions & 3 deletions Documentation/SandcastleBuilder/SandcastleBuilder.content
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@
<HelpKeyword index="K" term="customize, build tags" />
</HelpKeywords>
</Topic>
<Topic id="c5e7e920-2cb4-4f78-b167-634361d85263" visible="True" isSelected="true" title="Open XML Document Help File Format">
<Topic id="c5e7e920-2cb4-4f78-b167-634361d85263" visible="True" title="Open XML Document Help File Format">
<HelpKeywords>
<HelpKeyword index="K" term="open XML" />
</HelpKeywords>
Expand Down Expand Up @@ -1369,9 +1369,9 @@
<HelpKeyword index="K" term="History" />
<HelpKeyword index="K" term="Version History" />
</HelpKeywords>
<Topic id="502f1147-eaa4-4150-813d-a57eb6b521e8" visible="True" title="Version vNext">
<Topic id="502f1147-eaa4-4150-813d-a57eb6b521e8" visible="True" isSelected="true" title="Version 2022.8.14.0">
<HelpKeywords>
<HelpKeyword index="K" term="versions, vNext" />
<HelpKeyword index="K" term="versions, 2022.8.14.0" />
</HelpKeywords>
</Topic>
<Topic id="5491f230-cc0d-4604-8710-c046584907bd" visible="True" title="Version 2022.2.6.0">
Expand Down
4 changes: 2 additions & 2 deletions Documentation/SandcastleBuilder/SandcastleBuilder.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<FeedbackEMailAddress>Eric%40EWoodruff.us</FeedbackEMailAddress>
<PresentationStyle>Default2022</PresentationStyle>
<SyntaxFilters>Standard</SyntaxFilters>
<HelpFileVersion>2022.7.28.0</HelpFileVersion>
<HelpFileVersion>2022.8.14.0</HelpFileVersion>
<ComponentConfigurations>
</ComponentConfigurations>
<DocumentationSources>
Expand Down Expand Up @@ -401,7 +401,7 @@
<None Include="Content\VersionHistory\v2015.7.26.0tov2021.4.9.0\v2021.4.9.0.aml" />
<None Include="Content\VersionHistory\v2021.11.7.0.aml" />
<None Include="Content\VersionHistory\v2022.2.6.0.aml" />
<None Include="Content\VersionHistory\vNext.aml" />
<None Include="Content\VersionHistory\v2022.8.14.0.aml" />
<None Include="Content\VisualStudio\GoToDefinition.aml" />
<None Include="Content\VisualStudio\ItemFileTemplates.aml" />
<None Include="Content\VisualStudio\FeatureComparison.aml" />
Expand Down
4 changes: 2 additions & 2 deletions NuGet/SHFB.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>EWSoftware.SHFB</id>
<version>2022.7.28.0</version>
<version>2022.8.14.0</version>
<title>Sandcastle Help File Builder</title>
<authors>Eric Woodruff</authors>
<owners>Eric Woodruff</owners>
Expand All @@ -12,7 +12,7 @@
<iconUrl>https://raw.githubusercontent.com/EWSoftware/SHFB/master/NuGet/SHFB.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package allows you to deploy the Sandcastle Help File Builder tools inside of a project to build help files without installing the tools manually such as on a build server. Some limitations apply. You will also need to install the reflection data set packages that you need for your projects.</description>
<copyright>Eric Woodruff (c) 2006-2021</copyright>
<copyright>Eric Woodruff (c) 2006-2022</copyright>
<tags>SHFB documentation sandcastle help XML comments</tags>
<!-- Note that we do not add dependencies on the reflection data set packages. The idea here is that you
only need to install the packages that you actually need. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// System : Sandcastle Help File Builder
// File : AssemblyInfoShared.cs
// Author : Eric Woodruff (Eric@EWoodruff.us)
// Updated : 07/28/2022
// Updated : 08/14/2022
// Note : Copyright 2006-2022, Eric Woodruff, All rights reserved
//
// Sandcastle Help File Builder common assembly attributes.
Expand Down Expand Up @@ -84,19 +84,19 @@ internal static partial class AssemblyInfo
// This is used to set the assembly version in the strong name. This should remain unchanged to maintain
// binary compatibility with prior releases. It should only be changed if a breaking change is made that
// requires assemblies that reference older versions to be recompiled against the newer version.
public const string StrongNameVersion = "2022.7.28.0";
public const string StrongNameVersion = "2022.8.14.0";

// Common assembly file version
//
// 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 = "22.7.28.0";
public const string FileVersion = "22.8.14.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 = "2022.7.28.0";
public const string ProductVersion = "2022.8.14.0";

// Assembly copyright information
public const string Copyright = "Copyright \xA9 2006-2022, Eric Woodruff, All Rights Reserved";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageId>EWSoftware.SandcastleBuilder.Utils</PackageId>
<Title>Sandcastle Help File Builder Utilities</Title>
<!-- This should match the strong name version in AssemblyInfoShared.cs -->
<Version>2022.7.28.0</Version>
<Version>2022.8.14.0</Version>
<Authors>Eric Woodruff</Authors>
<Description>This contains the project, build engine, and Managed Extensibility Framework (MEF) classes used by the Sandcastle Help File Builder tool set and third-party tools.</Description>
<PackageIconUrl>https://github.com/EWSoftware/SHFB/raw/master/SHFB/Source/SandcastleLogo.png</PackageIconUrl>
Expand Down
8 changes: 4 additions & 4 deletions SHFB/Source/SandcastleCore/Properties/AssemblyInfoShared.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//===============================================================================================================
// System : Sandcastle Tools
// File : AssemblyInfoShared.cs
// Updated : 07/28/2022
// Updated : 08/14/2022
// Note : Copyright 2006-2022, Microsoft Corporation, All rights reserved
//
// Sandcastle tools common assembly attributes.
Expand Down Expand Up @@ -67,19 +67,19 @@ internal static partial class AssemblyInfo
// This is used to set the assembly version in the strong name. This should remain unchanged to maintain
// binary compatibility with prior releases. It should only be changed if a breaking change is made that
// requires assemblies that reference older versions to be recompiled against the newer version.
public const string StrongNameVersion = "2022.7.28.0";
public const string StrongNameVersion = "2022.8.14.0";

// Common assembly file version
//
// 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 = "22.7.28.0";
public const string FileVersion = "22.8.14.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 = "2022.7.28.0";
public const string ProductVersion = "2022.8.14.0";

// Assembly copyright information
public const string Copyright = "Copyright \xA9 2006-2022, Microsoft Corporation, All Rights Reserved.\r\n" +
Expand Down
2 changes: 1 addition & 1 deletion SHFB/Source/SandcastleCore/SandcastleCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageId>EWSoftware.Sandcastle.Core</PackageId>
<Title>Sandcastle Tools Core Class Library</Title>
<!-- This should match the strong name version in AssemblyInfoShared.cs -->
<Version>2022.7.28.0</Version>
<Version>2022.8.14.0</Version>
<Authors>Eric Woodruff</Authors>
<Description>This contains a set of core base classes and Managed Extensibility Framework (MEF) classes common to the Sandcastle Help File Builder tool set and third-party tools.</Description>
<PackageIconUrl>https://github.com/EWSoftware/SHFB/raw/master/SHFB/Source/SandcastleLogo.png</PackageIconUrl>
Expand Down
4 changes: 2 additions & 2 deletions SHFB/Source/SandcastleInstaller/InstallerConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<pathOffset location="..\..\..\..\..\Deployment" />

<!-- This indicates the tools version with which this installer is associated.-->
<tools version="2022.7.28.0" />
<tools version="2022.8.14.0" />

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

<page type="Sandcastle.Installer.InstallerPages.WhatsNewPage">
<whatsNew url="https://EWSoftware.github.io/SHFB/html/003c85ec-45ad-4123-a31d-fd63a695b1f3.htm"
<whatsNew url="https://EWSoftware.github.io/SHFB/html/502f1147-eaa4-4150-813d-a57eb6b521e8.htm"
description="Current Version Release Notes" />
<whatsNew url="https://EWSoftware.github.io/SHFB/html/bc933f8f-e792-45bf-afec-62aa2c46aa3b.htm"
description="Third-Party Component Migration Support" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
</ItemGroup>

<!-- TODO: If you have a project with configuration forms, you can include it in this package by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
</ItemGroup>

<!-- TODO: If you have a project with configuration forms, you can include it in this package by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ProjectReference Include="..\ComponentPlugInName\ComponentPlugInName.csproj" />
-->
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.8.14.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ProjectReference Include="..\ComponentPlugInName\ComponentPlugInName.csproj" />
-->
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.8.14.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.8.14.0" />
</ItemGroup>

<!-- TODO: If you have a project with configuration forms, you can include it in this package by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
<PackageReference Include="EWSoftware.SandcastleBuilder.Utils" Version="2022.8.14.0" />
</ItemGroup>

<!-- TODO: If you have a project with configuration forms, you can include it in this package by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="5.0.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.7.28.0" />
<PackageReference Include="EWSoftware.Sandcastle.Core" Version="2022.8.14.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion SHFB/Source/VSIX_VS2017/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="c997d569-ee8e-4947-a46f-9a0717ce39a0" Version="2022.7.28.0" Language="en-US" Publisher="EWSoftware" />
<Identity Id="c997d569-ee8e-4947-a46f-9a0717ce39a0" Version="2022.8.14.0" Language="en-US" Publisher="EWSoftware" />
<DisplayName>SHFB (VS2017 and VS2019)</DisplayName>
<Description xml:space="preserve">Visual Studio integration for the Sandcastle Help File Builder.</Description>
<MoreInfo>https://ewsoftware.github.io/SHFB/html/bd1ddb51-1c4f-434f-bb1a-ce2135d3a909.htm</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion SHFB/Source/VSIX_VS2022/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="SHFB.A8C96335-DAF7-4D30-89E2-B004400E4525" Version="2022.7.28.0" Language="en-US" Publisher="EWSoftware" />
<Identity Id="SHFB.A8C96335-DAF7-4D30-89E2-B004400E4525" Version="2022.8.14.0" Language="en-US" Publisher="EWSoftware" />
<DisplayName>SHFB (VS2022 and Later)</DisplayName>
<Description xml:space="preserve">Visual Studio integration for the Sandcastle Help File Builder.</Description>
<MoreInfo>https://ewsoftware.github.io/SHFB/html/bd1ddb51-1c4f-434f-bb1a-ce2135d3a909.htm</MoreInfo>
Expand Down

0 comments on commit 6ec8b37

Please sign in to comment.