mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-25 02:14:56 +00:00
14 lines
789 B
C#
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")]
|