aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-25 21:33:19 -0600
committercrobibero <cody@robibe.ro>2020-08-25 21:33:19 -0600
commit670c41ee8900da32f0936a9a1f45d73e0508432b (patch)
tree8f62fa34d8b786d3540c3f367b82d474e9ae0f0f /Jellyfin.Data
parente83f6d6ec748f67ce4fcdb4acf2b2ef95adeeadc (diff)
Properly pack project license
Diffstat (limited to 'Jellyfin.Data')
-rw-r--r--Jellyfin.Data/Jellyfin.Data.csproj12
1 files changed, 11 insertions, 1 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj
index 64a1dc57a..0b4bbb562 100644
--- a/Jellyfin.Data/Jellyfin.Data.csproj
+++ b/Jellyfin.Data/Jellyfin.Data.csproj
@@ -11,10 +11,20 @@
<Authors>Jellyfin Contributors</Authors>
<PackageId>Jellyfin.Data</PackageId>
<VersionPrefix>10.7.0</VersionPrefix>
- <PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
<RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
</PropertyGroup>
+ <PropertyGroup>
+ <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <None Include="../LICENSE.txt">
+ <PackagePath>LICENSE.txt</PackagePath>
+ <Pack>true</Pack>
+ </None>
+ </ItemGroup>
+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<CodeAnalysisRuleSet>../jellyfin.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>