Skip to content

Commit

Permalink
Update Appveyor NuGet package number
Browse files Browse the repository at this point in the history
  • Loading branch information
govert committed Sep 9, 2015
1 parent e23d6cd commit b54b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ($Env:PLATFORM -eq "Any CPU")
if (($Env:PLATFORM -eq "x64") -and ($Env:CONFIGURATION -eq "Release"))
{
Write-Host "Performing NuGet pack after final build job"
$version = "0.33.7-RC2-" + $Env:APPVEYOR_BUILD_NUMBER
$version = "0.33.9." + $Env:APPVEYOR_BUILD_NUMBER
nuget pack $root\Package\ExcelDna.Integration\ExcelDna.Integration.nuspec -Version $version
nuget pack $root\Package\ExcelDna.AddIn\ExcelDna.AddIn.nuspec -Version $version
}
Expand Down

0 comments on commit b54b962

Please sign in to comment.