From e5fb385c67bd66b572d282782302b047b7fca7a1 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 19 Nov 2012 13:09:38 +0000 Subject: [PATCH 1/4] Update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee5e5292..90cce287 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -obj bin deploy *.csproj.user From 4cc497befbb98cd3f109410258e0b86ffad25e32 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 19 Nov 2012 13:11:42 +0000 Subject: [PATCH 2/4] Update CommonAssemblyInfo.cs --- CommonAssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs index e45ecdc0..766b427c 100644 --- a/CommonAssemblyInfo.cs +++ b/CommonAssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Runtime.CompilerServices; +THIS IS GOING TO FAIL THE BUILD using System.Runtime.InteropServices; #if(DEBUG) From 46de830d88107c33d2ce5daec1caa44c6a42fcbe Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 19 Nov 2012 13:13:00 +0000 Subject: [PATCH 3/4] Update CommonAssemblyInfo.cs --- CommonAssemblyInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CommonAssemblyInfo.cs b/CommonAssemblyInfo.cs index 766b427c..e45ecdc0 100644 --- a/CommonAssemblyInfo.cs +++ b/CommonAssemblyInfo.cs @@ -1,6 +1,5 @@ using System.Reflection; using System.Runtime.CompilerServices; -THIS IS GOING TO FAIL THE BUILD using System.Runtime.InteropServices; #if(DEBUG) From 4f07d5c5224a88c0976346cfdae26ebecd342f0d Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Mon, 19 Nov 2012 13:19:13 +0000 Subject: [PATCH 4/4] Update packages/NUnit.2.5.10.11092/license.txt --- packages/NUnit.2.5.10.11092/license.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/NUnit.2.5.10.11092/license.txt b/packages/NUnit.2.5.10.11092/license.txt index ab91df44..3742e934 100644 --- a/packages/NUnit.2.5.10.11092/license.txt +++ b/packages/NUnit.2.5.10.11092/license.txt @@ -1,6 +1,6 @@ -Copyright © 2002-2008 Charlie Poole -Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov -Copyright © 2000-2002 Philip A. Craig +Copyright � 2002-2008 Charlie Poole +Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov +Copyright � 2000-2002 Philip A. Craig This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. @@ -8,8 +8,10 @@ Permission is granted to anyone to use this software for any purpose, including 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. -Portions Copyright © 2002-2008 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig +Portions Copyright � 2002-2008 Charlie Poole or Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright � 2000-2002 Philip A. Craig 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. + +THIS SHOULD NOT TRIGGER A BUILD!