Skip to content

Commit fef9c55

Browse files
authored
Fix extension so it can be published (#21)
1 parent 9cb25a9 commit fef9c55

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/source.extension.vsixmanifest

Lines changed: 1 addition & 10 deletions
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 Publisher="Steve Dower" Version="17.0.0.0" Id="IndentGuide2022.SteveDower.0a67eb97-becd-451f-aa29-851d9fe5dd2b" Language="en-US" />
4+
<Identity Publisher="Steve Dower [MSFT]" Version="17.0.0.0" Id="IndentGuide2022.SteveDower.0a67eb97-becd-451f-aa29-851d9fe5dd2b" Language="en-US" />
55
<DisplayName>Indent Guides for VS 2022</DisplayName>
66
<Description xml:space="preserve">Adds vertical lines at each indent level.</Description>
77
<MoreInfo>http://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30</MoreInfo>
@@ -10,15 +10,6 @@
1010
<PreviewImage>Resources\embed_screen.png</PreviewImage>
1111
</Metadata>
1212
<Installation>
13-
<InstallationTarget Version="[17.0,)" Id="Microsoft.VisualStudio.Community">
14-
<ProductArchitecture>x86</ProductArchitecture>
15-
</InstallationTarget>
16-
<InstallationTarget Version="[17.0,)" Id="Microsoft.VisualStudio.Pro">
17-
<ProductArchitecture>x86</ProductArchitecture>
18-
</InstallationTarget>
19-
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,)">
20-
<ProductArchitecture>x86</ProductArchitecture>
21-
</InstallationTarget>
2213
<InstallationTarget Version="[17.0,)" Id="Microsoft.VisualStudio.Community">
2314
<ProductArchitecture>amd64</ProductArchitecture>
2415
</InstallationTarget>

0 commit comments

Comments
 (0)