Skip to content

Commit b963a8c

Browse files
committed
Merge pull request #327 from chester89/v1.5.2
version 1.5.2
2 parents 11f067f + b5c47b4 commit b963a8c

File tree

68 files changed

+509
-4812
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+509
-4812
lines changed

Build.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

MIRROR

Whitespace-only changes.

RakeFile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ 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', 'System.Runtime.CompilerServices']
79+
80+
info.custom_attributes = {
81+
:CLSCompliant => true,
82+
:InternalsVisibleTo => "FluentNHibernate.Testing"
83+
}
7984

8085
puts "The new version is #{info.version}"
8186
end
@@ -105,7 +110,7 @@ namespace :source do
105110
DefineConstants: 'NH' + NH_VERSION.gsub('.', ''),
106111
WarningLevel: 0
107112
}
108-
msbuild.targets [:Clean, :Build]
113+
msbuild.targets [:Build]
109114
msbuild.solution = SLN
110115
msbuild.verbosity = :minimal
111116
msbuild.parameters = ["/p:TargetFrameworkVersion=#{Platform.config['build']['target_framework']}"]
@@ -310,4 +315,4 @@ task :sln do
310315
Thread.new do
311316
system "devenv #{SLN}"
312317
end
313-
end
318+
end

buildsupport/BuildUtils.rb

Lines changed: 0 additions & 121 deletions
This file was deleted.

buildsupport/ILMerge.exe

-753 KB
Binary file not shown.

buildsupport/ILRepack.rb

Lines changed: 0 additions & 38 deletions
This file was deleted.

buildsupport/RakeFile

Lines changed: 0 additions & 5 deletions
This file was deleted.

buildsupport/Ruby_Not_Installed.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

buildsupport/common.rb

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)