Skip to content

Commit 91a0143

Browse files
committed
Merge branch 'pr-304' into v2.0.2
2 parents c196818 + b2d297a commit 91a0143

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RakeFile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +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.Security']
75+
info.namespaces = ['System', 'System.Security']
76+
77+
info.custom_attributes = {
78+
:CLSCompliant => true
79+
}
7680

7781
puts "The new version is #{info.version}"
7882
end

0 commit comments

Comments
 (0)