Skip to content

Commit 143a40f

Browse files
committed
Closes #303
1 parent bfca6de commit 143a40f

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
@@ -75,7 +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.Security']
78+
info.namespaces = ['System', 'System.Security']
79+
80+
info.custom_attributes = {
81+
:CLSCompliant => true
82+
}
7983

8084
puts "The new version is #{info.version}"
8185
end

0 commit comments

Comments
 (0)