Skip to content

Commit c69679b

Browse files
committed
Update version to reflect proper milestone
1 parent b84f76e commit c69679b

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.1.0-pre01
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.1.0-pre01"
77
)
88

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

0 commit comments

Comments
 (0)