You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2006/03/07 20:19:41 UTC

svn commit: r383970 - in /logging/log4net/trunk: log4net-sdk.ndoc log4net.build src/AssemblyInfo.cs src/AssemblyVersionInfo.cpp src/AssemblyVersionInfo.cs src/AssemblyVersionInfo.js src/AssemblyVersionInfo.vb

Author: nicko
Date: Tue Mar  7 11:19:40 2006
New Revision: 383970

URL: http://svn.apache.org/viewcvs?rev=383970&view=rev
Log:
Updated version assembly number and copyright year.

Modified:
    logging/log4net/trunk/log4net-sdk.ndoc
    logging/log4net/trunk/log4net.build
    logging/log4net/trunk/src/AssemblyInfo.cs
    logging/log4net/trunk/src/AssemblyVersionInfo.cpp
    logging/log4net/trunk/src/AssemblyVersionInfo.cs
    logging/log4net/trunk/src/AssemblyVersionInfo.js
    logging/log4net/trunk/src/AssemblyVersionInfo.vb

Modified: logging/log4net/trunk/log4net-sdk.ndoc
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/log4net-sdk.ndoc?rev=383970&r1=383969&r2=383970&view=diff
==============================================================================
--- logging/log4net/trunk/log4net-sdk.ndoc (original)
+++ logging/log4net/trunk/log4net-sdk.ndoc Tue Mar  7 11:19:40 2006
@@ -48,9 +48,8 @@
             <property name="ShowMissingReturns" value="True" />
             <property name="ShowMissingValues" value="True" />
             <property name="AssemblyVersionInfo" value="AssemblyVersion" />
-            <property name="CopyrightText" value="Copyright 2001-2005 The Apache Software Foundation." />
+            <property name="CopyrightText" value="Copyright 2001-2006 The Apache Software Foundation." />
             <property name="CopyrightHref" value="http://logging.apache.org/log4net" />
-            <property name="Preliminary" value="True" />
             <property name="StaticMembersDefaultToSafe" value="False" />
             <property name="CleanIntermediates" value="True" />
         </documenter>

Modified: logging/log4net/trunk/log4net.build
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/log4net.build?rev=383970&r1=383969&r2=383970&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Tue Mar  7 11:19:40 2006
@@ -639,7 +639,7 @@
                     <property name="AutoDocumentConstructors" value="true" />
                     <property name="GetExternalSummaries" value="true" />
                     <property name="IncludeAssemblyVersion" value="false" />
-                    <property name="CopyrightText" value="Copyright 2001-2005 The Apache Software Foundation." />
+                    <property name="CopyrightText" value="Copyright 2001-2006 The Apache Software Foundation." />
                     <property name="CopyrightHref" value="http://logging.apache.org/log4net" />
                 </documenter>
             </documenters>

Modified: logging/log4net/trunk/src/AssemblyInfo.cs
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/AssemblyInfo.cs?rev=383970&r1=383969&r2=383970&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyInfo.cs Tue Mar  7 11:19:40 2006
@@ -1,6 +1,6 @@
 #region Copyright & License
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -50,10 +50,14 @@
 [assembly: AssemblyTitle("log4net for .NET Framework 1.0")]
 #elif (NET_1_1)
 [assembly: AssemblyTitle("log4net for .NET Framework 1.1")]
+#elif (NET_2_0)
+[assembly: AssemblyTitle("log4net for .NET Framework 2.0")]
 #elif (NETCF_1_0)
 [assembly: AssemblyTitle("log4net for .NET Compact Framework 1.0")]
 #elif (MONO_1_0)
 [assembly: AssemblyTitle("log4net for Mono 1.0")]
+#elif (MONO_2_0)
+[assembly: AssemblyTitle("log4net for Mono 2.0")]
 #elif (SSCLI_1_0)
 [assembly: AssemblyTitle("log4net for Shared Source CLI 1.0")]
 #elif (CLI_1_0)
@@ -106,7 +110,7 @@
 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
 //       documentation for more information on this.
 //
