Skip to content

Commit

Permalink
Update version for 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Nov 7, 2024
1 parent a7f90b8 commit 0f8b41c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions doc/MailTemplate.Announce.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
To: announce@apache.org, dev@logging.apache.org
Subject: [ANNOUNCE] Apache log4net 3.0.3 released
Subject: [ANNOUNCE] Apache log4net 3.0.4 released

Hi,

the Apache log4net team is pleased to announce the 3.0.3 release.
the Apache log4net team is pleased to announce the 3.0.4 release.
For further information (support, download, etc.) see
- https://logging.apache.org/log4net/release/release-notes.html
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.3
- https://www.nuget.org/packages/log4net/3.0.3
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.4
- https://www.nuget.org/packages/log4net/3.0.4
4 changes: 2 additions & 2 deletions doc/MailTemplate.Result.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
To: dev@logging.apache.org
Subject: [RESULT][VOTE] Release Apache Log4net 3.0.3
Subject: [RESULT][VOTE] Release Apache Log4net 3.0.4

and here is my +1.

Expand All @@ -9,6 +9,6 @@ I will continue the release process.
Jan

---------------------------------------------------------------------------------------------------
This is a vote to release the Apache Log4net 3.0.3.
This is a vote to release the Apache Log4net 3.0.4.

...
6 changes: 3 additions & 3 deletions doc/MailTemplate.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
To: dev@logging.apache.org
Subject: [VOTE] Release Apache Log4net 3.0.3
Subject: [VOTE] Release Apache Log4net 3.0.4

This is a vote to release the Apache Log4net 3.0.3.
This is a vote to release the Apache Log4net 3.0.4.

Website: https://logging.staged.apache.org/log4net/release/release-notes.html
GitHub: https://github.com/apache/logging-log4net
Commit: <todo insert>
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.3
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.4
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
Review kit: https://logging.apache.org/log4net/release/release-review-instructions.html

Expand Down
2 changes: 1 addition & 1 deletion examples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup>
<Log4NetPackageVersion>3.0.3-preview.1</Log4NetPackageVersion>
<Log4NetPackageVersion>3.0.3</Log4NetPackageVersion>
<MicrosoftNetAnalyzersPackageVersion>8.0.0</MicrosoftNetAnalyzersPackageVersion>
</PropertyGroup>
<PropertyGroup Label="GenerateAssemblyInfo">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log4net",
"version": "3.0.3",
"version": "3.0.4",
"description": "Log4Net is a logging framework for .NET",
"scripts": {
"test": "run-s clean-build test-dotnet run-dotnet-core-tests",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>log4net</groupId>
<artifactId>apache-log4net</artifactId>
<packaging>pom</packaging>
<version>3.0.3</version>
<version>3.0.4</version>
<name>Apache log4net</name>
<description>Logging framework for Microsoft .NET Framework.</description>
<url>https://logging.apache.org/log4net/</url>
Expand Down
6 changes: 3 additions & 3 deletions src/log4net/log4net.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.0.3</Version>
<Version>3.0.4</Version>
<PackageId>log4net</PackageId>
<Product>Apache log4net</Product>
<Title>$(Product)</Title>
Expand Down Expand Up @@ -100,7 +100,7 @@ log4net is designed with two distinct goals in mind: speed and flexibility
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="$(MicrosoftSourceLinkGitHubPackageVersion)" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="$(MicrosoftNetAnalyzersPackageVersion)" PrivateAssets="All" IncludeAssets="All"/>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="$(MicrosoftNetAnalyzersPackageVersion)" PrivateAssets="All" IncludeAssets="All" />
</ItemGroup>
<Import Project="../MonoForFramework.targets" />
<Target Name="_ResolveCopyLocalNuGetPackagePdbsAndXml" Condition="$(CopyLocalLockFileAssemblies) == true" AfterTargets="ResolveReferences">
Expand Down

0 comments on commit 0f8b41c

Please sign in to comment.