Skip to content

Commit 4f14dd3

Browse files
committed
AssemblyInfo: Add InternalsVisibleTo for test project
1 parent c49a0d2 commit 4f14dd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UnitsNet/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
using System;
2323
using System.Reflection;
2424
using System.Resources;
25+
using System.Runtime.CompilerServices;
2526

2627
// General Information about an assembly is controlled through the following
2728
// set of attributes. Change these attribute values to modify the information
@@ -37,6 +38,9 @@
3738
[assembly: AssemblyCulture("")]
3839
[assembly: NeutralResourcesLanguage("")]
3940
[assembly: CLSCompliant(true)]
41+
42+
// Give access to internal members for testing
43+
[assembly: InternalsVisibleTo("UnitsNet.Tests")]
4044
// Version information for an assembly consists of the following four values:
4145
//
4246
// Major Version

0 commit comments

Comments
 (0)