From c7f559f8cefa4c4b90df3bff72290c8bd5b18e01 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 21 Oct 2016 22:08:34 -0400 Subject: make model project portable --- MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj') diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index 1b5599577..790bebd84 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -1,5 +1,5 @@  - + Debug @@ -9,9 +9,10 @@ Properties MediaBrowser.MediaEncoding MediaBrowser.MediaEncoding - v4.5 + v4.6 512 ..\ + true -- cgit v1.2.3 From ce47beba842dc026483dc3649a1efb8c34b30662 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 22 Oct 2016 16:30:37 -0400 Subject: use portable libraries --- MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 10 ++++++---- MediaBrowser.MediaEncoding/packages.config | 2 +- MediaBrowser.Providers/MediaBrowser.Providers.csproj | 12 ++++++------ MediaBrowser.Providers/packages.config | 2 +- Nuget/MediaBrowser.Common.Internal.nuspec | 4 ++-- Nuget/MediaBrowser.Common.nuspec | 8 +++----- Nuget/MediaBrowser.Server.Core.nuspec | 4 ++-- 7 files changed, 21 insertions(+), 21 deletions(-) (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj') diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index 790bebd84..daf234a57 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -37,15 +37,17 @@ 4 - - ..\packages\MediaBrowser.BdInfo.1.0.0.10\lib\net35\BDInfo.dll + + ..\packages\MediaBrowser.BdInfo.1.0.1\lib\portable-net46+win10\BDInfo.dll + True False ..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll - - ..\packages\MediaBrowser.BdInfo.1.0.0.10\lib\net35\DvdLib.dll + + ..\packages\MediaBrowser.BdInfo.1.0.1\lib\portable-net46+win10\DvdLib.dll + True ..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll diff --git a/MediaBrowser.MediaEncoding/packages.config b/MediaBrowser.MediaEncoding/packages.config index 32a5c213d..53db819b7 100644 --- a/MediaBrowser.MediaEncoding/packages.config +++ b/MediaBrowser.MediaEncoding/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/MediaBrowser.Providers/MediaBrowser.Providers.csproj b/MediaBrowser.Providers/MediaBrowser.Providers.csproj index 864699590..5612db7ea 100644 --- a/MediaBrowser.Providers/MediaBrowser.Providers.csproj +++ b/MediaBrowser.Providers/MediaBrowser.Providers.csproj @@ -42,17 +42,17 @@ 4 - - False - ..\packages\MediaBrowser.BdInfo.1.0.0.10\lib\net35\BDInfo.dll + + ..\packages\MediaBrowser.BdInfo.1.0.1\lib\portable-net46+win10\BDInfo.dll + True False ..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll - - False - ..\packages\MediaBrowser.BdInfo.1.0.0.10\lib\net35\DvdLib.dll + + ..\packages\MediaBrowser.BdInfo.1.0.1\lib\portable-net46+win10\DvdLib.dll + True ..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll diff --git a/MediaBrowser.Providers/packages.config b/MediaBrowser.Providers/packages.config index 32a5c213d..53db819b7 100644 --- a/MediaBrowser.Providers/packages.config +++ b/MediaBrowser.Providers/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file diff --git a/Nuget/MediaBrowser.Common.Internal.nuspec b/Nuget/MediaBrowser.Common.Internal.nuspec index aba4913f3..8eec776ba 100644 --- a/Nuget/MediaBrowser.Common.Internal.nuspec +++ b/Nuget/MediaBrowser.Common.Internal.nuspec @@ -3,10 +3,10 @@ MediaBrowser.Common.Internal 3.0.665 - MediaBrowser.Common.Internal + Emby.Common.Internal Luke ebr,Luke,scottisafool - https://github.com/MediaBrowser/MediaBrowser + https://github.com/MediaBrowser/Emby http://www.mb3admin.com/images/mb3icons1-1.png false Contains common components shared by Emby Theater and Emby Server. Not intended for plugin developer consumption. diff --git a/Nuget/MediaBrowser.Common.nuspec b/Nuget/MediaBrowser.Common.nuspec index cd7970127..05ca3f330 100644 --- a/Nuget/MediaBrowser.Common.nuspec +++ b/Nuget/MediaBrowser.Common.nuspec @@ -3,19 +3,17 @@ MediaBrowser.Common 3.0.665 - MediaBrowser.Common + Emby.Common Emby Team ebr,Luke,scottisafool - https://github.com/MediaBrowser/MediaBrowser + 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 index b0dd3ae4f..6a54bbf4f 100644 --- a/Nuget/MediaBrowser.Server.Core.nuspec +++ b/Nuget/MediaBrowser.Server.Core.nuspec @@ -3,10 +3,10 @@ MediaBrowser.Server.Core 3.0.665 - Media Browser.Server.Core + Emby.Server.Core Emby Team ebr,Luke,scottisafool - https://github.com/MediaBrowser/MediaBrowser + https://github.com/MediaBrowser/Emby http://www.mb3admin.com/images/mb3icons1-1.png false Contains core components required to build plugins for Emby Server. -- cgit v1.2.3