diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-07 16:58:33 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-07 16:58:33 +0100 |
| commit | e1379610e588d6226e50149942bd8589a2c0bb08 (patch) | |
| tree | bfb9201738687c4e6cc94f6c217290d2e00e9900 /MediaBrowser.Common | |
| parent | c986340c02cb0b7fe06569d25a1b5d1c8375f7f6 (diff) | |
Ground work to get plugins functional again
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/MediaBrowser.Common.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index f625a17ee..a485fa8be 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -1,5 +1,10 @@ <Project Sdk="Microsoft.NET.Sdk"> + <PropertyGroup> + <Authors>Jellyfin Contributors</Authors> + <PackageId>Jellyfin.Common</PackageId> + </PropertyGroup> + <ItemGroup> <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> </ItemGroup> |
