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 ac12ad93 3.2.0-preview.1 ac12ad93 is described below commit ac12ad93e942e823f1d953a272083f2aae2bbaf7 Author: Jan Friedrich <freeand...@apache.org> AuthorDate: Thu Jul 3 11:31:31 2025 +0200 3.2.0-preview.1 --- scripts/build-preview.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-preview.ps1 b/scripts/build-preview.ps1 index ad9f3de5..1815a433 100644 --- a/scripts/build-preview.ps1 +++ b/scripts/build-preview.ps1 @@ -1,6 +1,6 @@ param( - $Version = '3.1.0', - $Preview = '3' + $Version = '3.2.0', + $Preview = '1' ) 'building ...' dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj