Skip to content

Commit f6a542c

Browse files
committed
Documentation updates for publication
1 parent 186ec8b commit f6a542c

21 files changed

+158
-35
lines changed

Deployment/InstallerConfiguration.xml

+4-4
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="v2019.4.14.0" />
4+
<sandcastle version="v2019.6.24.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,8 +13,8 @@
1313
<page type="Sandcastle.Installer.InstallerPages.WelcomePage" />
1414

1515
<page type="Sandcastle.Installer.InstallerPages.WhatsNewPage">
16-
<whatsNew url="http://EWSoftware.github.io/SHFB/html/a8c71d85-0e39-44ba-849f-d6ab36c5179d.htm"
17-
description="Sandcastle Help File Builder and Tools v2019.4.14.0 Release Notes" />
16+
<whatsNew url="http://EWSoftware.github.io/SHFB/html/cc26cc6a-febf-40f5-b505-348ce6e0d687.htm"
17+
description="Sandcastle Help File Builder and Tools v2019.6.24.0 Release Notes" />
1818
</page>
1919

2020
<page type="Sandcastle.Installer.InstallerPages.RequiredFrameworkPage" />
@@ -24,7 +24,7 @@
2424
</page>
2525

2626
<page type="Sandcastle.Installer.InstallerPages.SandcastleHelpFileBuilderPage"
27-
frameworkVersion="4.5" shfbVersion="2019.4.14.0" installerName="SandcastleHelpFileBuilder.msi"/>
27+
frameworkVersion="4.5" shfbVersion="2019.6.24.0" installerName="SandcastleHelpFileBuilder.msi"/>
2828

2929
<page type="Sandcastle.Installer.InstallerPages.SHFBVisualStudioPackagePage"
3030
frameworkVersion="4.5" 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">v2019.4.14.0</item>
4+
<item id="SandcastleVersion">v2019.6.24.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/GettingStarted/XCopyDeployment.aml

+19-5
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,23 @@ is searched.</para>
3838
<para>If any duplicate components are encountered, the first one loaded based on the above search order
3939
will be used.</para>
4040

41-
<para>It is possible to build a project without defining the <codeInline>SHFBROOT</codeInline>
42-
environment variable such as when using the NuGet package. To do this, a conditional <codeInline>SHFBROOT</codeInline>
43-
property must be added to each help file builder project as a child of the main <codeInline>PropertyGroup</codeInline>
44-
element. An example is shown below (lines wrapped for display purposes):</para>
41+
<para>If your version of Visual Studio supports them, <codeInline>PackageReference</codeInline> elements
42+
can be used to add the help file builder packages to your project. The packages contain a properties file that
43+
defines the necessary project properties to define the root path and component path so that you do not have to
44+
define them manually as described below.</para>
45+
46+
<code language="xml" title=" ">
47+
&lt;ItemGroup&gt;
48+
&lt;PackageReference Include="EWSoftware.SHFB" Version="2019.6.24" /&gt;
49+
&lt;PackageReference Include="EWSoftware.SHFB.NETFramework" Version="4.7.2" /&gt;
50+
&lt;/ItemGroup&gt;
51+
</code>
52+
53+
<para>If not using package references, it is possible to build a project without defining the
54+
<codeInline>SHFBROOT</codeInline> environment variable such as when using the NuGet package. To do this, a
55+
conditional <codeInline>SHFBROOT</codeInline> property must be added to each help file builder project as a child
56+
of the main <codeInline>PropertyGroup</codeInline> element. An example is shown below (lines wrapped for display
57+
purposes):</para>
4558

4659
<code language="xml" title=" ">
4760
&lt;PropertyGroup&gt;
@@ -68,8 +81,9 @@ guaranteed to work as they have no external tool dependencies.</para>
6881
based on which platform types you need: .NETCore, .NETFramework, .NETMicroFramework, .NETPortable, Silverlight,
6982
WindowsPhone, and/or WindowsPhoneApp. If multiple versions are available for any given reflection data set
7083
package, download the latest version as it will cover all prior versions as well. For example, the
71-
.NETFramework 4.6 package covers all .NET Framework versions from 1.0 to 4.6.</para>
84+
.NETFramework 4.8 package covers all .NET Framework versions from 1.0 to 4.8.</para>
7285
</alert>
86+
7387
</content>
7488
</section>
7589

Documentation/SandcastleBuilder/Content/VersionHistory/VersionHistory.aml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ review the release notes from all releases after it to the latest to find change
1616
your project such as modifications to build component and plug-in configurations.</para>
1717

