Skip to content

Commit b54b962

Browse files
committed
Update Appveyor NuGet package number
1 parent e23d6cd commit b54b962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package/pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if ($Env:PLATFORM -eq "Any CPU")
2323
if (($Env:PLATFORM -eq "x64") -and ($Env:CONFIGURATION -eq "Release"))
2424
{
2525
Write-Host "Performing NuGet pack after final build job"
26-
$version = "0.33.7-RC2-" + $Env:APPVEYOR_BUILD_NUMBER
26+
$version = "0.33.9." + $Env:APPVEYOR_BUILD_NUMBER
2727
nuget pack $root\Package\ExcelDna.Integration\ExcelDna.Integration.nuspec -Version $version
2828
nuget pack $root\Package\ExcelDna.AddIn\ExcelDna.AddIn.nuspec -Version $version
2929
}

0 commit comments

Comments
 (0)