Author: bodewig
Date: Thu Jan  5 16:50:02 2017
New Revision: 1777481

URL: http://svn.apache.org/viewvc?rev=1777481&view=rev
Log:
bump version after 2.0.7 release

Modified:
    logging/log4net/trunk/log4net.build
    logging/log4net/trunk/log4net.nuspec
    logging/log4net/trunk/log4net.shfbproj
    logging/log4net/trunk/netstandard/log4net.tests/project.json
    logging/log4net/trunk/netstandard/log4net/project.json
    logging/log4net/trunk/pom.xml
    logging/log4net/trunk/src/AssemblyVersionInfo.cpp
    logging/log4net/trunk/src/AssemblyVersionInfo.cs
    logging/log4net/trunk/src/AssemblyVersionInfo.js
    logging/log4net/trunk/src/AssemblyVersionInfo.vb
    logging/log4net/trunk/src/Log4netAssemblyInfo.cs

Modified: logging/log4net/trunk/log4net.build
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.build?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.build (original)
+++ logging/log4net/trunk/log4net.build Thu Jan  5 16:50:02 2017
@@ -20,7 +20,7 @@ limitations under the License.
   <property name="log4net.basedir" value="." />
   <property name="project.build.config" value="debug" />
   <property name="project.build.package" value="false" />
-  <property name="package.version" value="2.0.7"/>
+  <property name="package.version" value="2.0.8"/>
 
   <!-- Include log4net helpers -->
   <include buildfile="${log4net.basedir}/log4net.include" />

Modified: logging/log4net/trunk/log4net.nuspec
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.nuspec?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.nuspec (original)
+++ logging/log4net/trunk/log4net.nuspec Thu Jan  5 16:50:02 2017
@@ -22,7 +22,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd";>
   <metadata>
     <id>log4net</id>
-    <version>2.0.7</version>
+    <version>2.0.8</version>
     <title>Apache log4net</title>
     <summary>The Apache log4net library is a tool to help the programmer 
output log statements to a variety of output targets.</summary>
     <description>log4net is a tool to help the programmer output log 
statements to a variety of output targets. In case of problems with an 
application, it is helpful to enable logging so that the problem can be 
located. With log4net it is possible to enable logging at runtime without 
modifying the application binary. The log4net package is designed so that log 
statements can remain in shipped code without incurring a high performance 
cost. It follows that the speed of logging (or rather not logging) is crucial. 

Modified: logging/log4net/trunk/log4net.shfbproj
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.shfbproj?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.shfbproj (original)
+++ logging/log4net/trunk/log4net.shfbproj Thu Jan  5 16:50:02 2017
@@ -33,7 +33,7 @@ limitations under the License.
     <!-- SHFB properties -->
     <FrameworkVersion>.NET Framework 3.5</FrameworkVersion>
     <OutputPath>doc\sdk\net\4.0\</OutputPath>
-    <HtmlHelpName>log4net-sdk-2.0.7</HtmlHelpName>
+    <HtmlHelpName>log4net-sdk-2.0.8</HtmlHelpName>
     <Language>en-US</Language>
     <SyntaxFilters>Standard</SyntaxFilters>
     <SdkLinkTarget>Blank</SdkLinkTarget>

