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 b65892d commit 17e27d6Copy full SHA for 17e27d6
src/Simplify.Web.Swagger/Simplify.Web.Swagger.csproj
@@ -15,6 +15,7 @@
15
<Product>Simplify</Product>
16
<Authors>Alexander Krylkov</Authors>
17
<Copyright>Licensed under LGPL</Copyright>
18
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
19
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
20
<PackageIcon>icon.png</PackageIcon>
21
<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" Pack="true" PackagePath="\" />
35
</ItemGroup>
36
</Project>
0 commit comments