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 b84f76e commit c69679bCopy full SHA for c69679b
NuGet/pack.bat
@@ -1,4 +1,4 @@
1
-set version=33.0.0-pre2
+set version=33.1.0-pre01
2
NuGet pack CefSharp.Common.nuspec -NoPackageAnalysis -Version %version%
3
NuGet pack CefSharp.Wpf.nuspec -NoPackageAnalysis -Version %version%
4
NuGet pack CefSharp.WinForms.nuspec -NoPackageAnalysis -Version %version%
build.ps1
@@ -3,7 +3,7 @@ param(
[Parameter(Position = 0)]
[string] $Target = "nupkg",
5
[Parameter(Position = 1)]
6
- [string] $Version = "33.0.0-pre2"
+ [string] $Version = "33.1.0-pre01"
7
)
8
9
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
0 commit comments