Skip to content

Commit ffc3490

Browse files
committed
Update generated documentation for version 10.0.0-alpha010
1 parent 060fcc5 commit ffc3490

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/fsprojects/Paket/releases/download/10.0.0-alpha009/paket.exe
1+
https://github.com/fsprojects/Paket/releases/download/10.0.0-alpha010/paket.exe

release-notes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,13 @@ <h3 class="muted"><a href="./index.html">Paket</a></h3>
5656
<div class="row">
5757
<div class="span9" id="main">
5858

59-
<h4><a name="10-0-0-alpha009-2025-11-11" class="anchor" href="#10-0-0-alpha009-2025-11-11">10.0.0-alpha009 - 2025-11-11</a></h4>
59+
<h4><a name="10-0-0-alpha010-2025-11-11" class="anchor" href="#10-0-0-alpha010-2025-11-11">10.0.0-alpha010 - 2025-11-11</a></h4>
6060
<ul>
6161
<li>Preview support for .NET 10.0 - <a href="https://github.com/fsprojects/Paket/pull/4297">https://github.com/fsprojects/Paket/pull/4297</a></li>
6262
<li>Use NuGet.Configuration to get the path to the NuGet global - <a href="https://github.com/fsprojects/Paket/pull/4301">https://github.com/fsprojects/Paket/pull/4301</a></li>
6363
<li>Add support for Artifactory by using the SearchQueryService as a fallback when AllVersionsAPI is not available - <a href="https://github.com/fsprojects/Paket/pull/4303">https://github.com/fsprojects/Paket/pull/4303</a></li>
6464
<li>Fix script generation if package contains FSharp.Core name - <a href="https://github.com/fsprojects/Paket/pull/4287">https://github.com/fsprojects/Paket/pull/4287</a></li>
65+
<li>Support for icon in paket.template - <a href="https://github.com/fsprojects/Paket/pull/4280">https://github.com/fsprojects/Paket/pull/4280</a></li>
6566
</ul>
6667
<h4><a name="9-0-2-2024-11-19" class="anchor" href="#9-0-2-2024-11-19">9.0.2 - 2024-11-19</a></h4>
6768
<ul>

template-files.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ <h2><a name="General-metadata" class="anchor" href="#General-metadata">General m
192192
<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>
193193
<li><code>language</code></li>
194194
<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>
196197
<li><code>licenseExpression</code>: More info on what you can specify: <a href="https://docs.microsoft.com/de-de/nuget/reference/nuspec#license">https://docs.microsoft.com/de-de/nuget/reference/nuspec#license</a></li>
197198
<li><code>licenseUrl</code> (deprecated by NuGet)</li>
198199
<li><code>repositoryType</code></li>

0 commit comments

Comments
 (0)