浏览代码

Merge pull request #587 from Bond-009/naming

Add nuget info to Emby.Naming
Joshua M. Boniface 6 年之前
父节点
当前提交
933ef43889
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 9 2
      Emby.Naming/Emby.Naming.csproj

+ 9 - 2
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>