bump version after 2.0.7 release

Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/8b4bc632
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/8b4bc632
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/8b4bc632

Branch: refs/heads/master
Commit: 8b4bc6327987d30d8e2a54182b285146ccb9e879
Parents: 79d4afa
Author: Stefan Bodewig <bode...@apache.org>
Authored: Thu Jan 5 16:50:02 2017 +0000
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Thu Jan 5 16:50:02 2017 +0000

----------------------------------------------------------------------
 log4net.build                          | 2 +-
 log4net.nuspec                         | 2 +-
 log4net.shfbproj                       | 2 +-
 netstandard/log4net.tests/project.json | 2 +-
 netstandard/log4net/project.json       | 2 +-
 pom.xml                                | 2 +-
 src/AssemblyVersionInfo.cpp            | 4 ++--
 src/AssemblyVersionInfo.cs             | 4 ++--
 src/AssemblyVersionInfo.js             | 4 ++--
 src/AssemblyVersionInfo.vb             | 4 ++--
 src/Log4netAssemblyInfo.cs             | 2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/log4net.build
----------------------------------------------------------------------
diff --git a/log4net.build b/log4net.build
index dde4de6..c924d0b 100644
--- a/log4net.build
+++ b/log4net.build
@@ -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" />

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/log4net.nuspec
----------------------------------------------------------------------
diff --git a/log4net.nuspec b/log4net.nuspec
index fc4cf92..51d8f31 100644
--- a/log4net.nuspec
+++ b/log4net.nuspec
@@ -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. 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/log4net.shfbproj
----------------------------------------------------------------------
diff --git a/log4net.shfbproj b/log4net.shfbproj
index a883492..ee7a01e 100644
--- a/log4net.shfbproj
+++ b/log4net.shfbproj
@@ -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>

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/netstandard/log4net.tests/project.json
----------------------------------------------------------------------
diff --git a/netstandard/log4net.tests/project.json 
b/netstandard/log4net.tests/project.json
index b5c931b..1e2396d 100644
--- a/netstandard/log4net.tests/project.json
+++ b/netstandard/log4net.tests/project.json
@@ -1,5 +1,5 @@
 {
-  "version": "2.0.7",
+  "version": "2.0.8",
   "buildOptions": {
     "compile": [
       "../../tests/src/*.cs",

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/netstandard/log4net/project.json
----------------------------------------------------------------------
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index c269c5f..75978e5 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -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": {

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1205731..a957b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/src/AssemblyVersionInfo.cpp
----------------------------------------------------------------------
diff --git a/src/AssemblyVersionInfo.cpp b/src/AssemblyVersionInfo.cpp
index 1dc9eb5..ad93b2e 100644
--- a/src/AssemblyVersionInfo.cpp
+++ b/src/AssemblyVersionInfo.cpp
@@ -31,12 +31,12 @@ using namespace System::Runtime::CompilerServices;
 // 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
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/src/AssemblyVersionInfo.cs
----------------------------------------------------------------------
diff --git a/src/AssemblyVersionInfo.cs b/src/AssemblyVersionInfo.cs
index 97fbc58..a7ee3a7 100644
--- a/src/AssemblyVersionInfo.cs
+++ b/src/AssemblyVersionInfo.cs
@@ -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
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/src/AssemblyVersionInfo.js
----------------------------------------------------------------------
diff --git a/src/AssemblyVersionInfo.js b/src/AssemblyVersionInfo.js
index 2b603f6..da91f98 100644
--- a/src/AssemblyVersionInfo.js
+++ b/src/AssemblyVersionInfo.js
@@ -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
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/src/AssemblyVersionInfo.vb
----------------------------------------------------------------------
diff --git a/src/AssemblyVersionInfo.vb b/src/AssemblyVersionInfo.vb
index 6d27475..65579d1 100644
--- a/src/AssemblyVersionInfo.vb
+++ b/src/AssemblyVersionInfo.vb
@@ -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
 

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/8b4bc632/src/Log4netAssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Log4netAssemblyInfo.cs b/src/Log4netAssemblyInfo.cs
index 160d8a1..60337cc 100644
--- a/src/Log4netAssemblyInfo.cs
+++ b/src/Log4netAssemblyInfo.cs
@@ -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