diff options
Diffstat (limited to 'Jellyfin.Data/Jellyfin.Data.csproj')
| -rw-r--r-- | Jellyfin.Data/Jellyfin.Data.csproj | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj index 64a1dc57ac..0b4bbb562d 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> |
