Skip to content

Commit a1835a5

Browse files
committed
Doc updates for release
1 parent 692fa3d commit a1835a5

7 files changed

Lines changed: 56 additions & 7 deletions

File tree

Docs/Content/VersionHistory/VersionHistory.aml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ project. Select a version below to see a description of its changes.</para>
99
<section>
1010
<content>
1111
<list class="bullet">
12+
<listItem>
13+
<para>
14+
<link xlink:href="6c7012c2-63ee-41d4-8036-df1054b0b714" />
15+
</para>
16+
</listItem>
17+
1218
<listItem>
1319
<para>
1420
<link xlink:href="0374de80-9512-4b10-928f-ec3ba6caf018" />
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="6c7012c2-63ee-41d4-8036-df1054b0b714" 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>Changes made in this release:</para>
6+
</introduction>
7+
8+
<section>
9+
<content>
10+
<list class="bullet">
11+
<listItem>
12+
<para>Fixed incorrect path resolution for additional dictionary folders and the global ignored words
13+
file.</para>
14+
</listItem>
15+
16+
<listItem>
17+
<para>Set the ignore private identifiers, internal identifiers, compiler generated code, and member
18+
body identifiers code analyzer options to true to limit spell checking to public and protected identifiers by
19+
default.</para>
20+
</listItem>
21+
22+
<listItem>
23+
<para>Reordered the configuration editor categories to list the general and code analyzer categories
24+
first.</para>
25+
</listItem>
26+
27+
</list>
28+
29+
</content>
30+
</section>
31+
32+
<relatedTopics>
33+
<link xlink:href="548dc6d7-6d08-4006-82b3-d5830be96f04" />
34+
</relatedTopics>
35+
36+
</developerConceptualDocument>
37+
</topic>

Docs/ContentLayout.content

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<HelpKeyword index="K" term="configuration options, conversion" />
7272
</HelpKeywords>
7373
</Topic>
74-
<Topic id="fb81c214-0fe0-4d62-a172-d7928d5b91d5" visible="True" isSelected="true" title="Configuration Options">
74+
<Topic id="fb81c214-0fe0-4d62-a172-d7928d5b91d5" visible="True" title="Configuration Options">
7575
<HelpKeywords>
7676
<HelpKeyword index="K" term="configuration options, categories" />
7777
</HelpKeywords>
@@ -164,6 +164,11 @@
164164
<HelpKeywords>
165165
<HelpKeyword index="K" term="version, history" />
166166
</HelpKeywords>
167+
<Topic id="6c7012c2-63ee-41d4-8036-df1054b0b714" visible="True" isSelected="true" title="Version 2023.5.15.0">
168+
<HelpKeywords>
169+
<HelpKeyword index="K" term="versions, 2023.5.15.0" />
170+
</HelpKeywords>
171+
</Topic>
167172
<Topic id="0374de80-9512-4b10-928f-ec3ba6caf018" visible="True" title="Version 2023.5.8.0">
168173
<HelpKeywords>
169174
<HelpKeyword index="K" term="versions, 2023.5.8.0" />

Docs/VSSpellCheckerDocs.shfbproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</NamespaceSummaries>
6666
<ComponentConfigurations>
6767
</ComponentConfigurations>
68-
<HelpFileVersion>2023.3.4.0</HelpFileVersion>
68+
<HelpFileVersion>2023.5.15.0</HelpFileVersion>
6969
<SaveComponentCacheCapacity>0</SaveComponentCacheCapacity>
7070
<SourceCodeBasePath>..\Source\</SourceCodeBasePath>
7171
<WarnOnMissingSourceContext>True</WarnOnMissingSourceContext>
@@ -220,6 +220,7 @@
220220
<None Include="Content\VersionHistory\v2022.12.29.0.aml" />
221221
<None Include="Content\VersionHistory\v2022.9.6.0.aml" />
222222
<None Include="Content\VersionHistory\v2023.3.4.0.aml" />
223+
<None Include="Content\VersionHistory\v2023.5.15.0.aml" />
223224
<None Include="Content\VersionHistory\VersionHistory.aml" />
224225
<None Include="Content\VersionHistory\v2023.5.8.0.aml" />
225226
<None Include="Content\VSSpell001.aml" />

Source/VSSpellChecker2017And2019/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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="43EA967E-0DE2-4136-8E52-C6DCFB5C2748" Version="2023.5.8.0" Language="en-US" Publisher="EWSoftware" />
4+
<Identity Id="43EA967E-0DE2-4136-8E52-C6DCFB5C2748" Version="2023.5.15.0" Language="en-US" Publisher="EWSoftware" />
55
<DisplayName>Visual Studio Spell Checker (VS2017 and VS2019)</DisplayName>
66
<Description xml:space="preserve">An editor extension that checks the spelling of comments, strings, and plain text as you type or interactively with a tool window. It can also spell check an entire solution, project, or selected items. Options are available to define multiple languages to spell check against, define ignored words, control how elements and attributes in XML and MAML files are spell checked, and much more.</Description>
77
<MoreInfo>https://ewsoftware.github.io/VSSpellChecker</MoreInfo>

Source/VSSpellChecker2022AndLater/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
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="E1019027-EE37-4B1A-AD4C-25CAA92CA2D5" Version="2023.5.8.0" Language="en-US" Publisher="EWSoftware" />
4+
<Identity Id="E1019027-EE37-4B1A-AD4C-25CAA92CA2D5" Version="2023.5.15.0" Language="en-US" Publisher="EWSoftware" />
55
<DisplayName>Visual Studio Spell Checker (VS2022 and Later)</DisplayName>
66
<Description xml:space="preserve">An editor extension that checks the spelling of comments, strings, and plain text as you type or interactively with a tool window. It can also spell check an entire solution, project, or selected items. Options are available to define multiple languages to spell check against, define ignored words, control how elements and attributes in XML and MAML files are spell checked, and much more.</Description>
77
<MoreInfo>https://ewsoftware.github.io/VSSpellChecker</MoreInfo>

Source/VSSpellCheckerDefinitionsShared/Properties/AssemblyInfoShared.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// System : Visual Studio Spell Checker
33
// File : AssemblyInfoShared.cs
44
// Author : Eric Woodruff (Eric@EWoodruff.us)
5-
// Updated : 05/08/2023
5+
// Updated : 05/15/2023
66
// Note : Copyright 2013-2023, Eric Woodruff, All rights reserved
77
//
88
// Visual Studio spell checker common assembly attributes
@@ -75,13 +75,13 @@ internal static partial class AssemblyInfo
7575
//
7676
// This is used to set the assembly file version. This will change with each new release. MSIs only
7777
// support a Major value between 0 and 255 so we drop the century from the year on this one.
78-
public const string FileVersion = "23.5.8.0";
78+
public const string FileVersion = "23.5.15.0";
7979

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

8686
// Assembly copyright information
8787
public const string Copyright = "Copyright \xA9 2013-2023, Eric Woodruff, All Rights Reserved.\r\n" +

0 commit comments

Comments
 (0)