mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Always make internals visible to UnitTests, so tests can be run in non-debug builds.
This commit is contained in:
		@@ -38,8 +38,4 @@ using System.Runtime.InteropServices;
 | 
			
		||||
 | 
			
		||||
[assembly: AssemblyVersion("1.0.0.0")]
 | 
			
		||||
[assembly: AssemblyFileVersion("1.0.0.0")]
 | 
			
		||||
 | 
			
		||||
#if DEBUG
 | 
			
		||||
 | 
			
		||||
[assembly: InternalsVisibleTo("UnitTests")]
 | 
			
		||||
#endif
 | 
			
		||||
		Reference in New Issue
	
	Block a user