Fixed a dependancy issue with #844

This commit is contained in:
Jamie.Rees 2016-12-29 09:44:16 +00:00
commit b2e53c05af
3 changed files with 5 additions and 3 deletions

View file

@ -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("")]