Skip to content

Commit d9cbfe1

Browse files
committed
Bug fix which prevents the extension from being installed on VS 2022
1 parent e47c6fd commit d9cbfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VSAddWithXmlDoc/VSAddWithXmlDoc.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description xml:space="preserve">This extension allows you to add methods like Equals, GetHashCode, and parameterless constructors, with XML documentation inserted for you. See more on https://github.com/winscripter/AddWithXmlDoc.</Description>
77
</Metadata>
88
<Installation>
9-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" />
9+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,)" />
1010
</Installation>
1111
<Dependencies>
1212
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)