1818
<list class="bullet">
19+
<listItem>
20+
<para>
21+
<link xlink:href="cc26cc6a-febf-40f5-b505-348ce6e0d687" />
22+
</para>
23+
</listItem>
1924
<listItem>
2025
<para>
2126
<link xlink:href="a8c71d85-0e39-44ba-849f-d6ab36c5179d" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="cc26cc6a-febf-40f5-b505-348ce6e0d687" revisionNumber="1">
3+
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
4+
<introduction>
5+
<autoOutline excludeRelatedTopics="true" lead="Release notes for version 2019.6.24.0." />
6+
</introduction>
7+
8+
<!-- Ignore Spelling: Englert -->
9+
10+
<section address="General">
11+
<title>General</title>
12+
<content>
13+
<list class="bullet">
14+
<listItem>
15+
<para>Added reflection data set files for .NET Framework 4.8</para>
16+
</listItem>
17+
18+
</list>
19+
</content>
20+
</section>
21+
22+
<section address="SandcastleTools">
23+
<title>Sandcastle Tools</title>
24+
<content>
25+
<list class="bullet">
26+
<listItem>
27+
<para>Fixed MRefBuilder so that it does not include <codeInline>InAttribute</codeInline> modifiers on
28+
method parameter types. </para>
29+
</listItem>
30+
31+
<listItem>
32+
<para>Added support for colorizing multi-snippet references in <codeInline>codeReference</codeInline>
33+
MAML elements.</para>
34+
</listItem>
35+
36+
</list>
37+
</content>
38+
</section>
39+
40+
<section address="SHFB">
41+
<title>Sandcastle Help File Builder</title>
42+
<content>
43+
<list class="bullet">
44+
<listItem>
45+
<para>Fixed the lightweight TOC plug-in so that it uses a forward slash in the link to the root topic.</para>
46+
</listItem>
47+
48+
<listItem>
49+
<para>Fixed the package reference resolver so that it can locate packages with a shortened version
50+
number.</para>
51+
</listItem>
52+
53+
<listItem>
54+
<para>Fixed the API Filter editor so that it handles cases where the inherited .NET Framework members
55+
are omitted via the Visibility options.</para>
56+
</listItem>
57+
58+
<listItem>
59+
<para>Fixed the Open XML build task so that it moves tables out of paragraphs correctly.</para>
60+
</listItem>
61+
62+
<listItem>
63+
<para>Added error BE0035 to flag cases where an assembly is used as a documentation source with no
64+
reference assemblies when using the cross-platform framework version option.</para>
65+
</listItem>
66+
67+
<listItem>
68+
<para>Added new <codeInline>LanguageTag</codeInline>, <codeInline>PlatformTag</codeInline>, and
69+
<codeInline>ProjectTypeTag</codeInline> elements to the project templates so that they are more discoverable in
70+
the Visual Studio 2019 New Project dialog box.</para>
71+
</listItem>
72+
73+
<listItem>
74+
<para>Removed the "Enable Go To Definition In cref" configuration option as it is no longer relevant
75+
in Visual Studio 2015 and later.</para>
76+
</listItem>
77+
78+
<listItem>
79+
<para>Disabled the keyboard filter in Visual Studio 2019 as the augmented completion sets are not
80+
currently supported.</para>
81+
</listItem>
82+
83+
<listItem>
84+
<para>Merged changes from Tom Englert to add a <localUri>.props</localUri> file to each of the
85+
Sandcastle Help File Builder NuGet packages to define the <codeInline>SHFBROOT</codeInline> and
86+
<codeInline>ComponentPath</codeInline> project properties based on the location of the packages.</para>
87+
</listItem>
88+
89+
</list>
90+
</content>
91+
</section>
92+
93+
<relatedTopics>
94+
<link xlink:href="078cc1c7-7995-431e-bf9c-8813becbe8df" />
95+
</relatedTopics>
96+
97+
</developerConceptualDocument>
98+
</topic>

Documentation/SandcastleBuilder/SandcastleBuilder.content

