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 @@ -72,10 +72,11 @@ namespace :source do
72
72
info.product_name = 'FluentNHibernate'
73
73
info.description = commit_hash[0..(commit_hash.length - 3)]
74
74
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' ]
76
76
77
77
info.custom_attributes = {
78
- :CLSCompliant => true
78
+ :CLSCompliant => true,
79
+ :InternalsVisibleTo => "FluentNHibernate.Testing"
79
80
}
80
81
81
82
puts "The new version is #{info.version}"
@@ -287,4 +288,4 @@ task :sln do
287
288
Thread.new do
288
289
system "devenv #{SLN}"
289
290
end
290
- end
291
+ end
You can’t perform that action at this time.
0 commit comments