aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorAnthony Lavado <anthonylavado@users.noreply.github.com>2019-01-13 11:37:49 -0500
committerGitHub <noreply@github.com>2019-01-13 11:37:49 -0500
commit17d8de4962ea9d78f6ddb557fe26465be1944b38 (patch)
tree03ecb2a1dbcc9815fc541a0dc25aff5785d1421c /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parent78a5d999f4e5c92dfc70d4428f88a3c6597dea9d (diff)
parent3a2a0fbfe8bfa5b27bfe0a9897154dc9c2d7a406 (diff)
Merge pull request #571 from Bond-009/nuget
Add more NuGet metadata properties
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 3decbc42f..5898d8f98 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -3,6 +3,8 @@
<PropertyGroup>
<Authors>Jellyfin Contributors</Authors>
<PackageId>Jellyfin.Controller</PackageId>
+ <PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
+ <RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
</PropertyGroup>
<ItemGroup>