Skip to content

Commit ed5a701

Browse files
committed
[#250] [add] impl
1 parent 6721348 commit ed5a701

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
File renamed without changes.

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111

1212
<Version>4.8.1</Version>
1313

14-
<Authors>Alexander Krylkov</Authors>
14+
<Authors>Simplify community</Authors>
1515
<Product>Simplify</Product>
1616
<Description>Lightweight and fast .NET web-framework based on MVC and OWIN</Description>
1717
<Copyright>Licensed under LGPL</Copyright>
18+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1819
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
1920
<PackageIcon>icon.png</PackageIcon>
2021
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -47,5 +48,6 @@
4748
<ItemGroup>
4849
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
4950
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
51+
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
5052
</ItemGroup>
5153
</Project>

0 commit comments

Comments
 (0)