[Springnet-commits] Spring.Net/src/Spring CommonAssemblyInfo.cs, 1.23, 1.24
Brought to you by:
aseovic,
markpollack
From: Mark P. <mar...@us...> - 2008-04-01 19:51:43
|
Update of /cvsroot/springnet/Spring.Net/src/Spring In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15841/src/Spring Modified Files: CommonAssemblyInfo.cs Log Message: SPRNET-906 Build scripts generate unique revision numbers for assemblies Index: CommonAssemblyInfo.cs =================================================================== RCS file: /cvsroot/springnet/Spring.Net/src/Spring/CommonAssemblyInfo.cs,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CommonAssemblyInfo.cs 6 Dec 2007 21:40:37 -0000 1.23 --- CommonAssemblyInfo.cs 1 Apr 2008 19:51:04 -0000 1.24 *************** *** 25,38 **** // Major Version // Minor Version ! // Revision ! // .NET Framework Version // ! // This is as good a convention as any for supporting side-by-side deployment of ! // .NET 1.1 and .NET 2.0 versions of the assembly. ! #if !NET_2_0 ! [assembly: AssemblyVersion("1.1.0.1")] #else ! [assembly: AssemblyVersion("1.1.0.2")] #endif --- 25,38 ---- // Major Version // Minor Version ! // .NET Framework Version (RR) ! // Revision = "1" for builds with VS.NET, nant build is # of days since 'project.year' ! // property // ! // ! // This is to support side-by-side deployment of .NET 1.1 and .NET 2.0 versions of the assembly. #if !NET_2_0 ! [assembly: AssemblyVersion("1.1.1.11001")] #else ! [assembly: AssemblyVersion("1.1.1.20001")] #endif |