diff --git a/TVServerKodi/Changelog.txt b/TVServerKodi/Changelog.txt index 785dbbf..6842bdc 100644 --- a/TVServerKodi/Changelog.txt +++ b/TVServerKodi/Changelog.txt @@ -1,3 +1,6 @@ +1.15.100.137: +- Updated: references assemblies for MediaPortal 2.1-pre release TVServer 1.15.100 + 1.13.100.137: - Fixed: Use URL escaping for the GetRecordingInfo and GetScheduleInfo commands to accept fields with enters inside This fixes recording playback for in progress recordings when the description fields contains a multi-line string diff --git a/TVServerKodi/Properties/AssemblyInfo.cs b/TVServerKodi/Properties/AssemblyInfo.cs index 148797d..315d5de 100644 --- a/TVServerKodi/Properties/AssemblyInfo.cs +++ b/TVServerKodi/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.13.100.137")] -[assembly: AssemblyFileVersion("1.13.100.137")] +[assembly: AssemblyVersion("1.15.100.137")] +[assembly: AssemblyFileVersion("1.15.100.137")] // Set usage and compatibility information to MediaPortal v1.3.0 beta and above [assembly: CompatibleVersion("1.9.100.0", "1.5.0.0")] diff --git a/TVServerKodi/References/Common.Utils.dll b/TVServerKodi/References/Common.Utils.dll index 587ec42..fe49fea 100644 Binary files a/TVServerKodi/References/Common.Utils.dll and b/TVServerKodi/References/Common.Utils.dll differ diff --git a/TVServerKodi/References/Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll b/TVServerKodi/References/Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll new file mode 100644 index 0000000..0563164 Binary files /dev/null and b/TVServerKodi/References/Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll differ diff --git a/TVServerKodi/References/PluginBase.dll b/TVServerKodi/References/PluginBase.dll index a13380d..ca731e5 100644 Binary files a/TVServerKodi/References/PluginBase.dll and b/TVServerKodi/References/PluginBase.dll differ diff --git a/TVServerKodi/References/SetupControls.dll b/TVServerKodi/References/SetupControls.dll index 637fd27..c8e3f0f 100644 Binary files a/TVServerKodi/References/SetupControls.dll and b/TVServerKodi/References/SetupControls.dll differ diff --git a/TVServerKodi/References/System.Data.SQLite.DLL b/TVServerKodi/References/System.Data.SQLite.DLL index cb73703..9149275 100644 Binary files a/TVServerKodi/References/System.Data.SQLite.DLL and b/TVServerKodi/References/System.Data.SQLite.DLL differ diff --git a/TVServerKodi/References/TVDatabase.dll b/TVServerKodi/References/TVDatabase.dll index a969532..999585b 100644 Binary files a/TVServerKodi/References/TVDatabase.dll and b/TVServerKodi/References/TVDatabase.dll differ diff --git a/TVServerKodi/References/TVLibrary.dll b/TVServerKodi/References/TVLibrary.dll index 7a2ac79..ae3e7d8 100644 Binary files a/TVServerKodi/References/TVLibrary.dll and b/TVServerKodi/References/TVLibrary.dll differ diff --git a/TVServerKodi/References/TvBusinessLayer.dll b/TVServerKodi/References/TvBusinessLayer.dll index b0382e3..dedf546 100644 Binary files a/TVServerKodi/References/TvBusinessLayer.dll and b/TVServerKodi/References/TvBusinessLayer.dll differ diff --git a/TVServerKodi/References/TvControl.dll b/TVServerKodi/References/TvControl.dll index f6ad950..afb5306 100644 Binary files a/TVServerKodi/References/TvControl.dll and b/TVServerKodi/References/TvControl.dll differ diff --git a/TVServerKodi/References/TvLibrary.Interfaces.dll b/TVServerKodi/References/TvLibrary.Interfaces.dll index e1b9761..aba6da5 100644 Binary files a/TVServerKodi/References/TvLibrary.Interfaces.dll and b/TVServerKodi/References/TvLibrary.Interfaces.dll differ diff --git a/TVServerKodi/TVServerKodi.csproj b/TVServerKodi/TVServerKodi.csproj index 789d183..b8b26d2 100644 --- a/TVServerKodi/TVServerKodi.csproj +++ b/TVServerKodi/TVServerKodi.csproj @@ -124,7 +124,9 @@ - + + Designer + Always