Skip to content

Commit e74e4c7

Browse files
committed
Add links and license to the manifest
1 parent 0ec5db5 commit e74e4c7

3 files changed

Lines changed: 49 additions & 20 deletions

File tree

src/GtmExtension/GtmExtension.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
<Compile Include="Properties\AssemblyInfo.cs" />
6060
</ItemGroup>
6161
<ItemGroup>
62+
<Content Include="LICENSE">
63+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
64+
<IncludeInVSIX>true</IncludeInVSIX>
65+
</Content>
6266
<None Include="packages.config" />
6367
<None Include="source.extension.vsixmanifest">
6468
<SubType>Designer</SubType>

src/GtmExtension/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Jan Jones
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
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.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>
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+
<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</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>
2327
</PackageManifest>

0 commit comments

Comments
 (0)