File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,10 +75,11 @@ namespace :source do
75
75
info.product_name = 'FluentNHibernate'
76
76
info.description = commit_hash[0..(commit_hash.length - 3)]
77
77
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' ]
79
79
80
80
info.custom_attributes = {
81
- :CLSCompliant => true
81
+ :CLSCompliant => true,
82
+ :InternalsVisibleTo => "FluentNHibernate.Testing"
82
83
}
83
84
84
85
puts "The new version is #{info.version}"
@@ -314,4 +315,4 @@ task :sln do
314
315
Thread.new do
315
316
system "devenv #{SLN}"
316
317
end
317
- end
318
+ end
You can’t perform that action at this time.
0 commit comments