We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be82736 commit 20690caCopy full SHA for 20690ca
2 files changed
fcs/download-paket.ps1
@@ -1,4 +1,4 @@
1
-$paketurl="https://github.com/fsprojects/Paket/releases/download/5.210.1/paket.exe"
+$paketurl="https://github.com/fsprojects/Paket/releases/download/5.215.0/paket.exe"
2
$paketdir = Join-Path $PSScriptRoot ".paket"
3
$paketpath = Join-Path $paketdir "paket.exe"
4
fcs/download-paket.sh
@@ -12,7 +12,7 @@ while [[ -h "$source" ]]; do
12
done
13
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
14
15
-paketurl=https://github.com/fsprojects/Paket/releases/download/5.210.1/paket.exe
+paketurl=https://github.com/fsprojects/Paket/releases/download/5.215.0/paket.exe
16
paketdir=$scriptroot/.paket
17
paketpath=$paketdir/paket.exe
18
if [ ! -e "$paketpath" ]; then
0 commit comments