Skip to content

Commit d2f0c08

Browse files
committed
Make internal types visible to WinRT test project
Fixes issue with UnitsNetException not visible in tests.
1 parent d9dcb40 commit d2f0c08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnitsNet/Properties/AssemblyInfo.WindowsRuntimeComponent.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@
4040
[assembly: NeutralResourcesLanguage("")]
4141
[assembly: CLSCompliant(true)]
4242
[assembly: AssemblyVersion("1.0.0.0")]
43-
[assembly: AssemblyFileVersion("1.0.0.0")]
43+
[assembly: AssemblyFileVersion("1.0.0.0")]
44+
[assembly: InternalsVisibleTo("UnitsNet.WindowsRuntimeComponent.Tests")]

0 commit comments

Comments
 (0)