This is an automated email from the ASF dual-hosted git repository. davydm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
commit f1a28ff534cc4d68adac208ca802e04adbe4d939 Author: Davyd McColl <[email protected]> AuthorDate: Mon Jul 25 08:52:30 2022 +0200 :package: bump version numbers --- log4net.build | 2 +- log4net.shfbproj | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/log4net.build b/log4net.build index 230d6a80..0bb50afd 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.9"/> + <property name="package.version" value="2.0.15"/> <!-- Include log4net helpers --> <include buildfile="${log4net.basedir}/log4net.include" /> diff --git a/log4net.shfbproj b/log4net.shfbproj index 7f91938a..d8e22eb6 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.9</HtmlHelpName> + <HtmlHelpName>log4net-sdk-2.0.15</HtmlHelpName> <Language>en-US</Language> <SyntaxFilters>Standard</SyntaxFilters> <SdkLinkTarget>Blank</SdkLinkTarget> diff --git a/pom.xml b/pom.xml index 36c4c2b4..86918c59 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <groupId>log4net</groupId> <artifactId>apache-log4net</artifactId> <packaging>pom</packaging> - <version>2.0.9-SNAPSHOT</version> + <version>2.0.15</version> <name>Apache log4net</name> <description>Logging framework for Microsoft .NET Framework.</description> <url>http://logging.apache.org/log4net/</url>
