You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2016/09/14 15:47:22 UTC

svn commit: r1760728 - in /logging/log4net/trunk: log4net.build src/AssemblyInfo.cs src/AssemblyVersionInfo.cs

Author: bodewig
Date: Wed Sep 14 15:47:22 2016
New Revision: 1760728

URL: http://svn.apache.org/viewvc?rev=1760728&view=rev
Log:
add more information to the informational assembly version

Modified:
    logging/log4net/trunk/log4net.build
    logging/log4net/trunk/src/AssemblyInfo.cs
    logging/log4net/trunk/src/AssemblyVersionInfo.cs

Modified: logging/log4net/trunk/log4net.build
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1760728&r1=1760727&r2=1760728&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Wed Sep 14 15:47:22 2016
@@ -367,6 +367,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -403,6 +407,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -421,6 +429,10 @@ limitations under the License.
       </csc>
     </if>
     <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'log4net.snk')}" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -438,6 +450,10 @@ limitations under the License.
       </references>
     </csc>
     <csc if="${current.build.config.debug}" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -480,6 +496,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -502,6 +522,10 @@ limitations under the License.
           todir="${current.bin.dir}/../../../"
           overwrite="true"/>
     <csc nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -545,6 +569,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -567,6 +595,10 @@ limitations under the License.
           todir="${current.bin.dir}/../../../"
           overwrite="true"/>
     <csc nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -603,6 +635,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -623,6 +659,10 @@ limitations under the License.
       </csc>
     </if>
     <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -642,6 +682,10 @@ limitations under the License.
       </references>
     </csc>
     <csc if="${current.build.config.debug}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -679,6 +723,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -700,6 +748,10 @@ limitations under the License.
       </csc>
     </if>
     <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -720,6 +772,10 @@ limitations under the License.
       </references>
     </csc>
     <csc if="${current.build.config.debug}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -758,6 +814,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -778,6 +838,10 @@ limitations under the License.
       </csc>
     </if>
     <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -797,6 +861,10 @@ limitations under the License.
       </references>
     </csc>
     <csc if="${current.build.config.debug}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -834,6 +902,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -855,6 +927,10 @@ limitations under the License.
       </csc>
     </if>
     <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -875,6 +951,10 @@ limitations under the License.
       </references>
     </csc>
     <csc if="${current.build.config.debug}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -913,6 +993,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -933,6 +1017,10 @@ limitations under the License.
       </csc>
     </if>
     <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -952,6 +1040,10 @@ limitations under the License.
       </references>
     </csc>
     <csc if="${current.build.config.debug}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -989,6 +1081,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1010,6 +1106,10 @@ limitations under the License.
       </csc>
     </if>
     <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'log4net.snk')}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -1030,6 +1130,10 @@ limitations under the License.
       </references>
     </csc>
     <csc if="${current.build.config.debug}" nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>
@@ -1071,6 +1175,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc if="${current.build.config.release}" keyfile="${path::combine(log4net.basedir, 'old-log4net.snk')}" nostdlib="false" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1092,6 +1200,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1113,6 +1223,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1155,6 +1267,8 @@ limitations under the License.
         <nowarn>
           <!-- workaround for Mono bug #61902 -->
           <warning number="0618" />
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
         </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
@@ -1177,6 +1291,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1198,6 +1314,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1240,6 +1358,8 @@ limitations under the License.
         <nowarn>
           <!-- workaround for Mono bug #61902 -->
           <warning number="0618" />
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
         </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
@@ -1263,6 +1383,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1285,6 +1407,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1328,6 +1452,8 @@ limitations under the License.
         <nowarn>
           <!-- workaround for Mono bug #61902 -->
           <warning number="0618" />
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
         </nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
@@ -1351,6 +1477,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1373,6 +1501,8 @@ limitations under the License.
       <nowarn>
         <!-- workaround for Mono bug #61902 -->
         <warning number="0618" />
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
       </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
@@ -1415,6 +1545,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1477,6 +1611,10 @@ limitations under the License.
     </if>
     <if test="${not temp.build.skip}">
       <csc nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/../oldkey/log4net.dll" doc="${current.bin.dir}/../oldkey/log4net.xml">
