|
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="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.20" Language="en-US" Publisher="Adam Wulkiewicz" /> |
| 4 | + <Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.21" Language="en-US" Publisher="Adam Wulkiewicz" /> |
5 | 5 | <DisplayName>Graphical Debugging</DisplayName> |
6 | 6 | <Description xml:space="preserve">Visualization of variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc.</Description> |
7 | 7 | <License>LICENSE_1_0.txt</License> |
|
11 | 11 | <Tags>2d array boost box c c++ cartesian chart container complex curve debugger debugging deque geographic geometry gis graphical linestring list mpl plot point polygon ring segment spherical std stl tuple variant vector</Tags> |
12 | 12 | </Metadata> |
13 | 13 | <Installation> |
14 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,16.0)" /> |
15 | | - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0,16.0)" /> |
16 | | - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[12.0,16.0)" /> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,17.0)" /> |
| 15 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0,17.0)" /> |
| 16 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[12.0,17.0)" /> |
17 | 17 | </Installation> |
18 | 18 | <Prerequisites> |
19 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[12.0,16.0)" DisplayName="Visual Studio core editor" /> |
| 19 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[12.0,17.0)" DisplayName="Visual Studio core editor" /> |
20 | 20 | </Prerequisites> |
21 | 21 | <Dependencies> |
22 | 22 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
23 | | - <Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[12.0,16.0)" /> |
| 23 | + <Dependency Id="Microsoft.VisualStudio.MPF.12.0" DisplayName="Visual Studio MPF 12.0" d:Source="Installed" Version="[12.0,17.0)" /> |
24 | 24 | </Dependencies> |
25 | 25 | <Assets> |
26 | 26 | <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
|
0 commit comments