This is an automated email from the ASF dual-hosted git repository.
freeandnil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
The following commit(s) were added to refs/heads/master by this push:
new 7c7df92c updates version to 3.2.0
7c7df92c is described below
commit 7c7df92cdb009370095fb73b734bd20363902870
Author: Jan Friedrich <[email protected]>
AuthorDate: Thu Jun 19 15:46:28 2025 +0200
updates version to 3.2.0
---
doc/MailTemplate.Announce.txt | 8 ++++----
doc/MailTemplate.Result.txt | 4 ++--
doc/MailTemplate.txt | 6 +++---
package-lock.json | 4 ++--
package.json | 2 +-
pom.xml | 8 ++++----
src/log4net/log4net.csproj | 2 +-
7 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/doc/MailTemplate.Announce.txt b/doc/MailTemplate.Announce.txt
index c4fb1a2c..1855ceb1 100644
--- a/doc/MailTemplate.Announce.txt
+++ b/doc/MailTemplate.Announce.txt
@@ -1,10 +1,10 @@
To: [email protected], [email protected]
-Subject: [ANNOUNCE] Apache log4net 3.1.1 released
+Subject: [ANNOUNCE] Apache log4net 3.2.0 released
Hi,
-the Apache log4net team is pleased to announce the 3.1.1 release.
+the Apache log4net team is pleased to announce the 3.2.0 release.
For further information (support, download, etc.) see
- https://logging.apache.org/log4net/release-notes.html
-- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.1.1
-- https://www.nuget.org/packages/log4net/3.1.1
+- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.2.0
+- https://www.nuget.org/packages/log4net/3.2.0
diff --git a/doc/MailTemplate.Result.txt b/doc/MailTemplate.Result.txt
index decbe7c0..e8818c1e 100644
--- a/doc/MailTemplate.Result.txt
+++ b/doc/MailTemplate.Result.txt
@@ -1,5 +1,5 @@
To: [email protected]
-Subject: [RESULT][VOTE] Release Apache Log4net 3.1.1
+Subject: [RESULT][VOTE] Release Apache Log4net 3.2.0
and here is my +1.
@@ -9,6 +9,6 @@ I will continue the release process.
Jan
---------------------------------------------------------------------------------------------------
-This is a vote to release the Apache Log4net 3.1.1.
+This is a vote to release the Apache Log4net 3.2.0.
...
diff --git a/doc/MailTemplate.txt b/doc/MailTemplate.txt
index b2858a60..eaf09174 100644
--- a/doc/MailTemplate.txt
+++ b/doc/MailTemplate.txt
@@ -1,12 +1,12 @@
To: [email protected]
-Subject: [VOTE] Release Apache Log4net 3.1.1
+Subject: [VOTE] Release Apache Log4net 3.2.0
-This is a vote to release the Apache Log4net 3.1.1.
+This is a vote to release the Apache Log4net 3.2.0.
Website: https://logging.staged.apache.org/log4net/release-notes.html
GitHub: https://github.com/apache/logging-log4net
Commit: <todo>
-Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.1.1
+Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.2.0
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
Review kit: https://logging.staged.apache.org/log4net/release-review.html
diff --git a/package-lock.json b/package-lock.json
index 367cfa07..fcff1497 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "log4net",
- "version": "3.1.1",
+ "version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "log4net",
- "version": "3.1.1",
+ "version": "3.2.0",
"license": "Apache-2.0",
"devDependencies": {
"@antora/cli": "^3.2.0-alpha.4",
diff --git a/package.json b/package.json
index 125061d6..e3a67355 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "log4net",
- "version": "3.1.1",
+ "version": "3.2.0",
"description": "Log4Net is a logging framework for .NET",
"scripts": {
"test": "run-s clean-build test-dotnet run-dotnet-core-tests",
diff --git a/pom.xml b/pom.xml
index ae8bdfd9..35f1571c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one or more
~ contributor license agreements. See the NOTICE file distributed with
@@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>12.1.0</version>
+ <version>12.1.1</version>
</parent>
<packaging>pom</packaging>
<groupId>org.apache.logging.log4net</groupId>
<artifactId>apache-log4net</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
<name>Apache log4net</name>
<description>Logging framework for Microsoft .NET Framework.</description>
<url>https://logging.apache.org/log4net</url>
@@ -54,7 +54,7 @@
</ciManagement>
<properties>
<!-- project version -->
- <revision>3.1.0-SNAPSHOT</revision>
+ <revision>3.2.0-SNAPSHOT</revision>
</properties>
<build>
<plugins>
diff --git a/src/log4net/log4net.csproj b/src/log4net/log4net.csproj
index 6a16ea0b..328c5343 100644
--- a/src/log4net/log4net.csproj
+++ b/src/log4net/log4net.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Version>3.1.1</Version>
+ <Version>3.2.0</Version>
<PackageId>log4net</PackageId>
<Product>Apache log4net</Product>
<Title>$(Product)</Title>