You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Preview support for .NET 10.0 - <ahref="https://github.com/fsprojects/Paket/pull/4297">https://github.com/fsprojects/Paket/pull/4297</a></li>
62
62
<li>Use NuGet.Configuration to get the path to the NuGet global - <ahref="https://github.com/fsprojects/Paket/pull/4301">https://github.com/fsprojects/Paket/pull/4301</a></li>
63
63
<li>Add support for Artifactory by using the SearchQueryService as a fallback when AllVersionsAPI is not available - <ahref="https://github.com/fsprojects/Paket/pull/4303">https://github.com/fsprojects/Paket/pull/4303</a></li>
64
64
<li>Fix script generation if package contains FSharp.Core name - <ahref="https://github.com/fsprojects/Paket/pull/4287">https://github.com/fsprojects/Paket/pull/4287</a></li>
65
+
<li>Support for icon in paket.template - <ahref="https://github.com/fsprojects/Paket/pull/4280">https://github.com/fsprojects/Paket/pull/4280</a></li>
Copy file name to clipboardExpand all lines: template-files.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,8 @@ <h2><a name="General-metadata" class="anchor" href="#General-metadata">General m
192
192
<li><code>readme</code>: This is a path to a readme file <em>in</em> the package. It should be added with the <code>files</code> block (see below).</li>
193
193
<li><code>language</code></li>
194
194
<li><code>projectUrl</code></li>
195
-
<li><code>iconUrl</code></li>
195
+
<li><code>iconUrl</code> (deprecated by NuGet)</li>
196
+
<li><code>icon</code> This is a path to an image file <em>in</em> the package. It should be added with the <code>files</code> block (see below).</li>
196
197
<li><code>licenseExpression</code>: More info on what you can specify: <ahref="https://docs.microsoft.com/de-de/nuget/reference/nuspec#license">https://docs.microsoft.com/de-de/nuget/reference/nuspec#license</a></li>
197
198
<li><code>licenseUrl</code> (deprecated by NuGet)</li>
0 commit comments