+10-5
Original file line numberDiff line numberDiff line change
@@ -616,12 +616,12 @@
616616
</HelpKeywords>
617617
</Topic>
618618
</Topic>
619-
<Topic id="46d1f76e-a97e-4ee6-971c-fdeab725ff09" visible="True" isExpanded="true" title="Errors and Warnings">
619+
<Topic id="46d1f76e-a97e-4ee6-971c-fdeab725ff09" visible="True" title="Errors and Warnings">
620620
<HelpKeywords>
621621
<HelpKeyword index="K" term="error list" />
622622
<HelpKeyword index="K" term="warning list" />
623623
</HelpKeywords>
624-
<Topic id="20e87b11-21a3-493c-8dd6-16ce7694952b" visible="True" isExpanded="true" title="Build Engine">
624+
<Topic id="20e87b11-21a3-493c-8dd6-16ce7694952b" visible="True" title="Build Engine">
625625
<Topic id="13bf1e14-bf8f-478b-8fe6-932d18922a85" visible="True" title="BE0001: The PresentationStyle property value of 'XXXX' is not recognized">
626626
<HelpKeywords>
627627
<HelpKeyword index="K" term="error, BE0001" />
@@ -782,7 +782,7 @@
782782
<HelpKeyword index="K" term="errors, BE0034" />
783783
</HelpKeywords>
784784
</Topic>
785-
<Topic id="230e5a68-858d-4272-a3a2-eea156cf379b" visible="True" isSelected="true" title="BE0035: The framework version is set to Cross-platform but no reference assemblies were specified" />
785+
<Topic id="230e5a68-858d-4272-a3a2-eea156cf379b" visible="True" title="BE0035: The framework version is set to Cross-platform but no reference assemblies were specified" />
786786
<Topic id="e2af12c6-af9e-4b59-9fe1-fc3c413022ae" visible="True" title="BE0037: Could not find the path to the HTML Help 1 compiler">
787787
<HelpKeywords>
788788
<HelpKeyword index="K" term="errors, BE0037" />
@@ -1383,11 +1383,16 @@
13831383
<HelpKeyword index="K" term="support, donate" />
13841384
</HelpKeywords>
13851385
</Topic>
1386-
<Topic id="078cc1c7-7995-431e-bf9c-8813becbe8df" visible="True" isExpanded="true" title="Version History">
1386+
<Topic id="078cc1c7-7995-431e-bf9c-8813becbe8df" visible="True" isSelected="true" title="Version History">
13871387
<HelpKeywords>
13881388
<HelpKeyword index="K" term="History" />
13891389
<HelpKeyword index="K" term="Version History" />
13901390
</HelpKeywords>
1391+
<Topic id="cc26cc6a-febf-40f5-b505-348ce6e0d687" visible="True" title="Version 2019.6.24.0">
1392+
<HelpKeywords>
1393+
<HelpKeyword index="K" term="versions, 2019.6.24.0" />
1394+
</HelpKeywords>
1395+
</Topic>
13911396
<Topic id="a8c71d85-0e39-44ba-849f-d6ab36c5179d" visible="True" title="Version 2019.4.14.0">
13921397
<HelpKeywords>
13931398
<HelpKeyword index="K" term="versions, 2019.4.14.0" />
@@ -1684,4 +1689,4 @@
16841689
<HelpKeyword index="K" term="Glossary" />
16851690
</HelpKeywords>
16861691
</Topic>
1687-
</Topics>
1692+
</Topics>

Documentation/SandcastleBuilder/SandcastleBuilder.shfbproj

+2-1
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>2019.4.14.0</HelpFileVersion>
36+
<HelpFileVersion>2019.6.24.0</HelpFileVersion>
3737
<ComponentConfigurations>
3838
</ComponentConfigurations>
3939
<DocumentationSources>
@@ -284,6 +284,7 @@
284284
<Folder Include="media\" />
285285
</ItemGroup>
286286
<ItemGroup>
287+
<None Include="Content\VersionHistory\v2019.6.24.0.aml" />
287288
<None Include="Content\AddConceptContent\AddContent.aml" />
288289
<None Include="Content\AddConceptContent\SiteMapEditor.aml" />
289290
<None Include="Content\BenefitsAndFeatures.aml" />
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<SHFBROOT Condition="$(SHFBROOT ) == ''">$(MSBuildThisFileDirectory)..\Tools\</SHFBROOT >
3+
<SHFBROOT Condition="$(SHFBROOT) == ''">$(MSBuildThisFileDirectory)..\Tools\</SHFBROOT >
44
</PropertyGroup>
55
</Project>

NuGet/SHFB.NETCore.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\.NETCore\*.*" target="tools\Data\.NETCore" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETCore.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETCore.props" />
2323
</files>
2424
</package>

NuGet/SHFB.NETFramework.nuspec

