We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e27d6 commit 4c0dd83Copy full SHA for 4c0dd83
2 files changed
LICENSE LICENSE.txtLICENSE renamed to LICENSE.txt
src/Simplify.Web.Swagger/Simplify.Web.Swagger.csproj
@@ -15,7 +15,7 @@
15
<Product>Simplify</Product>
16
<Authors>Alexander Krylkov</Authors>
17
<Copyright>Licensed under LGPL</Copyright>
18
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
19
<PackageProjectUrl>https://web.simplifynet.dev</PackageProjectUrl>
20
<PackageIcon>icon.png</PackageIcon>
21
<PublishRepositoryUrl>true</PublishRepositoryUrl>
@@ -31,6 +31,6 @@
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="\" />
+ <None Include="..\LICENSE.txt" Pack="true" PackagePath="\" />
35
</ItemGroup>
36
</Project>
0 commit comments