-#if STRONG && (CLI_1_0 || NET_1_0 || NET_1_1 || NETCF_1_0 || SSCLI)
+#if STRONG && (CLI_1_0 || NET_1_0 || NET_1_1 || NET_2_0 || NETCF_1_0 || SSCLI)
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyFile(@"..\..\..\log4net.snk")]
 #endif

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cpp
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/AssemblyVersionInfo.cpp?rev=383970&r1=383969&r2=383970&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cpp (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cpp Tue Mar  7 11:19:40 2006
@@ -1,5 +1,5 @@
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -29,12 +29,12 @@
 // You can specify all the value or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersionAttribute("1.2.9.0")];
+[assembly: AssemblyVersionAttribute("1.2.10.0")];
 [assembly: AssemblyInformationalVersionAttribute("1.2")];
 
 #if !NETCF
 #if !SSCLI
-[assembly: AssemblyFileVersionAttribute("1.2.9.0")]
+[assembly: AssemblyFileVersionAttribute("1.2.10.0")]
 #endif
 #endif
 
@@ -43,5 +43,5 @@
 //
 
 [assembly: AssemblyCompany("The Apache Software Foundation")];
-[assembly: AssemblyCopyright("Copyright 2001-2005 The Apache Software Foundation.")];
-[assembly: AssemblyTrademark("Copyright 2001-2005 The Apache Software Foundation.")];
+[assembly: AssemblyCopyright("Copyright 2001-2006 The Apache Software Foundation.")];
+[assembly: AssemblyTrademark("Copyright 2001-2006 The Apache Software Foundation.")];

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cs
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/AssemblyVersionInfo.cs?rev=383970&r1=383969&r2=383970&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Tue Mar  7 11:19:40 2006
@@ -27,12 +27,12 @@
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: System.Reflection.AssemblyVersion("1.2.9.0")]
+[assembly: System.Reflection.AssemblyVersion("1.2.10.0")]
 [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")]
 
 #if !NETCF
 #if !SSCLI
-[assembly: System.Reflection.AssemblyFileVersion("1.2.9.0")]
+[assembly: System.Reflection.AssemblyFileVersion("1.2.10.0")]
 #endif
 #endif
 

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.js
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/AssemblyVersionInfo.js?rev=383970&r1=383969&r2=383970&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.js (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.js Tue Mar  7 11:19:40 2006
@@ -1,5 +1,5 @@
 //
-// Copyright 2001-2005 The Apache Software Foundation
+// Copyright 2001-2006 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -30,12 +30,12 @@
 // an import functions as a workaround for this issue.
 import System.Reflection;
 
-[assembly: AssemblyVersion("1.2.9.0")]
+[assembly: AssemblyVersion("1.2.10.0")]
 [assembly: AssemblyInformationalVersionAttribute("1.2")]
 
 @if (!@NETCF)
 @if (!@SSCLI)
-[assembly: AssemblyFileVersion("1.2.9.0")]
+[assembly: AssemblyFileVersion("1.2.10.0")]
 @end
 @end
 
@@ -44,5 +44,5 @@
 //
 
 [assembly: AssemblyCompany("The Apache Software Foundation")]
-[assembly: AssemblyCopyright("Copyright 2001-2005 The Apache Software Foundation.")]
-[assembly: AssemblyTrademark("Copyright 2001-2005 The Apache Software Foundation.")]
+[assembly: AssemblyCopyright("Copyright 2001-2006 The Apache Software Foundation.")]
+[assembly: AssemblyTrademark("Copyright 2001-2006 The Apache Software Foundation.")]

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.vb
URL: http://svn.apache.org/viewcvs/logging/log4net/trunk/src/AssemblyVersionInfo.vb?rev=383970&r1=383969&r2=383970&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.vb (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.vb Tue Mar  7 11:19:40 2006
@@ -1,5 +1,5 @@
 '
-' Copyright 2001-2005 The Apache Software Foundation
+' Copyright 2001-2006 The Apache Software Foundation
 '
 ' Licensed under the Apache License, Version 2.0 (the "License");
 ' you may not use this file except in compliance with the License.
@@ -25,12 +25,12 @@
 ' You can specify all the values or you can default the Revision and Build Numbers 
 ' by using the '*' as shown below:
 
-<Assembly: System.Reflection.AssemblyVersion("1.2.9.0")>
+<Assembly: System.Reflection.AssemblyVersion("1.2.10.0")>
 <Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")>
 
 #If NOT NETCF Then
 #If NOT SSCLI Then
-<Assembly: System.Reflection.AssemblyFileVersion("1.2.9.0")>
+<Assembly: System.Reflection.AssemblyFileVersion("1.2.10.0")>
 #End If
 #End If
 
@@ -39,5 +39,5 @@
 '
 
 <Assembly: System.Reflection.AssemblyCompany("The Apache Software Foundation")>
-<Assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2005 The Apache Software Foundation.")>
-<Assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2005 The Apache Software Foundation.")>
+<Assembly: System.Reflection.AssemblyCopyright("Copyright 2001-2006 The Apache Software Foundation.")>
+<Assembly: System.Reflection.AssemblyTrademark("Copyright 2001-2006 The Apache Software Foundation.")>