Skip to content

Commit

Permalink
Updated: references assemblies for MediaPortal 2.1-pre release TVServ…
Browse files Browse the repository at this point in the history
…er 1.15.100
  • Loading branch information
margro committed Jan 13, 2017
1 parent 2e0054e commit 47a72bd
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions TVServerKodi/Changelog.txt
Original file line number Diff line number Diff line change
@@ -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
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.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")]
Expand Down
Binary file modified TVServerKodi/References/Common.Utils.dll
Binary file not shown.
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/System.Data.SQLite.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: 3 additions & 1 deletion TVServerKodi/TVServerKodi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@
<Compile Include="TV\Utils.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="Gentle.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 47a72bd

Please sign in to comment.