diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2020-12-08 20:20:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 20:20:33 +0100 |
| commit | e6650651b3fd85bb359420c72eaf4335b89d0c2c (patch) | |
| tree | 2d05499dc1947e752fe7f45db2f8caf7b2f57f41 /Emby.Server.Implementations/Properties/AssemblyInfo.cs | |
| parent | b83bc0a5895596c6983e1c2e6b90d7732ca4ba6e (diff) | |
| parent | 7027561e195501a11e4417e3350b11fdc98a2c7f (diff) | |
Merge pull request #4738 from jellyfin/tests8
Add tests for HdHomerunHost.GetModelInfo
Diffstat (limited to 'Emby.Server.Implementations/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Emby.Server.Implementations/Properties/AssemblyInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Properties/AssemblyInfo.cs b/Emby.Server.Implementations/Properties/AssemblyInfo.cs index a1933f66e..cb7972173 100644 --- a/Emby.Server.Implementations/Properties/AssemblyInfo.cs +++ b/Emby.Server.Implementations/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Resources; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -14,6 +15,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] +[assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from |
