Skip to content

Commit e0fbb0d

Browse files
authored
feat: link to nuget dependencies
1 parent 16aee56 commit e0fbb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/package/content/nuget.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
{{range $framework, $dependencies := .PackageDescriptor.Metadata.Dependencies}}
4040
{{range $dependencies}}
4141
<tr>
42-
<td>{{.ID}}</td>
43-
<td>{{.Version}}</td>
42+
<td><a href="https://www.nuget.org/packages/{{.ID}}">{{.ID}}</a></td>
43+
<td><a href="https://www.nuget.org/packages/{{.ID}}/{{.Version}}">{{.Version}}</a></td>
4444
<td>{{$framework}}</td>
4545
</tr>
4646
{{end}}

0 commit comments

Comments
 (0)