aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-01-14 22:02:51 +0100
committerBond-009 <bond.009@outlook.com>2019-01-14 22:02:51 +0100
commit351bac44c5b629ef40102f6219572c8bde58b2e4 (patch)
treeb36cb4cf1b7bcd72ad7b2133ea33cb523612142f
parentf8dd182e422db49d98cc090f4e205cc46517f610 (diff)
Add nuget info to Emby.Naming
-rw-r--r--Emby.Naming/Emby.Naming.csproj11
1 files changed, 9 insertions, 2 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj
index 360ffaabe..de40a39d2 100644
--- a/Emby.Naming/Emby.Naming.csproj
+++ b/Emby.Naming/Emby.Naming.csproj
@@ -5,12 +5,19 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
+ <PropertyGroup>
+ <Authors>Jellyfin Contributors</Authors>
+ <PackageId>Jellyfin.Naming</PackageId>
+ <PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
+ <RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
+ </PropertyGroup>
+
<ItemGroup>
<Compile Include="..\SharedVersion.cs" Link="SharedVersion.cs" />
</ItemGroup>
-
+
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
</ItemGroup>
-
+
</Project>