diff options
| author | crobibero <cody@robibe.ro> | 2020-08-25 21:33:19 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-25 21:33:19 -0600 |
| commit | 670c41ee8900da32f0936a9a1f45d73e0508432b (patch) | |
| tree | 8f62fa34d8b786d3540c3f367b82d474e9ae0f0f /Emby.Naming/Emby.Naming.csproj | |
| parent | e83f6d6ec748f67ce4fcdb4acf2b2ef95adeeadc (diff) | |
Properly pack project license
Diffstat (limited to 'Emby.Naming/Emby.Naming.csproj')
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index 14aac1a4a..810895757 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -24,10 +24,20 @@ <Authors>Jellyfin Contributors</Authors> <PackageId>Jellyfin.Naming</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> + <!-- Code Analyzers--> <ItemGroup Condition=" '$(Configuration)' == 'Debug' "> <!-- TODO: <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" /> --> |
