Skip to content

Commit

Permalink
Merge pull request #327 from chester89/v1.5.2
Browse files Browse the repository at this point in the history
version 1.5.2
  • Loading branch information
chester89 committed Oct 5, 2015
2 parents 11f067f + b5c47b4 commit b963a8c
Show file tree
Hide file tree
Showing 68 changed files with 509 additions and 4,812 deletions.
1 change: 0 additions & 1 deletion Build.bat

This file was deleted.

Empty file removed MIRROR
Empty file.
11 changes: 8 additions & 3 deletions RakeFile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ namespace :source do
info.product_name = 'FluentNHibernate'
info.description = commit_hash[0..(commit_hash.length - 3)]
info.copyright = "Copyright 2008-#{Time.new.year} James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved."
info.namespaces = ['System.Security']
info.namespaces = ['System', 'System.Security', 'System.Runtime.CompilerServices']

info.custom_attributes = {
:CLSCompliant => true,
:InternalsVisibleTo => "FluentNHibernate.Testing"
}

puts "The new version is #{info.version}"
end
Expand Down Expand Up @@ -105,7 +110,7 @@ namespace :source do
DefineConstants: 'NH' + NH_VERSION.gsub('.', ''),
WarningLevel: 0
}
msbuild.targets [:Clean, :Build]
msbuild.targets [:Build]
msbuild.solution = SLN
msbuild.verbosity = :minimal
msbuild.parameters = ["/p:TargetFrameworkVersion=#{Platform.config['build']['target_framework']}"]
Expand Down Expand Up @@ -310,4 +315,4 @@ task :sln do
Thread.new do
system "devenv #{SLN}"
end
end
end
121 changes: 0 additions & 121 deletions buildsupport/BuildUtils.rb

This file was deleted.

Binary file removed buildsupport/ILMerge.exe
Binary file not shown.
38 changes: 0 additions & 38 deletions buildsupport/ILRepack.rb

This file was deleted.

5 changes: 0 additions & 5 deletions buildsupport/RakeFile

This file was deleted.

30 changes: 0 additions & 30 deletions buildsupport/Ruby_Not_Installed.txt

This file was deleted.

15 changes: 0 additions & 15 deletions buildsupport/common.rb

This file was deleted.

Loading

0 comments on commit b963a8c

Please sign in to comment.