Skip to content

Commit 650e2f4

Browse files
committed
fixed MSpec executable path
1 parent 3f14c68 commit 650e2f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace :specs do
9191

9292
desc 'Run MSpec specs'
9393
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'
9595
mspec.assemblies 'src/FluentNHibernate.Specs/bin/Release/FluentNHibernate.Specs.dll'
9696
end
9797

src/CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using System.Security;
22
using System.Reflection;
3-
3+
using System.Runtime.InteropServices;
44
[assembly: AssemblyCompany("http://fluentnhibernate.org")]
55
[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.")]
77
[assembly: AssemblyVersion("1.3.0.0")]
88

9-
[assembly: AllowPartiallyTrustedCallers]
9+
[assembly: AllowPartiallyTrustedCallers()]

0 commit comments

Comments
 (0)