diff --git a/Ombi.UI/NinjectModules/ServicesModule.cs b/Ombi.UI/NinjectModules/ServicesModule.cs index 63d5ade86..42a40e430 100644 --- a/Ombi.UI/NinjectModules/ServicesModule.cs +++ b/Ombi.UI/NinjectModules/ServicesModule.cs @@ -26,6 +26,7 @@ #endregion using Ninject.Modules; +using Ombi.Core; using Ombi.Core.Queue; using Ombi.Helpers.Analytics; using Ombi.Services.Interfaces; @@ -49,6 +50,7 @@ namespace Ombi.UI.NinjectModules Bind().To(); Bind().To(); Bind().To(); + Bind().To(); Bind().To(); Bind().To(); diff --git a/Ombi.UI/Ombi.UI.csproj b/Ombi.UI/Ombi.UI.csproj index 766485f1c..74904233c 100644 --- a/Ombi.UI/Ombi.UI.csproj +++ b/Ombi.UI/Ombi.UI.csproj @@ -8,7 +8,7 @@ Exe Properties Ombi.UI - Ombi.UI + Ombi v4.5 512 ..\..\ diff --git a/Ombi.UI/Properties/AssemblyInfo.cs b/Ombi.UI/Properties/AssemblyInfo.cs index f92c8cfc9..aec8df16e 100644 --- a/Ombi.UI/Properties/AssemblyInfo.cs +++ b/Ombi.UI/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Ombi.UI")] +[assembly: AssemblyTitle("Ombi")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Ombi.UI")] +[assembly: AssemblyProduct("Ombi")] [assembly: AssemblyCopyright("Copyright © 2016")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")]