Skip to content

Commit 4575a4e

Browse files
committed
[add] embedded license
1 parent c342d31 commit 4575a4e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
File renamed without changes.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
<Description>Simplify.Web multipart form model binder</Description>
1515
<Copyright>Licensed under LGPL</Copyright>
1616
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</PackageProjectUrl>
17-
<PackageIcon>icon.png</PackageIcon>
1817
<RepositoryUrl>https://github.com/SimplifyNet/Simplify.Web.Multipart</RepositoryUrl>
1918
<RepositoryType>GIT</RepositoryType>
2019
<PackageTags>Simplify.Web multipart</PackageTags>
2120

21+
<PackageIcon>icon.png</PackageIcon>
22+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
23+
2224
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify.Web.Multipart/tree/master/src/Simplify.Web.Multipart/CHANGELOG.md for details</PackageReleaseNotes>
2325
</PropertyGroup>
2426
<ItemGroup>
@@ -27,6 +29,7 @@
2729
</ItemGroup>
2830
<ItemGroup>
2931
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
32+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
3033
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
3134
</ItemGroup>
3235
</Project>

0 commit comments

Comments
 (0)