Skip to content

Commit cf4ad3a

Browse files
author
Paul Brätz
committed
add nuget icon
1 parent 9363ffb commit cf4ad3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

JsonSchemaGenerator/JsonSchemaGenerator.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,13 @@
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1717
<Description>Generates json schemata from class definitions.</Description>
1818
<PackageTags>Source Generator;json schema;appsettings</PackageTags>
19+
<PackageIcon>logo_256.png</PackageIcon>
1920
</PropertyGroup>
2021

2122
<PropertyGroup>
2223
<DefineConstants>$(DefineConstants);GENERATOR</DefineConstants>
2324
</PropertyGroup>
2425

25-
<ItemGroup>
26-
<None Remove="build\JsonSchemaGenerator.props~RF1fe5b6d.TMP" />
27-
</ItemGroup>
28-
2926
<ItemGroup>
3027
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
3128
<PackageReference Include="IKVM.Core.MSBuild" Version="0.1.103">
@@ -48,8 +45,11 @@
4845
</ItemGroup>
4946

5047
<ItemGroup>
51-
<None Include="build\**\*" Pack="true" PackagePath="build\%(RecursiveDir)%(Filename)%(Extension)" />
52-
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
48+
<None Include="docs\logo_256.png" Pack="true" PackagePath="" />
49+
<None Include="build\**\*" Pack="true"
50+
PackagePath="build\%(RecursiveDir)%(Filename)%(Extension)" />
51+
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true"
52+
PackagePath="analyzers/dotnet/cs" Visible="false" />
5353
<None Include="README.md" Pack="true" PackagePath="/" CopyToOutputDirectory="Always" />
5454
<None Include="LICENSE.txt" Pack="true" PackagePath="/" CopyToOutputDirectory="Always" />
5555
</ItemGroup>
@@ -72,4 +72,4 @@
7272
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
7373
</None>
7474
</ItemGroup>
75-
</Project>
75+
</Project>

0 commit comments

Comments
 (0)