Fixed: Change Host GUID, other Sonarr references (#307)

* Fixed: Change Host GUID, other Sonarr references

* fixup! Random GUID and Copyright Year
This commit is contained in:
Qstick
2018-04-21 14:34:31 -04:00
committed by GitHub
parent f745b7bdbe
commit e73936184b
7 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -1,16 +1,16 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
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("Sonarr.Nancy")]
[assembly: AssemblyTitle("Lidarr.Nancy")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Sonarr.Nancy")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyProduct("Lidarr.Nancy")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]