From 89ff1f2af65283158e5ebe69bcc3d652b887ea34 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 28 Oct 2016 14:35:17 -0400 Subject: update components --- BDInfo/BDInfo.csproj | 5 - DvdLib/DvdLib.csproj | 5 - .../Archiving/ZipClient.cs | 189 ---- .../BaseApplicationHost.cs | 21 +- .../IO/MemoryStreamProvider.cs | 45 - .../MediaBrowser.Common.Implementations.csproj | 17 +- .../packages.config | 5 +- MediaBrowser.Dlna/MediaBrowser.Dlna.csproj | 4 +- .../Encoder/EncoderValidator.cs | 7 +- MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | 10 +- .../Services/QueryParamCollection.cs | 12 + .../Archiving/ZipClient.cs | 189 ++++ .../IO/MemoryStreamProvider.cs | 44 + .../LiveTv/EmbyTV/EncodedRecorder.cs | 2 +- .../MediaBrowser.Server.Implementations.csproj | 14 +- .../Persistence/SqliteItemRepository.cs | 72 +- .../packages.config | 3 +- .../ApplicationHost.cs | 20 + OpenSubtitlesHandler/project.json | 4 +- OpenSubtitlesHandler/project.lock.json | 1113 +++++++++----------- 20 files changed, 803 insertions(+), 978 deletions(-) delete mode 100644 MediaBrowser.Common.Implementations/Archiving/ZipClient.cs delete mode 100644 MediaBrowser.Common.Implementations/IO/MemoryStreamProvider.cs create mode 100644 MediaBrowser.Server.Implementations/Archiving/ZipClient.cs create mode 100644 MediaBrowser.Server.Implementations/IO/MemoryStreamProvider.cs diff --git a/BDInfo/BDInfo.csproj b/BDInfo/BDInfo.csproj index d07d4ce2b..8e1c7e71a 100644 --- a/BDInfo/BDInfo.csproj +++ b/BDInfo/BDInfo.csproj @@ -62,11 +62,6 @@ - - if $(ConfigurationName) == Release ( -xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i -) -