mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
Allow some outside assemblies to see internals
This commit is contained in:
parent
9732da7a8a
commit
cef8dbd706
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
using System.Runtime.CompilerServices;
|
||||||
using Crestron.SimplSharp.Reflection;
|
using Crestron.SimplSharp.Reflection;
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyTitle("PepperDashEssentialsBase")]
|
[assembly: System.Reflection.AssemblyTitle("PepperDashEssentialsBase")]
|
||||||
|
|
@ -8,4 +9,5 @@ using Crestron.SimplSharp.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyVersion("0.0.0.*")]
|
[assembly: System.Reflection.AssemblyVersion("0.0.0.*")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersion("0.0.0-buildType-buildNumber")]
|
[assembly: System.Reflection.AssemblyInformationalVersion("0.0.0-buildType-buildNumber")]
|
||||||
[assembly: Crestron.SimplSharp.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")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue