1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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
3
<Metadata >
4
- <Identity Id =" MGH.CommentsPlus.a6539c2f-6785-4586-8028-ad923b47224d" Version =" 1.6" Language =" en-US" Publisher =" Mads Houmann" />
4
+ <Identity Id =" MGH.CommentsPlus.a6539c2f-6785-4586-8028-ad923b47224d" Version =" 1.6.1 " Language =" en-US" Publisher =" Mads Houmann" />
5
5
<DisplayName >CommentsPlus</DisplayName >
6
6
<Description xml : space =" preserve" >Comments in italics, extra formatting for comments starting with: !, ?, x, e.g., //!</Description >
7
7
<License >ms-pl.txt</License >
11
11
<Tags >Comments, Formatting, Italics</Tags >
12
12
</Metadata >
13
13
<Installation >
14
- <InstallationTarget Id =" Microsoft.VisualStudio.Pro" Version =" [11.0,]" />
14
+ <InstallationTarget Version =" [14.0,16.0)" Id =" Microsoft.VisualStudio.Community" />
15
+ <InstallationTarget Version =" [11.0,16.0)" Id =" Microsoft.VisualStudio.Pro" />
16
+ <InstallationTarget Version =" [11.0,16.0)" Id =" Microsoft.VisualStudio.Enterprise" />
17
+ <InstallationTarget Version =" [11.0,16.0)" Id =" Microsoft.VisualStudio.IntegratedShell" />
15
18
<InstallationTarget Version =" [11.0,]" Id =" Microsoft.VisualStudio.Ultimate" />
16
19
<InstallationTarget Version =" [11.0,]" Id =" Microsoft.VisualStudio.Premium" />
17
- <InstallationTarget Version =" [11.0,]" Id =" Microsoft.VisualStudio.IntegratedShell" />
18
20
</Installation >
19
21
<Dependencies >
20
22
</Dependencies >
21
23
<Assets >
22
24
<Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" %CurrentProject%" Path =" |%CurrentProject%|" />
23
25
</Assets >
26
+ <Prerequisites >
27
+ <Prerequisite Id =" Microsoft.VisualStudio.Component.CoreEditor" Version =" [15.0,16.0)" DisplayName =" Visual Studio core editor" />
28
+ </Prerequisites >
24
29
</PackageManifest >
0 commit comments