We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0281d5a commit 6b8713bCopy full SHA for 6b8713b
LICENSE LICENSE.txtLICENSE renamed to LICENSE.txt
src/Simplify.Web.Json/Simplify.Web.Json.csproj
@@ -16,6 +16,7 @@
16
<Product>Simplify</Product>
17
<Description>Simplify.Web JSON controller response and model binder</Description>
18
<Copyright>Licensed under LGPL</Copyright>
19
+ <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
20
<PackageProjectUrl>https://github.com/SimplifyNet/Simplify.Web.Json</PackageProjectUrl>
21
<PackageIcon>icon.png</PackageIcon>
22
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -30,5 +31,6 @@
30
31
<ItemGroup>
32
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
33
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
34
+ <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
35
</ItemGroup>
36
</Project>
0 commit comments