Modified: logging/log4net/trunk/netstandard/log4net.tests/project.json
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/netstandard/log4net.tests/project.json?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/netstandard/log4net.tests/project.json (original)
+++ logging/log4net/trunk/netstandard/log4net.tests/project.json Thu Jan  5 
16:50:02 2017
@@ -1,5 +1,5 @@
 {
-  "version": "2.0.7",
+  "version": "2.0.8",
   "buildOptions": {
     "compile": [
       "../../tests/src/*.cs",

Modified: logging/log4net/trunk/netstandard/log4net/project.json
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/netstandard/log4net/project.json?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/netstandard/log4net/project.json (original)
+++ logging/log4net/trunk/netstandard/log4net/project.json Thu Jan  5 16:50:02 
2017
@@ -1,6 +1,6 @@
 {
   "name": "log4net",
-  "version": "2.0.7",
+  "version": "2.0.8",
   "title": "Apache log4net for .NET Core",
   "copyright": "Copyright 2004-2017 The Apache Software Foundation.",
   "frameworks": {

Modified: logging/log4net/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/pom.xml?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/pom.xml (original)
+++ logging/log4net/trunk/pom.xml Thu Jan  5 16:50:02 2017
@@ -20,7 +20,7 @@
   <groupId>log4net</groupId>
   <artifactId>apache-log4net</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.7</version>
+  <version>2.0.8</version>
   <name>Apache log4net</name>
   <description>Logging framework for Microsoft .NET Framework.</description>
   <url>http://logging.apache.org/log4net/</url>

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cpp
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cpp?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cpp (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cpp Thu Jan  5 16:50:02 2017
@@ -31,12 +31,12 @@ using namespace System::Runtime::Compile
 // You can specify all the value or you can default the Revision and Build 
Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersionAttribute("2.0.7.0")];
+[assembly: AssemblyVersionAttribute("2.0.8.0")];
 [assembly: AssemblyInformationalVersionAttribute("1.2")];
 
 #if !NETCF
 #if !SSCLI
-[assembly: AssemblyFileVersionAttribute("2.0.7.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.8.0")]
 #endif
 #endif
 

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.cs?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.cs (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.cs Thu Jan  5 16:50:02 2017
@@ -28,11 +28,11 @@
 // 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("2.0.7.0")]
+[assembly: System.Reflection.AssemblyVersion("2.0.8.0")]
 
 #if !NETCF
 #if !SSCLI
-[assembly: System.Reflection.AssemblyFileVersion("2.0.7.0")]
+[assembly: System.Reflection.AssemblyFileVersion("2.0.8.0")]
 #endif
 #endif
 

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.js
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.js?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.js (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.js Thu Jan  5 16:50:02 2017
@@ -31,12 +31,12 @@
 // an import functions as a workaround for this issue.
 import System.Reflection;
 
-[assembly: AssemblyVersion("2.0.7.0")]
+[assembly: AssemblyVersion("2.0.8.0")]
 [assembly: AssemblyInformationalVersionAttribute("1.2")]
 
 @if (!@NETCF)
 @if (!@SSCLI)
-[assembly: AssemblyFileVersion("2.0.7.0")]
+[assembly: AssemblyFileVersion("2.0.8.0")]
 @end
 @end
 

Modified: logging/log4net/trunk/src/AssemblyVersionInfo.vb
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/AssemblyVersionInfo.vb?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/src/AssemblyVersionInfo.vb (original)
+++ logging/log4net/trunk/src/AssemblyVersionInfo.vb Thu Jan  5 16:50:02 2017
@@ -28,12 +28,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("2.0.7.0")>
+<Assembly: System.Reflection.AssemblyVersion("2.0.8.0")>
 <Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")>
 
 #If NOT NETCF Then
 #If NOT SSCLI Then
-<Assembly: System.Reflection.AssemblyFileVersion("2.0.7.0")>
+<Assembly: System.Reflection.AssemblyFileVersion("2.0.8.0")>
 #End If
 #End If
 

Modified: logging/log4net/trunk/src/Log4netAssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/logging/log4net/trunk/src/Log4netAssemblyInfo.cs?rev=1777481&r1=1777480&r2=1777481&view=diff
==============================================================================
--- logging/log4net/trunk/src/Log4netAssemblyInfo.cs (original)
+++ logging/log4net/trunk/src/Log4netAssemblyInfo.cs Thu Jan  5 16:50:02 2017
@@ -25,7 +25,7 @@ namespace log4net {
     /// </summary>
     public sealed class AssemblyInfo {
         /// <summary>Version of the assembly</summary>
-        public const string Version = "2.0.7";
+        public const string Version = "2.0.8";
 
         /// <summary>Version of the framework targeted</summary>
 #if NET_1_1


Reply via email to