Skip to content

Commit d7488fb

Browse files
committed
Fixed license info
1 parent 6490380 commit d7488fb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/EPPlus/EPPlus.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
99
<Authors>EPPlus Software AB</Authors>
10-
<PropertyGroup>
11-
<PackageLicenseFile>license.md</PackageLicenseFile>
12-
</PropertyGroup>
10+
<PackageLicenseFile>license.md</PackageLicenseFile>
1311
<Company>EPPlus Software AB</Company>
1412
<Product>EPPlus</Product>
1513
<Description>A spreadsheet library for .NET framework and .NET core</Description>
@@ -633,6 +631,10 @@
633631
<ProjectReference Include="..\EPPlus.Interfaces\EPPlus.Interfaces.csproj" />
634632
</ItemGroup>
635633

634+
<ItemGroup>
635+
<None Include="license.md" Pack="true" PackagePath="license.md"/>
636+
</ItemGroup>
637+
636638
<PropertyGroup Condition="'$(Platform)'=='AnyCPU'">
637639
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\EPPlus.xml</DocumentationFile>
638640
</PropertyGroup>

0 commit comments

Comments
 (0)