Skip to content

Commit 14958a8

Browse files
committed
Self-contained package icon
GenerateDocumentationFile setting refactoring
1 parent d8cd366 commit 14958a8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<EmbedUntrackedSources>true</EmbedUntrackedSources>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9-
<DocumentationFile>bin\Any CPU\$(Configuration)\$(TargetFramework)\Simplify.Web.Multipart.xml</DocumentationFile>
9+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

1111
<Version>1.4.1</Version>
1212
<PackageReleaseNotes>
@@ -19,7 +19,7 @@
1919
<Description>Simplify.Web multipart form model binder</Description>
2020
<Copyright>Licensed under LGPL</Copyright>
2121
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</PackageProjectUrl>
22-
<PackageIconUrl>https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb32x32.png</PackageIconUrl>
22+
<PackageIcon>icon.png</PackageIcon>
2323
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</RepositoryUrl>
2424
<RepositoryType>GIT</RepositoryType>
2525
<PackageTags>Simplify.Web multipart</PackageTags>
@@ -28,4 +28,7 @@
2828
<PackageReference Include="Simplify.Web" Version="4.2.*" />
2929
<PackageReference Include="HttpMultipartParser" Version="5.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)