Skip to content

Commit 40d4339

Browse files
committed
Add icon and some more metadata
1 parent 351c579 commit 40d4339

5 files changed

Lines changed: 26 additions & 22 deletions

File tree

img/GTMLogo-128.png

11 KB
Loading

src/GtmExtension/GtmExtension.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<UseCodebase>true</UseCodebase>
1010
</PropertyGroup>
1111
<PropertyGroup>
12-
<SignAssembly>true</SignAssembly>
12+
<SignAssembly>false</SignAssembly>
1313
</PropertyGroup>
1414
<PropertyGroup>
1515
<AssemblyOriginatorKeyFile>
@@ -65,7 +65,10 @@
6565
</None>
6666
</ItemGroup>
6767
<ItemGroup>
68-
<Content Include="Resources\GtmPackage.ico" />
68+
<Content Include="Resources\GtmPackage.ico">
69+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
70+
<IncludeInVSIX>true</IncludeInVSIX>
71+
</Content>
6972
<Content Include="stylesheet.css" />
7073
</ItemGroup>
7174
<ItemGroup>

src/GtmExtension/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// General Information about an assembly is controlled through the following
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
7-
[assembly: AssemblyTitle("GtmExtension")]
7+
[assembly: AssemblyTitle("Git Time Metric")]
88
[assembly: AssemblyDescription("Git Time Metric plugin for Visual Studio")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Jan Joneš")]
-335 KB
Binary file not shown.
Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +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>GtmExtension</DisplayName>
6-
<Description xml:space="preserve">Git Time Metric plugin for Visual Studio</Description>
7-
<Tags>gtm; git-time-metric</Tags>
8-
</Metadata>
9-
<Installation>
10-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
11-
</Installation>
12-
<Dependencies>
13-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
14-
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0]" />
15-
</Dependencies>
16-
<Prerequisites>
17-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
18-
</Prerequisites>
19-
<Assets>
20-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
21-
</Assets>
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>
2223
</PackageManifest>

0 commit comments

Comments
 (0)