diff --git a/TVServerKodi/Changelog.txt b/TVServerKodi/Changelog.txt index ccd3e30..1d29305 100644 --- a/TVServerKodi/Changelog.txt +++ b/TVServerKodi/Changelog.txt @@ -1,3 +1,6 @@ +1.23.0.143: +- Updated: reference assemblies for MediaPortal 2.2.2 TVServer 1.23.0 + 1.22.0.142: - Fixed: report an error when no TV channels are found (e.g. when group names do not exist) - Added: allow addition of TV webstreams. Choose DVB-IP, add the URL and set network id, transport id, service id and pmt pid all to 0 diff --git a/TVServerKodi/Properties/AssemblyInfo.cs b/TVServerKodi/Properties/AssemblyInfo.cs index f45bcf3..53a5406 100644 --- a/TVServerKodi/Properties/AssemblyInfo.cs +++ b/TVServerKodi/Properties/AssemblyInfo.cs @@ -29,8 +29,8 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.22.0.142")] -[assembly: AssemblyFileVersion("1.22.0.142")] +[assembly: AssemblyVersion("1.23.0.143")] +[assembly: AssemblyFileVersion("1.23.0.143")] // Set usage and compatibility information to for TVServer 1.20 and above [assembly: CompatibleVersion("1.21.0.0", "1.5.0.0")] diff --git a/TVServerKodi/References/Common.Utils.dll b/TVServerKodi/References/Common.Utils.dll index f31f2f1..7b52e65 100644 Binary files a/TVServerKodi/References/Common.Utils.dll and b/TVServerKodi/References/Common.Utils.dll differ diff --git a/TVServerKodi/References/PluginBase.dll b/TVServerKodi/References/PluginBase.dll index e64dfa5..afb222f 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 77faa22..cbf8b60 100644 Binary files a/TVServerKodi/References/SetupControls.dll and b/TVServerKodi/References/SetupControls.dll differ diff --git a/TVServerKodi/References/TVDatabase.dll b/TVServerKodi/References/TVDatabase.dll index 2286dca..d30b2ce 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 8c1dc86..d68228e 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 12b29e2..2471294 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 eee76cc..5ef47bd 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 c0a522a..af9b471 100644 Binary files a/TVServerKodi/References/TvLibrary.Interfaces.dll and b/TVServerKodi/References/TvLibrary.Interfaces.dll differ diff --git a/TVServerKodi/References/TvLibrary.Utils.dll b/TVServerKodi/References/TvLibrary.Utils.dll index 98b01bc..41d7a49 100644 Binary files a/TVServerKodi/References/TvLibrary.Utils.dll and b/TVServerKodi/References/TvLibrary.Utils.dll differ