Skip to content

Commit 4739ba7

Browse files
authored
Merge pull request #8 from haschdl/master
Fixes bug with pre-requisites
2 parents b5b1502 + 0de6723 commit 4739ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/source.extension.vsixmanifest

+3-3
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 Id="VSIXopenframeworks2017.A049B6B4-2855-4C1C-A3A6-13ED823BB898" Version="0.6" Language="en-US" Publisher="Arturo Castro, Half Scheidl" />
4+
<Identity Id="VSIXopenframeworks2017.A049B6B4-2855-4C1C-A3A6-13ED823BB898" Version="0.7" Language="en-US" Publisher="Arturo Castro, Half Scheidl" />
55
<DisplayName>openFrameworks plugin for Visual Studio 2017</DisplayName>
66
<Description xml:space="preserve">openFrameworks plugin for Visual Studio 2017</Description>
77
<MoreInfo>https://openframeworks.cc/</MoreInfo>
@@ -25,7 +25,7 @@
2525
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
2626
</Assets>
2727
<Prerequisites>
28-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="15.6" DisplayName="Visual Studio core editor" />
29-
<Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="15.6" DisplayName="Visual Studio C++ core features" />
28+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.6.27309.0,16.0)" DisplayName="Visual Studio core editor" />
29+
<Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde" Version="[15.6.27406.0,16.0)" DisplayName="Visual Studio C++ core features" />
3030
</Prerequisites>
3131
</PackageManifest>

0 commit comments

Comments
 (0)