Skip to content

Commit b5967d2

Browse files
Ignitionchester89
authored andcommitted
Fixed RakeFile for the new RelationshipPairingVisitor test
1 parent bdd7327 commit b5967d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RakeFile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ namespace :source do
7575
info.product_name = 'FluentNHibernate'
7676
info.description = commit_hash[0..(commit_hash.length - 3)]
7777
info.copyright = "Copyright 2008-#{Time.new.year} James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved."
78-
info.namespaces = ['System', 'System.Security']
78+
info.namespaces = ['System', 'System.Security', 'System.Runtime.CompilerServices']
7979

8080
info.custom_attributes = {
81-
:CLSCompliant => true
81+
:CLSCompliant => true,
82+
:InternalsVisibleTo => "FluentNHibernate.Testing"
8283
}
8384

8485
puts "The new version is #{info.version}"
@@ -314,4 +315,4 @@ task :sln do
314315
Thread.new do
315316
system "devenv #{SLN}"
316317
end
317-
end
318+
end

0 commit comments

Comments
 (0)