diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-01-16 11:52:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-16 11:52:24 -0500 |
| commit | 933ef438894ed233fec46badf58dd4f26492e832 (patch) | |
| tree | 2992aa4f65084e4447fb884e830efec82ef4bbc6 | |
| parent | 2b1e3aa45fea4dca1f4fa65b2b6cfb1618781d59 (diff) | |
| parent | 351bac44c5b629ef40102f6219572c8bde58b2e4 (diff) | |
Merge pull request #587 from Bond-009/naming
Add nuget info to Emby.Naming
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 11 |
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> |
