Skip to content

Commit ac12ad9

Browse files
committed
3.2.0-preview.1
1 parent e495439 commit ac12ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-preview.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param(
2-
$Version = '3.1.0',
3-
$Preview = '3'
2+
$Version = '3.2.0',
3+
$Preview = '1'
44
)
55
'building ...'
66
dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj

0 commit comments

Comments
 (0)