Skip to content

Commit 2b152f6

Browse files
committed
Self-contained package icon
GenerateDocumentationFile setting refactoring
1 parent 3c36665 commit 2b152f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

images/icon.png

8.36 KB
Loading

src/Simplify.Web.Json/Simplify.Web.Json.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<EmbedUntrackedSources>true</EmbedUntrackedSources>
88
<IncludeSymbols>true</IncludeSymbols>
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10-
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Json.xml</DocumentationFile>
10+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

1212
<Version>2.2</Version>
1313
<PackageReleaseNotes>
@@ -20,12 +20,15 @@
2020
<Description>Simplify.Web JSON controller response and model binder</Description>
2121
<Copyright>Licensed under LGPL</Copyright>
2222
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Json</PackageProjectUrl>
23-
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
23+
<PackageIcon>icon.png</PackageIcon>
2424
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2525
<PackageTags>Simplify.Web JSON</PackageTags>
2626
</PropertyGroup>
2727
<ItemGroup>
2828
<PackageReference Include="Simplify.Web" Version="4.2.*" />
2929
<PackageReference Include="Newtonsoft.Json" Version="13.0.*" />
3030
</ItemGroup>
31+
<ItemGroup>
32+
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
33+
</ItemGroup>
3134
</Project>

0 commit comments

Comments
 (0)