Skip to content

Commit 4b61bf7

Browse files
author
Bart Koelman
committed
Added release notes and icon to NuGet package
1 parent 12b23bf commit 4b61bf7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/JsonApiDotNetCore/JsonApiDotNetCore.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,20 @@
1212
<PackageProjectUrl>https://www.jsonapi.net/</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
15+
<PackageReleaseNotes>See https://github.com/json-api-dotnet/JsonApiDotNetCore/releases.</PackageReleaseNotes>
16+
<PackageIcon>logo.png</PackageIcon>
1517
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1618
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1719
<DebugType>embedded</DebugType>
1820
</PropertyGroup>
1921

22+
<ItemGroup>
23+
<None Include="..\..\logo.png">
24+
<Pack>True</Pack>
25+
<PackagePath></PackagePath>
26+
</None>
27+
</ItemGroup>
28+
2029
<ItemGroup>
2130
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2231
</ItemGroup>

0 commit comments

Comments
 (0)