We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678b9f8 commit bb7dc1dCopy full SHA for bb7dc1d
src/Generator.Client.CommandLine/Generator.Client.CommandLine.csproj
@@ -12,6 +12,7 @@
12
<ToolCommandName>amusoft.vs.tg</ToolCommandName>
13
<Copyright>2020</Copyright>
14
<RepositoryType>git</RepositoryType>
15
+ <PackageIcon>packageIcon.png</PackageIcon>
16
<PackageTags>visual studio template generator</PackageTags>
17
<RepositoryUrl>https://github.com/taori/Amusoft.VisualStudio.TemplateGenerator.git</RepositoryUrl>
18
<PackageProjectUrl>https://github.com/taori/Amusoft.VisualStudio.TemplateGenerator.git</PackageProjectUrl>
@@ -21,6 +22,10 @@
21
22
<ItemGroup>
23
<None Remove="NLog.config" />
24
</ItemGroup>
25
+
26
+ <ItemGroup>
27
+ <None Include="packageIcon.png" Pack="true" PackagePath="\" />
28
+ </ItemGroup>
29
30
31
<Content Include="NLog.config">
0 commit comments