+2-2
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.NETFramework</id>
5-
<version>4.7.2</version>
5+
<version>4.8</version>
66
<title>Sandcastle Help File Builder .NETFramework/.NETCore/.NETStandard Reflection Data Set</title>
77
<authors>Eric Woodruff</authors>
88
<owners>Eric Woodruff</owners>
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\.NETFramework\*.*" target="tools\Data\.NETFramework" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETFramework.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETFramework.props" />
2323
</files>
2424
</package>

NuGet/SHFB.NETMicroFramework.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\.NETMicroFramework\*.*" target="tools\Data\.NETMicroFramework" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETMicroFramework.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETMicroFramework.props" />
2323
</files>
2424
</package>

NuGet/SHFB.NETPortable.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\.NETPortable\*.*" target="tools\Data\.NETPortable" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETPortable.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.NETPortable.props" />
2323
</files>
2424
</package>

NuGet/SHFB.Silverlight.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\Silverlight\*.*" target="tools\Data\Silverlight" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.Silverlight.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.Silverlight.props" />
2323
</files>
2424
</package>

NuGet/SHFB.UniversalWindows.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\UniversalWindows\*.*" target="tools\Data\UniversalWindows" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.UniversalWindows.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.UniversalWindows.props" />
2323
</files>
2424
</package>

NuGet/SHFB.WindowsPhone.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\WindowsPhone\*.*" target="tools\Data\WindowsPhone" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.WindowsPhone.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.WindowsPhone.props" />
2323
</files>
2424
</package>

NuGet/SHFB.WindowsPhoneApp.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
</metadata>
2020
<files>
2121
<file src="..\SHFB\Deploy\Data\WindowsPhoneApp\*.*" target="tools\Data\WindowsPhoneApp" />
22-
<file src="build\EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.WindowsPhoneApp.props" />
22+
<file src="EWSoftware.SHFB.ReflectionData.props" target="build\EWSoftware.SHFB.WindowsPhoneApp.props" />
2323
</files>
2424
</package>

NuGet/SHFB.nuspec

+2-2
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>2019.4.14.0</version>
9+
<version>2019.6.24.0</version>
1010
<title>Sandcastle Help File Builder</title>
1111
<authors>Eric Woodruff</authors>
1212
<owners>Eric Woodruff</owners>
@@ -27,6 +27,6 @@
2727
<file src="&deploy;\Templates\**\*.*" target="tools\Templates" exclude="&commonExcludes;" />
2828
<file src="&deploy;\*.*" target="tools" exclude="&deploy;\ICSharpCode*;&deploy;\SandcastleBuilderGUI*;&deploy;\WeifenLuo*;&deploy;\ReflectionDataManager*.*;&deploy;\BuildComponents.xml;&deploy;\ColorizerLibrary.xml;&deploy;\Sandcastle*.xml;&deploy;\SyntaxComponents.xml;&deploy;\*Hunspell*;&deploy;\SHFBProjectLauncher*;&deploy;\ESent*.xml;&deploy;\GenerateInheritedDocs.xml;&deploy;\HelpLibraryManagerLauncher.xml;&deploy;\NHunSpell.xml;&deploy;\SandcastleBuilderGUI.xml;&deploy;\SandcastleHtmlExtract.xml;&deploy;\AddNamespaceGroups.xml;&deploy;\SegregateByNamespace.xml;&deploy;\XslTransform.xml;&deploy;\reflection.org;&commonExcludes;" />
2929
<file src="ReadMe.txt" target="ReadMe.txt" />
30-
<file src="build\EWSoftware.SHFB.props" target="build" />
30+
<file src="EWSoftware.SHFB.props" target="build" />
3131
</files>
3232
</package>

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="2019.4.14.0" Language="en-US" Publisher="EWSoftware" />
4+
<Identity Id="c997d569-ee8e-4947-a46f-9a0717ce39a0" Version="2019.6.24.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/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/14/2019
5+
// Updated : 06/24/2019
66
// Note : Copyright 2006-2019, Eric Woodruff, All rights reserved
77
// Compiler: Microsoft Visual C#
88
//
@@ -91,13 +91,13 @@ internal static partial class AssemblyInfo
9191
//
9292
// This is used to set the assembly file version. This will change with each new release. MSIs only
9393
// support a Major value between 0 and 255 so we drop the century from the year on this one.
94-
public const string FileVersion = "19.4.14.0";
94+
public const string FileVersion = "19.6.24.0";
9595

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

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

0 commit comments

Comments
 (0)