Skip to content

Commit c59ffa0

Browse files
committed
Fixed issue with NHunspell conflict
- Prevented setting of the NHunspell native DLL folder if another package already has it loaded. Fixes #189. - Updated documentation for publication.
1 parent f705417 commit c59ffa0

10 files changed

Lines changed: 80 additions & 28 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="94c633b4-5924-4a67-8e82-a0e731d6daaa" />
15+
</para>
16+
</listItem>
17+
1218
<listItem>
1319
<para>
1420
<link xlink:href="c3044e18-d35c-445d-b24b-646f26056f82" />
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<topic id="94c633b4-5924-4a67-8e82-a0e731d6daaa" 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 in this release:</para>
6+
</introduction>
7+
8+
<!-- Ignore Spelling: Resharper -->
9+
<section>
10+
<content>
11+
12+
<list class="bullet">
13+
<listItem>
14+
<para>Prevented the package from setting the Hunspell native DLL path if it has already been set by
15+
another package such as Resharper which also uses NHunspell. This prevents odd behavior when using the Visual
16+
Studio tool window spell checking option in this package.</para>
17+
</listItem>
18+
19+
</list>
20+
21+
</content>
22+
</section>
23+
24+
<relatedTopics>
25+
<link xlink:href="548dc6d7-6d08-4006-82b3-d5830be96f04" />
26+
</relatedTopics>
27+
28+
</developerConceptualDocument>
29+
</topic>

Docs/ContentLayout.content

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,12 @@
153153
<HelpKeywords>
154154
<HelpKeyword index="K" term="version, history" />
155155
</HelpKeywords>
156-
<Topic id="c3044e18-d35c-445d-b24b-646f26056f82" visible="True" isSelected="true" title="Version 2022.12.29.0">
156+
<Topic id="94c633b4-5924-4a67-8e82-a0e731d6daaa" visible="True" isSelected="true" title="Version 2023.3.4.0">
157+
<HelpKeywords>
158+
<HelpKeyword index="K" term="versions, 2023.3.4.0" />
159+
</HelpKeywords>
160+
</Topic>
161+
<Topic id="c3044e18-d35c-445d-b24b-646f26056f82" visible="True" title="Version 2022.12.29.0">
157162
<HelpKeywords>
158163
<HelpKeyword index="K" term="versions, 2022.12.29.0" />
159164
</HelpKeywords>

Docs/VSSpellCheckerDocs.shfbproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
<NamingMethod>Guid</NamingMethod>
5858
<HelpTitle>Visual Studio Spell Checker Documentation</HelpTitle>
5959
<FeedbackEMailAddress>Eric%40EWoodruff.us</FeedbackEMailAddress>
60-
<CopyrightText>Copyright \xA9 2013-2022, Eric Woodruff, All rights reserved</CopyrightText>
60+
<CopyrightText>Copyright \xA9 2013-2023, Eric Woodruff, All rights reserved</CopyrightText>
6161
<CopyrightHref>https://GitHub.com/EWSoftware/VSSpellChecker</CopyrightHref>
6262
<ContentPlacement>AboveNamespaces</ContentPlacement>
6363
<NamespaceSummaries>
6464
<NamespaceSummaryItem name="VisualStudio.SpellChecker.Definitions" isDocumented="True" xmlns="">This namespace contains classes used to create new tagger providers for third-party content types so that they can make use of the spell checker.</NamespaceSummaryItem>
6565
</NamespaceSummaries>
6666
<ComponentConfigurations>
6767
</ComponentConfigurations>
68-
<HelpFileVersion>2022.12.29.0</HelpFileVersion>
68+
<HelpFileVersion>2023.3.4.0</HelpFileVersion>
6969
<SaveComponentCacheCapacity>0</SaveComponentCacheCapacity>
7070
<SourceCodeBasePath>..\Source\</SourceCodeBasePath>
7171
<WarnOnMissingSourceContext>True</WarnOnMissingSourceContext>
@@ -203,6 +203,7 @@
203203
<None Include="Content\VersionHistory\v2022.1.3.0.aml" />
204204
<None Include="Content\VersionHistory\v2022.12.29.0.aml" />
205205
<None Include="Content\VersionHistory\v2022.9.6.0.aml" />
206+
<None Include="Content\VersionHistory\v2023.3.4.0.aml" />
206207
<None Include="Content\VersionHistory\VersionHistory.aml" />
207208
<None Include="Content\VersionHistory\v2015.8.15.0.aml" />
208209
<None Include="Content\VersionHistory\v2015.9.19.0.aml" />

LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Copyright Notices
6565
-----------------
6666
The core Visual Studio package code related to the spell checker implementation
6767
was originally written by Noah Richards, Roman Golovin, and Michael Lehenbauer
68-
and is Copyright (c) 2010-2022 Microsoft Corporation, All Rights Reserved.
68+
and is Copyright (c) 2010-2023 Microsoft Corporation, All Rights Reserved.
6969

