Skip to content

Commit 13f648f

Browse files
committed
update version to 3.0.5
update examples to 3.0.4
1 parent 3a422cd commit 13f648f

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

doc/MailTemplate.Announce.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
2-
Subject: [ANNOUNCE] Apache log4net 3.0.4 released
2+
Subject: [ANNOUNCE] Apache log4net 3.0.5 released
33

44
Hi,
55

6-
the Apache log4net team is pleased to announce the 3.0.4 release.
6+
the Apache log4net team is pleased to announce the 3.0.5 release.
77
For further information (support, download, etc.) see
88
- https://logging.apache.org/log4net/release/release-notes.html
9-
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.4
10-
- https://www.nuget.org/packages/log4net/3.0.4
9+
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.5
10+
- https://www.nuget.org/packages/log4net/3.0.5

doc/MailTemplate.Result.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2-
Subject: [RESULT][VOTE] Release Apache Log4net 3.0.4
2+
Subject: [RESULT][VOTE] Release Apache Log4net 3.0.5
33

44
and here is my +1.
55

@@ -9,6 +9,6 @@ I will continue the release process.
99
Jan
1010

1111
---------------------------------------------------------------------------------------------------
12-
This is a vote to release the Apache Log4net 3.0.4.
12+
This is a vote to release the Apache Log4net 3.0.5.
1313

1414
...

doc/MailTemplate.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
2-
Subject: [VOTE] Release Apache Log4net 3.0.4
2+
Subject: [VOTE] Release Apache Log4net 3.0.5
33

4-
This is a vote to release the Apache Log4net 3.0.4.
4+
This is a vote to release the Apache Log4net 3.0.5.
55

66
Website: https://logging.staged.apache.org/log4net/release/release-notes.html
77
GitHub: https://github.com/apache/logging-log4net
88
Commit: <todo insert>
9-
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.4
9+
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.5
1010
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
1111
Review kit: https://logging.apache.org/log4net/release/release-review-instructions.html
1212

examples/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.0.3</Version>
3+
<Version>3.0.4</Version>
44
<AssemblyVersion>$(Version)</AssemblyVersion>
55
<Deterministic>true</Deterministic>
66
<LangVersion>latest</LangVersion>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4net",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Log4Net is a logging framework for .NET",
55
"scripts": {
66
"test": "run-s clean-build test-dotnet run-dotnet-core-tests",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>log4net</groupId>
2222
<artifactId>apache-log4net</artifactId>
2323
<packaging>pom</packaging>
24-
<version>3.0.4</version>
24+
<version>3.0.5</version>
2525
<name>Apache log4net</name>
2626
<description>Logging framework for Microsoft .NET Framework.</description>
2727
<url>https://logging.apache.org/log4net/</url>

scripts/build-preview.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Version = '3.0.4'
1+
$Version = '3.0.5'
22
$Preview = '1'
33
'building ...'
44
dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj

src/log4net/log4net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>3.0.4</Version>
3+
<Version>3.0.5</Version>
44
<PackageId>log4net</PackageId>
55
<Product>Apache log4net</Product>
66
<Title>$(Product)</Title>

0 commit comments

Comments
 (0)