+	<nowarn>
+          <!-- informational assembly version uses a free form text -->
+          <warning number="1607" />
+	</nowarn>
         <sources basedir="${log4net.basedir}/src">
           <include name="**/*.cs" />
         </sources>
@@ -1499,6 +1637,10 @@ limitations under the License.
           todir="${current.bin.dir}/../../../"
           overwrite="true"/>
     <csc nostdlib="true" noconfig="true" warnaserror="true" target="library" debug="${current.build.debug}" optimize="${current.build.optimize}" define="${current.build.defines.csc}" output="${current.bin.dir}/log4net.dll" doc="${current.bin.dir}/log4net.xml">
+      <nowarn>
+        <!-- informational assembly version uses a free form text -->
+        <warning number="1607" />
+      </nowarn>
       <sources basedir="${log4net.basedir}/src">
         <include name="**/*.cs" />
       </sources>

Modified: logging/log4net/trunk/src/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyInfo.cs?rev=1760728&r1=1760727&r2=1760728&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyInfo.cs Wed Sep 14 15:47:22 2016
@@ -54,52 +54,71 @@ using System.Runtime.CompilerServices;
 //
 
 #if (CLI_1_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.CLI 1.0")]
 [assembly: AssemblyTitle("Apache log4net for CLI 1.0 Compatible Frameworks")]
 #elif (NET_1_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET 1.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 1.0")]
 #elif (NET_1_1)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET 1.1")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 1.1")]
 #elif (NET_4_5)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET 4.5")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 4.5")]
 #elif (NET_4_0)
 #if CLIENT_PROFILE
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET 4.0 CP")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 4.0 Client Profile")]
 #else
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET 4.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 4.0")]
 #endif // Client Profile
 #elif (NET_2_0)
 #if CLIENT_PROFILE
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET 3.5 CP")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 3.5 Client Profile")]
 #else
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET 3.5")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework 2.0")]
 #endif // Client Profile
 #elif (NETCF_1_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NETCF 1.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Compact Framework 1.0")]
 #elif (NETCF_2_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NETCF 2.0")]
 [assembly: AssemblyTitle("Apache log4net for .NET Compact Framework 2.0")]
 #elif (MONO_1_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-Mono 1.0")]
 [assembly: AssemblyTitle("Apache log4net for Mono 1.0")]
 #elif (MONO_2_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-Mono 2.0")]
 [assembly: AssemblyTitle("Apache log4net for Mono 2.0")]
 #elif (MONO_3_5)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-Mono 3.5")]
 [assembly: AssemblyTitle("Apache log4net for Mono 3.5")]
 #elif (MONO_4_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-Mono 4.0")]
 [assembly: AssemblyTitle("Apache log4net for Mono 4.0")]
 #elif (SSCLI_1_0)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-SSCLI 1.0")]
 [assembly: AssemblyTitle("Apache log4net for Shared Source CLI 1.0")]
-#elif (CLI_1_0)
-[assembly: AssemblyTitle("Apache log4net for CLI Compatible Frameworks")]
 #elif (NET)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET")]
 [assembly: AssemblyTitle("Apache log4net for .NET Framework")]
 #elif (NETSTANDARD1_3)
-[assembly: AssemblyTitle("Apache log4net for .NET Core")]
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NET Core 1.0")]
+[assembly: AssemblyTitle("Apache log4net for .NET Core 1.0")]
 #elif (NETCF)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-.NETCF")]
 [assembly: AssemblyTitle("Apache log4net for .NET Compact Framework")]
 #elif (MONO)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-Mono")]
 [assembly: AssemblyTitle("Apache log4net for Mono")]
 #elif (SSCLI)
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0-SSCLI")]
 [assembly: AssemblyTitle("Apache log4net for Shared Source CLI")]
 #else
+[assembly: AssemblyInformationalVersionAttribute("1.2.15.0")]
 [assembly: AssemblyTitle("Apache log4net")]
 #endif
 

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cs
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cs?rev=1760728&r1=1760727&r2=1760728&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Wed Sep 14 15:47:22 2016
@@ -29,7 +29,6 @@
 // by using the '*' as shown below:
 
 [assembly: System.Reflection.AssemblyVersion("1.2.15.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")]
 
 #if !NETCF
 #if !SSCLI