Skip to content

Commit

Permalink
Fix nuget packaging after LICENSE file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcgovern committed Mar 16, 2020
1 parent d47d734 commit 502a76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MonoTorrent/MonoTorrent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Notable features include:
-Endgame mode
-Per torrent and global rate limiting
-Individual file relocation</PackageDescription>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/mono/monotorrent</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageVersion>$(MonoTorrentFileVersion)$(MonoTorrentReleaseSuffix)</PackageVersion>
Expand All @@ -96,7 +96,7 @@ Notable features include:
</ItemGroup>

<ItemGroup>
<Content Include="..\..\LICENSE.md" Pack="true" PackagePath="/" />
<Content Include="..\..\LICENSE" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 502a76f

Please sign in to comment.