Files
Essentials/essentials-framework/Essentials Core/PepperDashEssentialsBase/Properties/AssemblyInfo.cs
2020-07-13 14:50:57 -06:00

14 lines
789 B
C#

using System.Reflection;
using System.Runtime.CompilerServices;
using Crestron.SimplSharp.Reflection;
[assembly: System.Reflection.AssemblyTitle("PepperDashEssentialsBase")]
[assembly: System.Reflection.AssemblyCompany("PepperDash Technology Corp")]
[assembly: System.Reflection.AssemblyProduct("PepperDashEssentials")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © PepperDash Technology Corp 2020")]
[assembly: System.Reflection.AssemblyVersion("0.0.0.*")]
[assembly: System.Reflection.AssemblyInformationalVersion("0.0.0-buildType-buildNumber")]
[assembly: Crestron.SimplSharp.Reflection.AssemblyInformationalVersion("0.0.0-buildType-buildNumber")]
[assembly: InternalsVisibleTo("Essentials Devices Common")]
[assembly: InternalsVisibleTo("PepperDash_Essentials_DM")]