Skip to content

Commit 4323e0a

Browse files
committed
Bump version to 1.5
1 parent b67afce commit 4323e0a

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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.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>
2323
</PackageManifest>

0 commit comments

Comments
 (0)