Skip to content

Commit

Permalink
Updated for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
EWSoftware committed Sep 6, 2022
1 parent d0eed6b commit 1d9eb93
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Docs/Content/VersionHistory/VersionHistory.aml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ project. Select a version below to see a description of its changes.</para>
<section>
<content>
<list class="bullet">
<listItem>
<para>
<link xlink:href="d671e91a-9945-4d1f-9d5c-6035037990d8" />
</para>
</listItem>

<listItem>
<para>
<link xlink:href="e791c561-0d79-4476-b31a-1f337e295d63" />
Expand Down
45 changes: 45 additions & 0 deletions Docs/Content/VersionHistory/v2022.9.6.0.aml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<topic id="d671e91a-9945-4d1f-9d5c-6035037990d8" revisionNumber="1">
<developerConceptualDocument xmlns="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink">
<introduction>
<para>Changes in this release</para>
</introduction>

<section>
<content>

<list class="bullet">
<listItem>
<para>Added support for naming the solution configuration file ".vsspell".</para>
</listItem>

<listItem>
<para>Updated the solution/project spell checker to ignore virtual documents related to the solution
or project such as filter files in C++ projects when spell checking only open documents.</para>
</listItem>

<listItem>
<para>Added "WebForms" as a recognized content type to the HTML text tagger.</para>
</listItem>

<listItem>
<para>Ignored words are now checked for ahead of doubled word detection. This allows certain doubled
words to be ignored if they are legitimate. The ability to add the doubled word to the ignored words file is
also given as a fix in the smart tag options for doubled words.</para>
</listItem>

<listItem>
<para>Added a check for a hyphen after a misspelled word to check the spelling with the hyphen
included to see if it is okay and should not be flagged as misspelled.</para>
</listItem>
</list>

</content>
</section>

<relatedTopics>
<link xlink:href="548dc6d7-6d08-4006-82b3-d5830be96f04" />
</relatedTopics>

</developerConceptualDocument>
</topic>
5 changes: 5 additions & 0 deletions Docs/ContentLayout.content
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@
<HelpKeywords>
<HelpKeyword index="K" term="version, history" />
</HelpKeywords>
<Topic id="d671e91a-9945-4d1f-9d5c-6035037990d8" visible="True" title="Version 2022.9.6.0">
<HelpKeywords>
<HelpKeyword index="K" term="versions, 2022.9.6.0" />
</HelpKeywords>
</Topic>
<Topic id="e791c561-0d79-4476-b31a-1f337e295d63" visible="True" isSelected="true" title="Version 2022.1.3.0">
<HelpKeywords>
<HelpKeyword index="K" term="versions, 2022.1.3.0" />
Expand Down
1 change: 1 addition & 0 deletions Docs/VSSpellCheckerDocs.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
<None Include="Content\VersionHistory\v2021.1.23.0.aml" />
<None Include="Content\VersionHistory\v2021.3.1.0.aml" />
<None Include="Content\VersionHistory\v2022.1.3.0.aml" />
<None Include="Content\VersionHistory\v2022.9.6.0.aml" />
<None Include="Content\VersionHistory\VersionHistory.aml" />
<None Include="Content\VersionHistory\v2015.8.15.0.aml" />
<None Include="Content\VersionHistory\v2015.9.19.0.aml" />
Expand Down
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="43EA967E-0DE2-4136-8E52-C6DCFB5C2748" Version="2022.1.3.0" Language="en-US" Publisher="EWSoftware" />
<Identity Id="43EA967E-0DE2-4136-8E52-C6DCFB5C2748" Version="2022.9.6.0" Language="en-US" Publisher="EWSoftware" />
<DisplayName>Visual Studio Spell Checker (VS2017 and VS2019)</DisplayName>
<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>
<MoreInfo>https://ewsoftware.github.io/VSSpellChecker</MoreInfo>
Expand Down
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="E1019027-EE37-4B1A-AD4C-25CAA92CA2D5" Version="2022.1.3.0" Language="en-US" Publisher="EWSoftware" />
<Identity Id="E1019027-EE37-4B1A-AD4C-25CAA92CA2D5" Version="2022.9.6.0" Language="en-US" Publisher="EWSoftware" />
<DisplayName>Visual Studio Spell Checker (VS2022 and Later)</DisplayName>
<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>
<MoreInfo>https://ewsoftware.github.io/VSSpellChecker</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// System : Visual Studio Spell Checker
// File : AssemblyInfoShared.cs
// Author : Eric Woodruff ([email protected])
// Updated : 01/03/2022
// Updated : 09/06/2022
// Note : Copyright 2013-2022, Eric Woodruff, All rights reserved
//
// Visual Studio spell checker common assembly attributes
Expand Down Expand Up @@ -82,13 +82,13 @@ internal static partial class AssemblyInfo
//
// 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.1.3.0";
public const string FileVersion = "22.9.6.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.1.3.0";
public const string ProductVersion = "2022.9.6.0";

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

0 comments on commit 1d9eb93

Please sign in to comment.