Skip to content

Commit bb7dc1d

Browse files
authored
Update Generator.Client.CommandLine.csproj
1 parent 678b9f8 commit bb7dc1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Generator.Client.CommandLine/Generator.Client.CommandLine.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<ToolCommandName>amusoft.vs.tg</ToolCommandName>
1313
<Copyright>2020</Copyright>
1414
<RepositoryType>git</RepositoryType>
15+
<PackageIcon>packageIcon.png</PackageIcon>
1516
<PackageTags>visual studio template generator</PackageTags>
1617
<RepositoryUrl>https://github.com/taori/Amusoft.VisualStudio.TemplateGenerator.git</RepositoryUrl>
1718
<PackageProjectUrl>https://github.com/taori/Amusoft.VisualStudio.TemplateGenerator.git</PackageProjectUrl>
@@ -21,6 +22,10 @@
2122
<ItemGroup>
2223
<None Remove="NLog.config" />
2324
</ItemGroup>
25+
26+
<ItemGroup>
27+
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
28+
</ItemGroup>
2429

2530
<ItemGroup>
2631
<Content Include="NLog.config">

0 commit comments

Comments
 (0)