Skip to content

Commit afd4567

Browse files
Open up version compatibility
1 parent 5c39c42 commit afd4567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vsix/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<Tags>code converter vb csharp visual basic csharp net translate</Tags>
1414
</Metadata>
1515
<Installation>
16-
<InstallationTarget Version="[17.8,18.0)" Id="Microsoft.VisualStudio.Community">
16+
<InstallationTarget Version="[17.8,)" Id="Microsoft.VisualStudio.Community">
1717
<ProductArchitecture>amd64</ProductArchitecture>
1818
</InstallationTarget>
19-
<InstallationTarget Version="[17.8,18.0)" Id="Microsoft.VisualStudio.Community">
19+
<InstallationTarget Version="[17.8,)" Id="Microsoft.VisualStudio.Community">
2020
<ProductArchitecture>arm64</ProductArchitecture>
2121
</InstallationTarget>
2222
</Installation>

0 commit comments

Comments
 (0)