File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ namespace :specs do
91
91
92
92
desc 'Run MSpec specs'
93
93
mspec :mspec do |mspec|
94
- mspec.command = 'src/packages/Machine.Specifications.0.5.15.0 /tools/mspec.exe'
94
+ mspec.command = 'src/packages/Machine.Specifications.0.5.15/tools/mspec.exe'
95
95
mspec.assemblies 'src/FluentNHibernate.Specs/bin/Release/FluentNHibernate.Specs.dll'
96
96
end
97
97
Original file line number Diff line number Diff line change 1
1
using System . Security ;
2
2
using System . Reflection ;
3
-
3
+ using System . Runtime . InteropServices ;
4
4
[ assembly: AssemblyCompany ( "http://fluentnhibernate.org" ) ]
5
5
[ assembly: AssemblyProduct ( "FluentNHibernate" ) ]
6
- [ assembly: AssemblyCopyright ( "Copyright 2008-2011 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved." ) ]
6
+ [ assembly: AssemblyCopyright ( "Copyright 2008-2013 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved." ) ]
7
7
[ assembly: AssemblyVersion ( "1.3.0.0" ) ]
8
8
9
- [ assembly: AllowPartiallyTrustedCallers ]
9
+ [ assembly: AllowPartiallyTrustedCallers ( ) ]
You can’t perform that action at this time.
0 commit comments