Skip to content

Commit 63ca4a8

Browse files
committed
Update tags
1 parent fd1c401 commit 63ca4a8

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/GtmExtension/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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="GtmExtension.78062a42-0a99-47d0-a6e2-200a84959b52" Version="1.8" Language="en-US" Publisher="Jan Joneš" />
4+
<Identity Id="GtmExtension.78062a42-0a99-47d0-a6e2-200a84959b52" Version="1.9" Language="en-US" Publisher="Jan Joneš" />
55
<DisplayName>Git Time Metric</DisplayName>
66
<Description xml:space="preserve">Git Time Metric plugin for Visual Studio</Description>
77
<MoreInfo>https://github.com/jjonescz/gtm-visualstudio-plugin</MoreInfo>
88
<License>LICENSE</License>
99
<GettingStartedGuide>https://github.com/git-time-metric/gtm</GettingStartedGuide>
1010
<ReleaseNotes>https://github.com/jjonescz/gtm-visualstudio-plugin/releases</ReleaseNotes>
1111
<Icon>Resources\GtmPackage.ico</Icon>
12-
<Tags>gtm; git-time-metric</Tags>
12+
<Tags>gtm; git-time-metric; time tracking</Tags>
1313
</Metadata>
1414
<Installation>
1515
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />

vsix-publish.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
],
88
"identity": {
99
"internalName": "gtm-visualstudio-plugin",
10-
"tags": [
11-
"gtm",
12-
"time tracking"
13-
],
1410
"language": "en-US"
1511
},
1612
"overview": "README.md",

0 commit comments

Comments
 (0)