|
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 | | - <Metadata> |
4 | | - <Identity Id="GtmExtension.78062a42-0a99-47d0-a6e2-200a84959b52" Version="1.4" 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 | | - <Icon>Resources\GtmPackage.ico</Icon> |
8 | | - <Tags>gtm; git-time-metric</Tags> |
9 | | - </Metadata> |
10 | | - <Installation> |
11 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" /> |
12 | | - </Installation> |
13 | | - <Dependencies> |
14 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
15 | | - <Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0]" /> |
16 | | - </Dependencies> |
17 | | - <Prerequisites> |
18 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
19 | | - </Prerequisites> |
20 | | - <Assets> |
21 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
22 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="GtmExtension.78062a42-0a99-47d0-a6e2-200a84959b52" Version="1.5" 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 | + <Icon>Resources\GtmPackage.ico</Icon> |
| 8 | + <Tags>gtm; git-time-metric</Tags> |
| 9 | + </Metadata> |
| 10 | + <Installation> |
| 11 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" /> |
| 12 | + </Installation> |
| 13 | + <Dependencies> |
| 14 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 15 | + <Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0]" /> |
| 16 | + </Dependencies> |
| 17 | + <Prerequisites> |
| 18 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
| 19 | + </Prerequisites> |
| 20 | + <Assets> |
| 21 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 22 | + </Assets> |
23 | 23 | </PackageManifest> |
0 commit comments