Skip to content

Commit a945802

Browse files
committed
Support Visual Studio 2017
Fixes #1.
1 parent 2f24591 commit a945802

1 file changed

Lines changed: 23 additions & 24 deletions

File tree

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
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="GtmExtension.78062a42-0a99-47d0-a6e2-200a84959b52" Version="1.10" Language="en-US" Publisher="Jan Joneš" />
5-
<DisplayName>Git Time Metric</DisplayName>
6-
<Description xml:space="preserve">Git Time Metric plugin for Visual Studio</Description>
7-
<MoreInfo>https://github.com/jjonescz/gtm-visualstudio-plugin</MoreInfo>
8-
<License>LICENSE</License>
9-
<GettingStartedGuide>https://github.com/git-time-metric/gtm</GettingStartedGuide>
10-
<ReleaseNotes>https://github.com/jjonescz/gtm-visualstudio-plugin/releases</ReleaseNotes>
11-
<Icon>Resources\GtmPackage.ico</Icon>
12-
<Tags>gtm; git-time-metric; time tracking</Tags>
13-
</Metadata>
14-
<Installation>
15-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
16-
</Installation>
17-
<Dependencies>
18-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
19-
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0]" />
20-
</Dependencies>
21-
<Prerequisites>
22-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
23-
</Prerequisites>
24-
<Assets>
25-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
26-
</Assets>
3+
<Metadata>
4+
<Identity Id="GtmExtension.78062a42-0a99-47d0-a6e2-200a84959b52" Version="1.11" Language="en-US" Publisher="Jan Joneš" />
5+
<DisplayName>Git Time Metric</DisplayName>
6+
<Description xml:space="preserve">Git Time Metric plugin for Visual Studio</Description>
7+
<MoreInfo>https://github.com/jjonescz/gtm-visualstudio-plugin</MoreInfo>
8+
<License>LICENSE</License>
9+
<GettingStartedGuide>https://github.com/git-time-metric/gtm</GettingStartedGuide>
10+
<ReleaseNotes>https://github.com/jjonescz/gtm-visualstudio-plugin/releases</ReleaseNotes>
11+
<Icon>Resources\GtmPackage.ico</Icon>
12+
<Tags>gtm; git-time-metric; time tracking</Tags>
13+
</Metadata>
14+
<Installation>
15+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" />
16+
</Installation>
17+
<Dependencies>
18+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
19+
</Dependencies>
20+
<Prerequisites>
21+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
22+
</Prerequisites>
23+
<Assets>
24+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
25+
</Assets>
2726
</PackageManifest>

0 commit comments

Comments
 (0)