70-
The NHunspell library is Copyright (c) 2009-2022 Maierhofer Software,
70+
The NHunspell library is Copyright (c) 2009-2023 Maierhofer Software,
7171
All Rights Reserved.
7272

73-
The HTML Agility Pack is Copyright (c) 2006-2022 Simon Mourier, All Rights
73+
The HTML Agility Pack is Copyright (c) 2006-2023 Simon Mourier, All Rights
7474
Reserved.
7575

76-
All other code is Copyright (c) 2013-2022 Eric Woodruff, All Rights Reserved.
76+
All other code is Copyright (c) 2013-2023 Eric Woodruff, All Rights Reserved.
7777

7878
All dictionaries supplied with the package are property of their respective
7979
copyright holders. See the README files in the dictionary folder at the project

Source/VSSpellChecker2017And2019/License.rtf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang1033\langfe1033\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp1033\langfenp1033 \snext11 \ssemihidden \sunhideused
4040
Normal Table;}{\*\cs15 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \ul\cf19 \sbasedon10 \sunhideused \styrsid11434769 Hyperlink;}{\*\cs16 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \cf20\chshdng0\chcfpat0\chcbpat21
4141
\sbasedon10 \ssemihidden \sunhideused \styrsid11434769 Unresolved Mention;}{\*\cs17 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \ul\cf22 \sbasedon10 \ssemihidden \sunhideused \styrsid6572198 FollowedHyperlink;}}{\*\rsidtbl \rsid2829919\rsid5722927\rsid5969227
42-
\rsid6572198\rsid7425990\rsid8406335\rsid8610764\rsid10952994\rsid11434769\rsid12920148\rsid13042251\rsid13172878}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
43-
{\operator Eric Woodruff}{\creatim\yr2019\mo4\dy14\hr13\min31}{\revtim\yr2022\mo1\dy3\hr11\min32}{\version10}{\edmins4}{\nofpages2}{\nofwords514}{\nofchars2936}{\nofcharsws3444}{\vern39}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/
44-
wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect
42+
\rsid6572198\rsid7425990\rsid8406335\rsid8610764\rsid10952994\rsid11434769\rsid12920148\rsid13042251\rsid13172878\rsid14227191}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}
43+
{\info{\operator Eric Woodruff}{\creatim\yr2019\mo4\dy14\hr13\min31}{\revtim\yr2023\mo3\dy2\hr11\min28}{\version11}{\edmins4}{\nofpages2}{\nofwords514}{\nofchars2936}{\nofcharsws3444}{\vern65}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word
44+
/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect
4545
\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\horzdoc\dghspace120\dgvspace120\dghorigin1701
46-
\dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale115\rsidroot13042251 \fet0{\*\wgrffmtfilter 2450}\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2
46+
\dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale100\rsidroot13042251 \fet0{\*\wgrffmtfilter 2450}\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2
4747
\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6
4848
\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang
4949
{\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0
@@ -74,20 +74,20 @@ conditions. You may have additional consumer rights under your local laws which
7474
\par }{\rtlch\fcs1 \ab\af1\afs18 \ltrch\fcs0 \b\f1\fs18\ul\lang9\langfe1033\langnp9\insrsid13172878 \hich\af1\dbch\af31505\loch\f1 Copyright Notices}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid13172878
7575
\par \hich\af1\dbch\af31505\loch\f1 The core Visual Studio package code related to the spell checker implementation was originally written by Noah Richards, Roman Golovin, and Michael Lehenbauer and}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0
7676
\f1\fs18\lang9\langfe1033\langnp9\insrsid13042251 \hich\af1\dbch\af31505\loch\f1 is Copyright (c) 2010-20}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid12920148 \hich\af1\dbch\af31505\loch\f1 2}{\rtlch\fcs1 \af1\afs18
77-
\ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid5969227 \hich\af1\dbch\af31505\loch\f1 2}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid13172878 \hich\af1\dbch\af31505\loch\f1 Microsoft Corporation, All
77+
\ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid14227191 \hich\af1\dbch\af31505\loch\f1 3}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid13172878 \hich\af1\dbch\af31505\loch\f1 Microsoft Corporation, All
7878
\hich\af1\dbch\af31505\loch\f1 Rights Reserved.
7979
\par \hich\af1\dbch\af31505\loch\f1 The NHunspell library is Copyright (c) 2009-20}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid12920148 \hich\af1\dbch\af31505\loch\f1 2}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0
80-
\f1\fs18\lang9\langfe1033\langnp9\insrsid5969227 \hich\af1\dbch\af31505\loch\f1 2}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid13172878 \hich\af1\dbch\af31505\loch\f1 Maierhofer Software, All Rights Reserved.
80+
\f1\fs18\lang9\langfe1033\langnp9\insrsid14227191 \hich\af1\dbch\af31505\loch\f1 3}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid13172878 \hich\af1\dbch\af31505\loch\f1 Maierhofer Software, All Rights Reserved.
8181
\par \hich\af1\dbch\af31505\loch\f1 All other}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid12920148 \hich\af1\dbch\af31505\loch\f1 code is Copyright (c) 2013-202}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0
82-
\f1\fs18\lang9\langfe1033\langnp9\insrsid5969227 \hich\af1\dbch\af31505\loch\f1 2}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid13172878 \hich\af1\dbch\af31505\loch\f1 Eric Woodruff, All Rights Reserved.
82+
\f1\fs18\lang9\langfe1033\langnp9\insrsid14227191 \hich\af1\dbch\af31505\loch\f1 3}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid13172878 \hich\af1\dbch\af31505\loch\f1 Eric Woodruff, All Rights Reserved.
8383
\par \hich\af1\dbch\af31505\loch\f1 All dictionaries supplied with the package are property of their resp\hich\af1\dbch\af31505\loch\f1
8484
ective copyright holders. See the README files in the dictionary folder at the project site for details and licensing terms:}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid11434769
8585
\par }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid7425990 \hich\af1\dbch\af31505\loch\f1 HYPERLINK "}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid7425990\charrsid7425990
8686
\hich\af1\dbch\af31505\loch\f1 https://github.com/EWSoftware/VSSpellChecker/tree/master/Source/VSSpellChecker2017And2019/NHunspell}{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid7425990 \hich\af1\dbch\af31505\loch\f1 " }{
8787
\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid5969227 {\*\datafield
8888
00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90be0000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f004500570053006f006600740077006100720065002f00560053005300700065006c006c004300680065006300
8989
6b00650072002f0074007200650065002f006d00610073007400650072002f0053006f0075007200630065002f00560053005300700065006c006c0043006800650063006b0065007200320030003100370041006e00640032003000310039002f004e00480075006e007300700065006c006c000000795881f43b1d7f48af
90-
2c825dc485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \cs15\f1\fs18\ul\cf19\lang9\langfe1033\langnp9\insrsid7425990\charrsid8610764 \hich\af1\dbch\af31505\loch\f1 https://github.co\hich\af1\dbch\af31505\loch\f1
90+
2c825dc485276300000000a5ab000301}}}{\fldrslt {\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \cs15\f1\fs18\ul\cf19\lang9\langfe1033\langnp9\insrsid7425990\charrsid8610764 \hich\af1\dbch\af31505\loch\f1 https://github.co\hich\af1\dbch\af31505\loch\f1
9191
m/EWSoftware/VSSpellChecker/tree/master/Source/VSSpellChecker2017And2019/NHunspell}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid5722927
9292
\par }{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid7425990
9393
\par }{\rtlch\fcs1 \af1\afs18 \ltrch\fcs0 \f1\fs18\lang9\langfe1033\langnp9\insrsid5722927
@@ -231,8 +231,8 @@ fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffff
231231
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
232232
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
233233
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
234-
ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e500000000000000000000000050db
235-
59aed800d801feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000
234+
ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e50000000000000000000000004094
235+
5c283d4dd901feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000
236236
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000
237237
000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000
238238
0000000000000000000000000000000000000000000000000105000000000000}}

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="2022.12.29.0" Language="en-US" Publisher="EWSoftware" />
4+
<Identity Id="43EA967E-0DE2-4136-8E52-C6DCFB5C2748" Version="2023.3.4.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="2022.12.29.0" Language="en-US" Publisher="EWSoftware" />
4+
<Identity Id="E1019027-EE37-4B1A-AD4C-25CAA92CA2D5" Version="2023.3.4.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// System : Visual Studio Spell Checker
33
// File : AssemblyInfoShared.cs
44
// Author : Eric Woodruff (Eric@EWoodruff.us)
5-
// Updated : 12/29/2022
6-
// Note : Copyright 2013-2022, Eric Woodruff, All rights reserved
5+
// Updated : 03/04/2023
6+
// Note : Copyright 2013-2023, Eric Woodruff, All rights reserved
77
//
88
// Visual Studio spell checker common assembly attributes
99
//
@@ -82,15 +82,15 @@ internal static partial class AssemblyInfo
8282
//
8383
// This is used to set the assembly file version. This will change with each new release. MSIs only
8484
// support a Major value between 0 and 255 so we drop the century from the year on this one.
85-
public const string FileVersion = "22.12.29.0";
85+
public const string FileVersion = "23.3.4.0";
8686

8787
// Common product version
8888
//
8989
// This may contain additional text to indicate Alpha or Beta states. The version number will always match
9090
// the file version above but includes the century on the year.
91-
public const string ProductVersion = "2022.12.29.0";
91+
public const string ProductVersion = "2023.3.4.0";
9292

9393
// Assembly copyright information
94-
public const string Copyright = "Copyright \xA9 2013-2022, Eric Woodruff, All Rights Reserved.\r\n" +
95-
"Portions Copyright \xA9 2010-2022, Microsoft Corporation, All Rights Reserved.";
94+
public const string Copyright = "Copyright \xA9 2013-2023, Eric Woodruff, All Rights Reserved.\r\n" +
95+
"Portions Copyright \xA9 2010-2023, Microsoft Corporation, All Rights Reserved.";
9696
}

0 commit comments

Comments
 (0)