Index: log4net.build =================================================================== --- log4net.build (revision 1001083) +++ log4net.build (working copy) @@ -1,10 +1,10 @@ - @@ -42,13 +42,13 @@ - - @@ -60,7 +60,7 @@ hive="CurrentUser" failonerror="false" /> - @@ -68,7 +68,7 @@ - @@ -112,7 +112,7 @@ - + @@ -121,6 +121,14 @@ + + + + + + + + @@ -226,7 +234,7 @@ - @@ -239,7 +247,7 @@ - @@ -304,6 +312,18 @@ + + + + + + + + + + + + @@ -699,7 +719,7 @@ - + @@ -725,6 +745,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -901,11 +991,11 @@ This version is built to run on any CLI 1.0 (ECMA 335) standard runtime. The build excludes any code that is platform specific. The .NET 1.0 compiler and library are used to build the assembly. - + The log4net CLI 1.0 assembly is runtime compatible with the following frameworks : * Microsoft .NET Framework 1.0 (and higher) * Mono 1.0 (and higher) - + We only provide this "flavor" of log4net in release configuration because debugging information is not standardized and would be too closely tied to a specific implementation. @@ -1235,7 +1325,7 @@ - + @@ -1248,7 +1338,7 @@ - + Index: log4net.include =================================================================== --- log4net.include (revision 1001083) +++ log4net.include (working copy) @@ -1,10 +1,10 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: src/AssemblyInfo.cs =================================================================== --- src/AssemblyInfo.cs (revision 1001083) +++ src/AssemblyInfo.cs (working copy) @@ -53,6 +53,8 @@ [assembly: AssemblyTitle("log4net for .NET Framework 1.1")] #elif (NET_2_0) [assembly: AssemblyTitle("log4net for .NET Framework 2.0")] +#elif (NET_4_0) +[assembly: AssemblyTitle("log4net for .NET Framework 4.0")] #elif (NETCF_1_0) [assembly: AssemblyTitle("log4net for .NET Compact Framework 1.0")] #elif (NETCF_2_0)