Skip to content

Commit

Permalink
Updated: reference assemblies for MediaPortal 2.1.2 TVServer 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
margro committed Dec 2, 2017
1 parent 61c9773 commit f3592a6
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 8 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.18.0.138:
- Updated: reference assemblies for MediaPortal 2.1.2 TVServer 1.18.0

1.16.0.137:
- Updated: reference assemblies for MediaPortal 2.1 final TVServer 1.16.0

Expand Down
2 changes: 0 additions & 2 deletions TVServerKodi/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using TvControl;


Expand Down
8 changes: 4 additions & 4 deletions TVServerKodi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("TVServerKodi")]
[assembly: AssemblyCopyright("Copyright © Marcel Groothuis 2010-2016")]
[assembly: AssemblyCopyright("Copyright © Marcel Groothuis 2010-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -30,10 +30,10 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.16.0.137")]
[assembly: AssemblyFileVersion("1.16.0.137")]
[assembly: AssemblyVersion("1.18.0.138")]
[assembly: AssemblyFileVersion("1.18.0.138")]

// Set usage and compatibility information to MediaPortal v1.3.0 beta and above
[assembly: CompatibleVersion("1.9.100.0", "1.5.0.0")]
[assembly: CompatibleVersion("1.18.0.0", "1.5.0.0")]
[assembly: UsesSubsystem("TVE")]

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/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.
Binary file added TVServerKodi/References/TvLibrary.Utils.dll
Binary file not shown.
11 changes: 10 additions & 1 deletion TVServerKodi/TVServerKodi.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand Down Expand Up @@ -45,6 +45,7 @@
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -55,6 +56,7 @@
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Compile Include="Commands\CloseConnection.cs" />
Expand Down Expand Up @@ -159,6 +161,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>References\log4net.dll</HintPath>
</Reference>
<Reference Include="Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>References\Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll</HintPath>
</Reference>
<Reference Include="MySql.Data, Version=1.0.7.30072, Culture=neutral, PublicKeyToken=c5687fc88969c44d">
<SpecificVersion>False</SpecificVersion>
<HintPath>References\MySql.Data.dll</HintPath>
Expand Down Expand Up @@ -201,6 +207,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>References\TvLibrary.Interfaces.dll</HintPath>
</Reference>
<Reference Include="TvLibrary.Utils">
<HintPath>References\TvLibrary.Utils.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Forms\CreateShareForm.resx">
Expand Down
2 changes: 1 addition & 1 deletion TVServerKodi/TVServerKodi.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

0 comments on commit f3592a6

Please sign in to comment.