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.
2 parents c196818 + b2d297a commit 91a0143Copy full SHA for 91a0143
RakeFile
@@ -72,7 +72,11 @@ namespace :source do
72
info.product_name = 'FluentNHibernate'
73
info.description = commit_hash[0..(commit_hash.length - 3)]
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.Security']
+ info.namespaces = ['System', 'System.Security']
76
+
77
+ info.custom_attributes = {
78
+ :CLSCompliant => true
79
+ }
80
81
puts "The new version is #{info.version}"
82
end
0 commit comments