bump version
diff --git a/log4net.build b/log4net.build
index 4d5351e..dde4de6 100644
--- a/log4net.build
+++ b/log4net.build
@@ -20,7 +20,7 @@
   <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.6"/>
+  <property name="package.version" value="2.0.7"/>
 
   <!-- Include log4net helpers -->
   <include buildfile="${log4net.basedir}/log4net.include" />
diff --git a/log4net.nuspec b/log4net.nuspec
index b45a7bf..3a0b42a 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.6</version>
+    <version>2.0.7</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. 
diff --git a/log4net.shfbproj b/log4net.shfbproj
index 86f1f4f..4cfe5af 100644
--- a/log4net.shfbproj
+++ b/log4net.shfbproj
@@ -33,7 +33,7 @@
     <!-- SHFB properties -->
     <FrameworkVersion>.NET Framework 3.5</FrameworkVersion>
     <OutputPath>doc\sdk\net\4.0\</OutputPath>
-    <HtmlHelpName>log4net-sdk-2.0.6</HtmlHelpName>
+    <HtmlHelpName>log4net-sdk-2.0.7</HtmlHelpName>
     <Language>en-US</Language>
     <SyntaxFilters>Standard</SyntaxFilters>
     <SdkLinkTarget>Blank</SdkLinkTarget>
diff --git a/netstandard/log4net.tests/project.json b/netstandard/log4net.tests/project.json
index 7c88c8a..b5c931b 100644
--- a/netstandard/log4net.tests/project.json
+++ b/netstandard/log4net.tests/project.json
@@ -1,5 +1,5 @@
 {
-  "version": "2.0.6",
+  "version": "2.0.7",
   "buildOptions": {
     "compile": [
       "../../tests/src/*.cs",
diff --git a/netstandard/log4net/project.json b/netstandard/log4net/project.json
index 3f1e371..589214f 100644
--- a/netstandard/log4net/project.json
+++ b/netstandard/log4net/project.json
@@ -1,6 +1,6 @@
 {
   "name": "log4net",
-  "version": "2.0.6",
+  "version": "2.0.7",
   "title": "Apache log4net for .NET Core",
   "copyright": "Copyright 2004-2016 The Apache Software Foundation.",
   "frameworks": {
diff --git a/pom.xml b/pom.xml
index 02e0177..1205731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <groupId>log4net</groupId>
   <artifactId>apache-log4net</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.6</version>
+  <version>2.0.7</version>
   <name>Apache log4net</name>
   <description>Logging framework for Microsoft .NET Framework.</description>
   <url>http://logging.apache.org/log4net/</url>
diff --git a/src/AssemblyVersionInfo.cpp b/src/AssemblyVersionInfo.cpp
index ef7d7e7..c12b2e3 100644
--- a/src/AssemblyVersionInfo.cpp
+++ b/src/AssemblyVersionInfo.cpp
@@ -31,12 +31,12 @@
 // 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.6.0")];
+[assembly: AssemblyVersionAttribute("2.0.7.0")];
 [assembly: AssemblyInformationalVersionAttribute("1.2")];
 
 #if !NETCF
 #if !SSCLI
-[assembly: AssemblyFileVersionAttribute("2.0.6.0")]
+[assembly: AssemblyFileVersionAttribute("2.0.7.0")]
 #endif
 #endif
 
diff --git a/src/AssemblyVersionInfo.cs b/src/AssemblyVersionInfo.cs
index 0558107..8a98e02 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.6.0")]
+[assembly: System.Reflection.AssemblyVersion("2.0.7.0")]
 
 #if !NETCF
 #if !SSCLI
-[assembly: System.Reflection.AssemblyFileVersion("2.0.6.0")]
+[assembly: System.Reflection.AssemblyFileVersion("2.0.7.0")]
 #endif
 #endif
 
diff --git a/src/AssemblyVersionInfo.js b/src/AssemblyVersionInfo.js
index 52ba6ea..99fce08 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.6.0")]
+[assembly: AssemblyVersion("2.0.7.0")]
 [assembly: AssemblyInformationalVersionAttribute("1.2")]
 
 @if (!@NETCF)
 @if (!@SSCLI)
-[assembly: AssemblyFileVersion("2.0.6.0")]
+[assembly: AssemblyFileVersion("2.0.7.0")]
 @end
 @end
 
diff --git a/src/AssemblyVersionInfo.vb b/src/AssemblyVersionInfo.vb
index 30b4ae9..8bed8f0 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.6.0")>
+<Assembly: System.Reflection.AssemblyVersion("2.0.7.0")>
 <Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")>
 
 #If NOT NETCF Then
 #If NOT SSCLI Then
-<Assembly: System.Reflection.AssemblyFileVersion("2.0.6.0")>
+<Assembly: System.Reflection.AssemblyFileVersion("2.0.7.0")>
 #End If
 #End If
 
diff --git a/src/Log4netAssemblyInfo.cs b/src/Log4netAssemblyInfo.cs
index 0c95908..160d8a1 100644
--- a/src/Log4netAssemblyInfo.cs
+++ b/src/Log4netAssemblyInfo.cs
@@ -25,7 +25,7 @@
     /// </summary>
     public sealed class AssemblyInfo {
         /// <summary>Version of the assembly</summary>
-        public const string Version = "2.0.6";
+        public const string Version = "2.0.7";
 
         /// <summary>Version of the framework targeted</summary>
 #if NET_1_1
diff --git a/src/site/xdoc/download_log4net.xml b/src/site/xdoc/download_log4net.xml
index 8c9f5b9..f089d4e 100644
--- a/src/site/xdoc/download_log4net.xml
+++ b/src/site/xdoc/download_log4net.xml
@@ -77,14 +77,14 @@
       </subsection>
     </section>
 
-    <section name="log4net 2.0.6">
+    <section name="log4net 2.0.7">
 
       <subsection name="Source">
         <table>
           <tr>
-            <td><a href="[preferred]/logging/log4net/source/log4net-2.0.6-src.zip">log4net-2.0.6-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-2.0.6-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-2.0.6-src.zip.asc">pgp</a></td>
+            <td><a href="[preferred]/logging/log4net/source/log4net-2.0.7-src.zip">log4net-2.0.7-src.zip</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-2.0.7-src.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-2.0.7-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
@@ -103,14 +103,14 @@
 
         <table>
           <tr>
-            <td><a href="[preferred]/logging/log4net/binaries/log4net-2.0.6-bin-newkey.zip">log4net-2.0.6-bin-newkey.zip</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.6-bin-newkey.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.6-bin-newkey.zip.asc">pgp</a></td>
+            <td><a href="[preferred]/logging/log4net/binaries/log4net-2.0.7-bin-newkey.zip">log4net-2.0.7-bin-newkey.zip</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.7-bin-newkey.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.7-bin-newkey.zip.asc">pgp</a></td>
           </tr>
           <tr>
-            <td><a href="[preferred]/logging/log4net/binaries/log4net-2.0.6-bin-oldkey.zip">log4net-2.0.6-bin-oldkey.zip</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.6-bin-oldkey.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.6-bin-oldkey.zip.asc">pgp</a></td>
+            <td><a href="[preferred]/logging/log4net/binaries/log4net-2.0.7-bin-oldkey.zip">log4net-2.0.7-bin-oldkey.zip</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.7-bin-oldkey.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-2.0.7-bin-oldkey.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>