Skip to content

Commit

Permalink
Fixes #4321
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsimons authored and John Simons committed Jan 21, 2014
1 parent 0058640 commit 2931ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/nuget/tools/init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Write-Host ""
$nserviceBusKeyPath = "HKCU:SOFTWARE\NServiceBus"
$machinePreparedKey = "MachinePrepared"
$machinePrepared = $false
$versionParts = $package.Version.Split('.')
$versionParts = $package.Version.ToString().Split('.')
$nservicebusVersion = $versionParts[0]

if($versionParts.Length -gt 1) {
Expand Down

0 comments on commit 2931ba6

Please sign in to comment.