Skip to content

Commit

Permalink
3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Aug 2, 2018
1 parent bcc167b commit ed925c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj
Expand Up @@ -41,6 +41,9 @@
<Reference Include="Emby.Server.Connect">
<HintPath>..\ThirdParty\emby\Emby.Server.Connect.dll</HintPath>
</Reference>
<Reference Include="Emby.Server.Sync">
<HintPath>..\ThirdParty\emby\Emby.Server.Sync.dll</HintPath>
</Reference>
<Reference Include="Emby.XmlTv, Version=1.0.6700.31789, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Emby.XmlTv.1.0.15\lib\portable-net45+netstandard2.0+win8\Emby.XmlTv.dll</HintPath>
</Reference>
Expand Down
1 change: 1 addition & 0 deletions MediaBrowser.Server.Mono/MonoAppHost.cs
Expand Up @@ -43,6 +43,7 @@ protected override List<Assembly> GetAssembliesWithPartsInternal()

list.Add(GetType().Assembly);
list.Add(typeof(ConnectManager).Assembly);
list.Add(typeof(Emby.Server.Sync.SyncManager).Assembly);

return list;
}
Expand Down
2 changes: 1 addition & 1 deletion SharedVersion.cs
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("3.5.1.0")]
[assembly: AssemblyVersion("3.5.2.0")]
Binary file added ThirdParty/emby/Emby.Server.Sync.dll
Binary file not shown.

0 comments on commit ed925c3

Please sign in to comment.