diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index a485fa8be0..af5536b366 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -3,6 +3,8 @@ Jellyfin Contributors Jellyfin.Common + https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt + https://github.com/jellyfin/jellyfin diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 3decbc42f7..5898d8f984 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -3,6 +3,8 @@ Jellyfin Contributors Jellyfin.Controller + https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt + https://github.com/jellyfin/jellyfin diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index e223f2cc81..4aacc4a497 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -3,6 +3,8 @@ Jellyfin Contributors Jellyfin.Model + https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt + https://github.com/jellyfin/jellyfin diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec deleted file mode 100644 index a3cb05bf76..0000000000 --- a/Nuget/MediaBrowser.Common.nuspec +++ /dev/null @@ -1,19 +0,0 @@ - - - - MediaBrowser.Common - 3.0.748 - Emby.Common - Emby Team - ebr,Luke,scottisafool - https://github.com/MediaBrowser/Emby - http://www.mb3admin.com/images/mb3icons1-1.png - false - Contains common model objects and interfaces used by all Emby solutions. - Copyright © Emby 2013 - - - - - - diff --git a/Nuget/MediaBrowser.Server.Core.nuspec b/Nuget/MediaBrowser.Server.Core.nuspec deleted file mode 100644 index 6c2f2d399b..0000000000 --- a/Nuget/MediaBrowser.Server.Core.nuspec +++ /dev/null @@ -1,22 +0,0 @@ - - - - MediaBrowser.Server.Core - 3.0.748 - Emby.Server.Core - Emby Team - ebr,Luke,scottisafool - https://github.com/MediaBrowser/Emby - http://www.mb3admin.com/images/mb3icons1-1.png - false - Contains core components required to build plugins for Emby Server. - Copyright © Emby 2013 - - - - - - - - - \ No newline at end of file diff --git a/Nuget/readme.txt b/Nuget/readme.txt deleted file mode 100644 index 3dd1cf65ad..0000000000 --- a/Nuget/readme.txt +++ /dev/null @@ -1,14 +0,0 @@ -To update the nuget packages, follow the below procedure: - -1. Build the solution in release mode. This will update the contents of the dll's folder -2. Open each nuspec file, and increment the versions of each, as well as each of the MB dependencies. - -For example, in MediaBrowser.Common.Internal, increment , as well as Publish. - -4. Check the nuspec files in right away, otherwise there will be merge conflicts. \ No newline at end of file