Update of /cvsroot/dotnetmock/dotnetmock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13727
Modified Files:
CommonAssemblyInfo.cs DotNetMock.build
StrongCommonAssemblyInfo.cs
Log Message:
- 0.7.5 release
Index: StrongCommonAssemblyInfo.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/StrongCommonAssemblyInfo.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StrongCommonAssemblyInfo.cs 5 Feb 2005 21:14:25 -0000 1.2
--- StrongCommonAssemblyInfo.cs 25 Feb 2005 02:31:07 -0000 1.3
***************
*** 10,14 ****
// Sets assembly version
! [assembly: AssemblyVersion("0.7.4.0")]
// Delay signs assemblies
--- 10,14 ----
// Sets assembly version
! [assembly: AssemblyVersion("0.7.5.0")]
// Delay signs assemblies
Index: DotNetMock.build
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.build,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** DotNetMock.build 25 Feb 2005 02:27:53 -0000 1.24
--- DotNetMock.build 25 Feb 2005 02:31:07 -0000 1.25
***************
*** 1,10 ****
<project name=".NET Mock Objects master build file" default="test" xmlns="http://nant.sf.net/schemas/nant.xsd">
<description>Master build file for .NET Mock Objects project</description>
! <property name="project.config" value="debug" />
<property name="debug.build" value="true" />
<property name="VisualStudioTemplates" value="VisualStudioTemplates" />
<property name="VisualStudioTemplates2003" value="VisualStudioTemplates2003" />
<property name="project.name" value="DotNetMock" />
! <property name="version" value="0.7.4" />
<property name="build.dir" value="build/" />
<property name="dist.dir" value="dist" />
--- 1,10 ----
<project name=".NET Mock Objects master build file" default="test" xmlns="http://nant.sf.net/schemas/nant.xsd">
<description>Master build file for .NET Mock Objects project</description>
! <property name="project.config" value="release" />
<property name="debug.build" value="true" />
<property name="VisualStudioTemplates" value="VisualStudioTemplates" />
<property name="VisualStudioTemplates2003" value="VisualStudioTemplates2003" />
<property name="project.name" value="DotNetMock" />
! <property name="version" value="0.7.5" />
<property name="build.dir" value="build/" />
<property name="dist.dir" value="dist" />
Index: CommonAssemblyInfo.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/CommonAssemblyInfo.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CommonAssemblyInfo.cs 5 Feb 2005 21:12:50 -0000 1.1
--- CommonAssemblyInfo.cs 25 Feb 2005 02:31:07 -0000 1.2
***************
*** 10,13 ****
// Sets assembly version
! [assembly: AssemblyVersion("0.7.4.0")]
--- 10,13 ----
// Sets assembly version
! [assembly: AssemblyVersion("0.7.5.0")]
|