Skip to content

Commit 24af69b

Browse files
Ignitionchester89
authored andcommitted
Fixed RakeFile for the new RelationshipPairingVisitor test
1 parent a836fea commit 24af69b

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
@@ -72,10 +72,11 @@ namespace :source do
7272
info.product_name = 'FluentNHibernate'
7373
info.description = commit_hash[0..(commit_hash.length - 3)]
7474
info.copyright = "Copyright 2008-#{Time.new.year} James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved."
75-
info.namespaces = ['System', 'System.Security']
75+
info.namespaces = ['System', 'System.Security', 'System.Runtime.CompilerServices']
7676

7777
info.custom_attributes = {
78-
:CLSCompliant => true
78+
:CLSCompliant => true,
79+
:InternalsVisibleTo => "FluentNHibernate.Testing"
7980
}
8081

8182
puts "The new version is #{info.version}"
@@ -287,4 +288,4 @@ task :sln do
287288
Thread.new do
288289
system "devenv #{SLN}"
289290
end
290-
end
291+
end

0 commit comments

Comments
 (0)