Skip to content

Commit b3c834b

Browse files
committed
Remove -pre2 tag in preparation for official release!
1 parent 8620407 commit b3c834b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NuGet/pack.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set version=33.0.0-pre2
1+
set version=33.0.0
22
NuGet pack CefSharp.Common.nuspec -NoPackageAnalysis -Version %version%
33
NuGet pack CefSharp.Wpf.nuspec -NoPackageAnalysis -Version %version%
44
NuGet pack CefSharp.WinForms.nuspec -NoPackageAnalysis -Version %version%

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ param(
33
[Parameter(Position = 0)]
44
[string] $Target = "nupkg",
55
[Parameter(Position = 1)]
6-
[string] $Version = "33.0.0-pre2"
6+
[string] $Version = "33.0.0"
77
)
88

99
$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition

0 commit comments

Comments
 (0)