Update of /cvsroot/sharpcvslib/sharpcvslib/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13190/src
Modified Files:
SharpCvsLib.Console.csproj SharpCvsLib.Tests.csproj
SharpCvsLib.csproj SharpCvsLibAssemblyInfo.cs
Log Message:
Upgraded NUnit to NAnt version 2.2.0 and also upgraded the #ziplib to 0.8.1.
Index: SharpCvsLib.Tests.csproj
===================================================================
RCS file: /cvsroot/sharpcvslib/sharpcvslib/src/SharpCvsLib.Tests.csproj,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** SharpCvsLib.Tests.csproj 6 Sep 2004 08:10:26 -0000 1.13
--- SharpCvsLib.Tests.csproj 9 Sep 2004 07:05:19 -0000 1.14
***************
*** 100,104 ****
Name = "nunit.framework"
AssemblyName = "nunit.framework"
! HintPath = "c:\progra~1\mailfr~1\testru~1\nunit.framework.dll"
/>
</References>
--- 100,104 ----
Name = "nunit.framework"
AssemblyName = "nunit.framework"
! HintPath = "..\lib\ext\nunit.framework.dll"
/>
</References>
Index: SharpCvsLib.Console.csproj
===================================================================
RCS file: /cvsroot/sharpcvslib/sharpcvslib/src/SharpCvsLib.Console.csproj,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** SharpCvsLib.Console.csproj 6 Sep 2004 08:10:15 -0000 1.12
--- SharpCvsLib.Console.csproj 9 Sep 2004 07:05:19 -0000 1.13
***************
*** 91,99 ****
/>
<Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "c:\progra~1\mailfr~1\testru~1\nunit.framework.dll"
- />
- <Reference
Name = "SharpCvsLib"
Project = "{B420A3A2-DB67-4C4A-99DE-5577C4C04B3F}"
--- 91,94 ----
Index: SharpCvsLib.csproj
===================================================================
RCS file: /cvsroot/sharpcvslib/sharpcvslib/src/SharpCvsLib.csproj,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** SharpCvsLib.csproj 6 Sep 2004 08:10:26 -0000 1.11
--- SharpCvsLib.csproj 9 Sep 2004 07:05:19 -0000 1.12
***************
*** 97,105 ****
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.EnterpriseServices.dll"
/>
- <Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "c:\progra~1\mailfr~1\testru~1\nunit.framework.dll"
- />
</References>
</Build>
--- 97,100 ----
Index: SharpCvsLibAssemblyInfo.cs
===================================================================
RCS file: /cvsroot/sharpcvslib/sharpcvslib/src/SharpCvsLibAssemblyInfo.cs,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** SharpCvsLibAssemblyInfo.cs 6 Sep 2004 08:10:26 -0000 1.26
--- SharpCvsLibAssemblyInfo.cs 9 Sep 2004 07:05:19 -0000 1.27
***************
*** 16,22 ****
[assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(true)]
! [assembly: AssemblyVersionAttribute("0.36.4320.3023")]
[assembly: AssemblyTitleAttribute("Concurrent Versions System (sharpCVS) (client)")]
! [assembly: AssemblyDescriptionAttribute("win32; net-1.0; 2004/08/20 08:23:50")]
[assembly: AssemblyCopyrightAttribute("Mike Krueger 2001-2002, SharpCvsLib Developers 2003-2004\r\n\r\nCVS may be copied onl" +
"y under the terms of the GNU General Public License,\r\na copy of which can be fou" +
--- 16,22 ----
[assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(true)]
! [assembly: AssemblyVersionAttribute("0.36.4409.16")]
[assembly: AssemblyTitleAttribute("Concurrent Versions System (sharpCVS) (client)")]
! [assembly: AssemblyDescriptionAttribute("win32; net-1.0; 2004/09/09 12:02:42")]
[assembly: AssemblyCopyrightAttribute("Mike Krueger 2001-2002, SharpCvsLib Developers 2003-2004\r\n\r\nCVS may be copied onl" +
"y under the terms of the GNU General Public License,\r\na copy of which can be fou" +
|