Skip to content

Commit 2e88080

Browse files
committed
Bumped version number and upgraded binary.
1 parent 6573f00 commit 2e88080

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

IncludeToolbox.vsix

-122 KB
Binary file not shown.
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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="IncludeToolbox.Andreas Reich.075c2e2b-7b71-45ba-b2e6-c1dadc81cfac" Version="2.1.5" Language="en-US" Publisher="Andreas Reich" />
5-
<DisplayName>IncludeToolbox</DisplayName>
6-
<Description xml:space="preserve">Various tools for managing C/C++ #includes: Formatting, sorting, exploring, pruning.</Description>
7-
<License>license.txt</License>
8-
<Icon>Resources\IncludeFormatterPackage.png</Icon>
9-
<PreviewImage>Resources\IncludeFormatterPackage.png</PreviewImage>
10-
<Tags>Include, Include What You Use, IWYU, Include Formatting, Include Sorting, #include, Include Removal</Tags>
11-
</Metadata>
12-
<Installation>
13-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" />
14-
</Installation>
15-
<Dependencies>
16-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
17-
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,16.0)" />
18-
</Dependencies>
19-
<Assets>
20-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
21-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.Base" Path="|VCProjectUtils.Base|" AssemblyName="|VCProjectUtils.Base;AssemblyName|" />
22-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS14" Path="|VCProjectUtils.VS14|" AssemblyName="|VCProjectUtils.VS14;AssemblyName|" />
23-
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS15" Path="|VCProjectUtils.VS15|" AssemblyName="|VCProjectUtils.VS15;AssemblyName|" />
24-
</Assets>
25-
<Prerequisites>
26-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" />
27-
<Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" />
28-
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" />
29-
</Prerequisites>
3+
<Metadata>
4+
<Identity Id="IncludeToolbox.Andreas Reich.075c2e2b-7b71-45ba-b2e6-c1dadc81cfac" Version="2.2.0" Language="en-US" Publisher="Andreas Reich" />
5+
<DisplayName>IncludeToolbox</DisplayName>
6+
<Description xml:space="preserve">Various tools for managing C/C++ #includes: Formatting, sorting, exploring, pruning.</Description>
7+
<License>license.txt</License>
8+
<Icon>Resources\IncludeFormatterPackage.png</Icon>
9+
<PreviewImage>Resources\IncludeFormatterPackage.png</PreviewImage>
10+
<Tags>Include, Include What You Use, IWYU, Include Formatting, Include Sorting, #include, Include Removal</Tags>
11+
</Metadata>
12+
<Installation>
13+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0)" />
14+
</Installation>
15+
<Dependencies>
16+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
17+
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,16.0)" />
18+
</Dependencies>
19+
<Assets>
20+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
21+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.Base" Path="|VCProjectUtils.Base|" AssemblyName="|VCProjectUtils.Base;AssemblyName|" />
22+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS14" Path="|VCProjectUtils.VS14|" AssemblyName="|VCProjectUtils.VS14;AssemblyName|" />
23+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="VCProjectUtils.VS15" Path="|VCProjectUtils.VS15|" AssemblyName="|VCProjectUtils.VS15;AssemblyName|" />
24+
</Assets>
25+
<Prerequisites>
26+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" />
27+
<Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" />
28+
<Prerequisite Id="Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio C++ core features" />
29+
</Prerequisites>
3030
</PackageManifest>

0 commit comments

Comments
 (0)