|
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="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" /> |
5 | 5 | <DisplayName>AxoCover</DisplayName> |
6 | 6 | <Description xml:space="preserve">Nice and free .Net code coverage support for Visual Studio with OpenCover.</Description> |
7 | 7 | <MoreInfo>https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover</MoreInfo> |
|
13 | 13 | </Metadata> |
14 | 14 | <Installation InstalledByMsi="false"> |
15 | 15 | <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" /> |
17 | 17 | <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" /> |
20 | 20 | </Installation> |
21 | 21 | <Dependencies> |
22 | 22 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
|
27 | 27 | <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
28 | 28 | </Assets> |
29 | 29 | <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)" /> |
31 | 31 | </Prerequisites> |
32 | 32 | </PackageManifest> |
0 commit comments