Skip to content

Commit a437bd9

Browse files
author
John Simons
committed
Merge branch 'hotfix-4.0.5'
2 parents caa9ac9 + 232ba7d commit a437bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NuGet/NServiceBus/tools/init.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if($perfCountersInstalled -and $msmqInstalled -and $dtcInstalled -and $ravenDBIn
7575
New-Item -Path $nserviceBusVersionPath -ErrorAction silentlycontinue | Out-Null
7676
New-ItemProperty -Path $nserviceBusVersionPath -Name $machinePreparedKey -PropertyType String -Value "true" | Out-Null
7777

78-
$url = "http://particular.net/articles/preparing-your-machine-to-run-nservicebus?dtc=" + $dtcInstalled + "&msmq=" + $msmqInstalled + "&raven=" + $ravenDBInstalled + "&perfcounter=" + $perfCountersInstalled + "&installer=NServiceBus&method=nuget" + "&version=" + $nservicebusVersion.Major + "." + $nservicebusVersion.Minor + "." + $nservicebusVersion.Build
78+
$url = "http://particular.net/articles/preparing-your-machine-to-run-nservicebus?dtc=" + $dtcInstalled + "&msmq=" + $msmqInstalled + "&raven=" + $ravenDBInstalled + "&perfcounter=" + $perfCountersInstalled + "&installer=NServiceBus&method=nuget&version=" + $package.Version
7979
$url = $url.ToLowerInvariant();
8080

8181
$dte.ExecuteCommand("View.URL", $url)

0 commit comments

Comments
 (0)