Skip to content

Commit 334e790

Browse files
author
Peter Major
committed
Updated VSIX manifest
1 parent 1627382 commit 334e790

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AxoCover/source.extension.vsixmanifest

Lines changed: 5 additions & 5 deletions
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="26901782-38e1-48d4-94e9-557d44db052e" Version="1.1.7.0" Language="en-US" Publisher="Péter Major" />
4+
<Identity Id="26901782-38e1-48d4-94e9-557d44db052e" Version="1.1.7.1" Language="en-US" Publisher="Péter Major" />
55
<DisplayName>AxoCover</DisplayName>
66
<Description xml:space="preserve">Nice and free .Net code coverage support for Visual Studio with OpenCover.</Description>
77
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover</MoreInfo>
@@ -13,10 +13,10 @@
1313
</Metadata>
1414
<Installation InstalledByMsi="false">
1515
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Premium" />
16-
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
16+
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
1717
<InstallationTarget Version="[11.0,15.0)" Id="Microsoft.VisualStudio.Ultimate" />
18-
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
19-
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
18+
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
19+
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Community" />
2020
</Installation>
2121
<Dependencies>
2222
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
@@ -27,6 +27,6 @@
2727
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
2828
</Assets>
2929
<Prerequisites>
30-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" />
30+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" />
3131
</Prerequisites>
3232
</PackageManifest>

0 commit comments

Comments
 (0)