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.Model/MediaBrowser.Model.csproj | |
| parent | c986340c02cb0b7fe06569d25a1b5d1c8375f7f6 (diff) | |
Ground work to get plugins functional again
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index fe10688426..e223f2cc81 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -1,6 +1,11 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> + <Authors>Jellyfin Contributors</Authors> + <PackageId>Jellyfin.Model</PackageId> + </PropertyGroup> + + <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> |
