We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e495439 commit ac12ad9Copy full SHA for ac12ad9
scripts/build-preview.ps1
@@ -1,6 +1,6 @@
1
param(
2
- $Version = '3.1.0',
3
- $Preview = '3'
+ $Version = '3.2.0',
+ $Preview = '1'
4
)
5
'building ...'
6
dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj
0 commit comments