presentation

This commit is contained in:
2022-06-18 15:44:06 +01:00
parent 519a4fbd46
commit 2d5438c943
7 changed files with 61 additions and 7846 deletions

View File

@ -24,12 +24,21 @@
</dd>
<dt>
@Html.DisplayNameFor(model => model.latest.FullString)
</dt>
<dd>
<a href="@Model.latest.NugetLink" >@Html.DisplayFor(model => model.latest.FullString)</a>
<a href="@Model.latest.NuspecLink" >nuspec</a>
<i class="extinfo">(version count : @Model.totalHits)</i>
</dd>
</dl>
<h4>Integration</h4>
<hr />
<pre>
<code
title="click pour copie"
onclick="navigator.clipboard.writeText(this.innerText);alert('copié')">&lt;PackageReference Include="@Model.pkgid" Version="@Model.latest.FullString" /&gt;</code>
</pre>
</div>
<div>
@Html.ActionLink("Edit", "Edit", new { pkgid = Model.pkgid, version = Model.latest.FullString }) |