Browse Source

3.2.1.113

Luke Pulverenti 8 năm trước cách đây
mục cha
commit
45250b7874
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Emby.Server.Core/ApplicationHost.cs
  2. 1 1
      SharedVersion.cs

+ 1 - 1
Emby.Server.Core/ApplicationHost.cs

@@ -1253,7 +1253,7 @@ namespace Emby.Server.Core
             list.Add(GetAssembly(typeof(InstallationManager)));
 
             // Emby.Server.Core
-            list.Add(GetAssembly(typeof(ServerApplicationPaths)));
+            list.Add(GetAssembly(typeof(ApplicationHost)));
 
             // MediaEncoding
             list.Add(GetAssembly(typeof(MediaEncoder)));

+ 1 - 1
SharedVersion.cs

@@ -1,3 +1,3 @@
 using System.Reflection;
 
-[assembly: AssemblyVersion("3.2.1.112")]
+[assembly: AssemblyVersion("3.2.1.113")]