Updates the name for Essentials_DM to PepperDash_Essentials_DM to ensure the .cplz name matches the .dll name

This commit is contained in:
Neil Dorin
2020-04-01 15:08:24 -06:00
parent f0010a7625
commit 9828e79668
5 changed files with 165 additions and 165 deletions

View File

@@ -1,7 +1,7 @@
using System.Reflection;
using Crestron.SimplSharp.Reflection;
[assembly: System.Reflection.AssemblyTitle("Essentials_DM")]
[assembly: System.Reflection.AssemblyTitle("PepperDash_Essentials_DM")]
[assembly: System.Reflection.AssemblyCompany("PepperDash Technology Corp")]
[assembly: System.Reflection.AssemblyProduct("PepperDashEssentials")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © PepperDash Technology Corp 2020")]