Skip to content

Commit 060fcc5

Browse files
committed
Update generated documentation for version 10.0.0-alpha009
1 parent 164c10e commit 060fcc5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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-alpha007/paket.exe
1+
https://github.com/fsprojects/Paket/releases/download/10.0.0-alpha009/paket.exe

learn-how-to-use-paket.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1><a name="Learn-how-to-use-paket" class="anchor" href="#Learn-how-to-use-pake
6363
<h2><a name="Core-concepts" class="anchor" href="#Core-concepts">Core concepts</a></h2>
6464
<p>Paket manages your dependencies with three core file types:</p>
6565
<ul>
66-
<li><a href="dependencies.file.html"><code>paket.dependencies</code></a>, where you specify your dependencies and their versions for your entire codebase.</li>
66+
<li><a href="dependencies-file.html"><code>paket.dependencies</code></a>, where you specify your dependencies and their versions for your entire codebase.</li>
6767
<li><a href="references-files.html"><code>paket.references</code></a>, a file that specifies a subset of your dependencies for every project in a solution.</li>
6868
<li><a href="lock-file.html"><code>paket.lock</code></a>, a lock file that Paket generates when it runs. When you check it into source control, you get reproducible builds.</li>
6969
</ul>

release-notes.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ <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-alpha007-2025-11-11" class="anchor" href="#10-0-0-alpha007-2025-11-11">10.0.0-alpha007 - 2025-11-11</a></h4>
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>
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>
64+
<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>
6465
</ul>
6566
<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>
6667
<ul>

0 commit comments

Comments
 (0)