Skip to content

Commit

Permalink
Updated: referenced assemblies for TVServer 1.14.0 (final)
Browse files Browse the repository at this point in the history
Updated: solution to VS2013
  • Loading branch information
margro committed Apr 23, 2016
1 parent d2b1166 commit 1b26f56
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions TVServerKodi/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.14.0.133:
- Updated: referenced assemblies for TVServer 1.14.0 (final)
- Updated: solution to VS2013

1.12.0.132:
- Fixed: Don't log the ThreadAbortException on a normal TVService shutdown

1.12.0.131:
- Fixed: ListSchedules: don't add a parent schedule id when the schedule type = once
- Extra try/catch blocks around socket connections
Expand Down
4 changes: 2 additions & 2 deletions TVServerKodi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.12.0.133")]
[assembly: AssemblyFileVersion("1.12.0.133")]
[assembly: AssemblyVersion("1.14.0.133")]
[assembly: AssemblyFileVersion("1.14.0.133")]

// Set usage and compatibility information to MediaPortal v1.3.0 beta and above
[assembly: CompatibleVersion("1.9.100.0", "1.5.0.0")]
Expand Down
Binary file modified TVServerKodi/References/Common.Utils.dll
Binary file not shown.
Binary file modified TVServerKodi/References/PluginBase.dll
Binary file not shown.
Binary file modified TVServerKodi/References/SetupControls.dll
Binary file not shown.
Binary file modified TVServerKodi/References/TVDatabase.dll
Binary file not shown.
Binary file modified TVServerKodi/References/TVLibrary.dll
Binary file not shown.
Binary file modified TVServerKodi/References/TvBusinessLayer.dll
Binary file not shown.
Binary file modified TVServerKodi/References/TvControl.dll
Binary file not shown.
Binary file modified TVServerKodi/References/TvLibrary.Interfaces.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions TVServerKodi/TVServerKodi.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TVServerKodi", "TVServerKodi.csproj", "{CE292E6A-53E2-459D-8C87-673073182152}"
EndProject
Global
Expand Down

0 comments on commit 1b26f56

Please sign in to comment.