From 89ff1f2af65283158e5ebe69bcc3d652b887ea34 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 28 Oct 2016 14:35:17 -0400 Subject: [PATCH] update components --- BDInfo/BDInfo.csproj | 5 - DvdLib/DvdLib.csproj | 5 - .../BaseApplicationHost.cs | 21 +- ...MediaBrowser.Common.Implementations.csproj | 17 +- .../packages.config | 5 +- MediaBrowser.Dlna/MediaBrowser.Dlna.csproj | 4 +- .../Encoder/EncoderValidator.cs | 7 +- .../Encoder/MediaEncoder.cs | 10 +- .../Services/QueryParamCollection.cs | 12 + .../Archiving/ZipClient.cs | 6 +- .../IO/MemoryStreamProvider.cs | 3 +- .../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 | 1071 ++++++++--------- 18 files changed, 553 insertions(+), 728 deletions(-) rename {MediaBrowser.Common.Implementations => MediaBrowser.Server.Implementations}/Archiving/ZipClient.cs (98%) rename {MediaBrowser.Common.Implementations => MediaBrowser.Server.Implementations}/IO/MemoryStreamProvider.cs (93%) diff --git a/BDInfo/BDInfo.csproj b/BDInfo/BDInfo.csproj index d07d4ce2b0..8e1c7e71a7 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 -) -