We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfca6de commit 143a40fCopy full SHA for 143a40f
RakeFile
@@ -75,7 +75,11 @@ namespace :source do
75
info.product_name = 'FluentNHibernate'
76
info.description = commit_hash[0..(commit_hash.length - 3)]
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.Security']
+ info.namespaces = ['System', 'System.Security']
79
+
80
+ info.custom_attributes = {
81
+ :CLSCompliant => true
82
+ }
83
84
puts "The new version is #{info.version}"
85
end
0 commit comments