Make nuget link to NuGet package

This commit is contained in:
Bjarne Fyrstenborg
2017-01-22 14:15:16 +01:00
parent 2247141efd
commit afc93fb593
@@ -286,7 +286,7 @@
if (!string.IsNullOrEmpty(nuGetPackageCmd))
{
<p class="small">or, install via nuget</p>
<p class="small">or, install via <a href="@nuGetPackageUrl">nuget</a></p>
<span class="pm-nuget">
<input class="pre nuget" value="Install-Package @nuGetPackageCmd" readonly>
</span>