Skip to content

Commit b666120

Browse files
committed
fix: manifest with proper supported VS versions
1 parent 965a190 commit b666120

File tree

1 file changed

+40
-34
lines changed

1 file changed

+40
-34
lines changed
Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,43 @@
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">
3-
<Metadata>
4-
<Identity Id="vs_commitizen.993809C6-9E90-4438-954E-ECE9D9E80E9B" Version="1.0.0.0" Language="en-US" Publisher="MrLuje" />
5-
<!--CI changes the version, DO NOT CHANGE -->
6-
<DisplayName>VsCommitizen</DisplayName>
7-
<Description xml:space="preserve">This extension adds commitizen support.</Description>
8-
<MoreInfo>https://github.com/MrLuje/vs-commitizen</MoreInfo>
9-
<Icon>Resources\Git_icon.png</Icon>
10-
<Tags>git;commitizen;changelog;conventional-changelog</Tags>
11-
<Preview>true</Preview>
12-
</Metadata>
13-
<Installation>
14-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,18.0]">
15-
<ProductArchitecture>amd64</ProductArchitecture>
16-
</InstallationTarget>
17-
<InstallationTarget Version="[14.0,18.0)" Id="Microsoft.VisualStudio.Pro">
18-
<ProductArchitecture>amd64</ProductArchitecture>
19-
</InstallationTarget>
20-
<InstallationTarget Version="[14.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
21-
<ProductArchitecture>amd64</ProductArchitecture>
22-
</InstallationTarget>
23-
</Installation>
24-
<Dependencies>
25-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
26-
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" Version="[14.0,18.0)" />
27-
</Dependencies>
28-
<Prerequisites>
29-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.8.27729.1,18.0)" DisplayName="Visual Studio core editor" />
30-
</Prerequisites>
31-
<Assets>
32-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
33-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.Settings" Path="|vs-commitizen.Settings|" />
34-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" Path="%CurrentProject%.vs2019" TargetVersion="[16.0, 17.0)" />
35-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" Path="%CurrentProject%.vs2022" TargetVersion="[17.0, 18.0)" />
36-
</Assets>
3+
<Metadata>
4+
<Identity Id="vs_commitizen.993809C6-9E90-4438-954E-ECE9D9E80E9B" Version="1.0.0.0" Language="en-US" Publisher="MrLuje" />
5+
<!--CI changes the version, DO NOT CHANGE -->
6+
<DisplayName>VsCommitizen</DisplayName>
7+
<Description xml:space="preserve">This extension adds commitizen support.</Description>
8+
<MoreInfo>https://github.com/MrLuje/vs-commitizen</MoreInfo>
9+
<Icon>Resources\Git_icon.png</Icon>
10+
<Tags>git;commitizen;changelog;conventional-changelog</Tags>
11+
<Preview>true</Preview>
12+
</Metadata>
13+
<Installation>
14+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)">
15+
</InstallationTarget>
16+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Pro">
17+
</InstallationTarget>
18+
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Enterprise">
19+
</InstallationTarget>
20+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
21+
<ProductArchitecture>amd64</ProductArchitecture>
22+
</InstallationTarget>
23+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
24+
<ProductArchitecture>amd64</ProductArchitecture>
25+
</InstallationTarget>
26+
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
27+
<ProductArchitecture>amd64</ProductArchitecture>
28+
</InstallationTarget>
29+
</Installation>
30+
<Dependencies>
31+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
32+
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" Version="[14.0,18.0)" />
33+
</Dependencies>
34+
<Prerequisites>
35+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.8.27729.1,18.0)" DisplayName="Visual Studio core editor" />
36+
</Prerequisites>
37+
<Assets>
38+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
39+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%.Settings" Path="|vs-commitizen.Settings|" />
40+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" Path="%CurrentProject%.vs2019" TargetVersion="[16.0, 17.0)" />
41+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" Path="%CurrentProject%.vs2022" TargetVersion="[17.0, 18.0)" />
42+
</Assets>
3743
</PackageManifest>

0 commit comments

Comments
 (0)