diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-01-14 22:02:51 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-01-14 22:02:51 +0100 |
| commit | 351bac44c5b629ef40102f6219572c8bde58b2e4 (patch) | |
| tree | b36cb4cf1b7bcd72ad7b2133ea33cb523612142f /Emby.Naming | |
| parent | f8dd182e422db49d98cc090f4e205cc46517f610 (diff) | |
Add nuget info to Emby.Naming
Diffstat (limited 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> |
