From 98fdeab4179c5f83109609bcc6d46ff89051e76f Mon Sep 17 00:00:00 2001 From: Mark Schofield <34426337+MarkSchofield@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:25:50 -0800 Subject: [PATCH] Update FASTBuild from 1.17 to 1.18 --- example/Scripts/installFASTBuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Scripts/installFASTBuild.ps1 b/example/Scripts/installFASTBuild.ps1 index 1536247..0d37d70 100644 --- a/example/Scripts/installFASTBuild.ps1 +++ b/example/Scripts/installFASTBuild.ps1 @@ -10,7 +10,7 @@ param ( Set-StrictMode -Version Latest $ErrorActionPreference = 'Stop' -$FastBuildVersion = "1.17" +$FastBuildVersion = "1.18" $FastBuildFileName = "FASTBuild-Windows-x64-v$FastBuildVersion.zip" $FastBuildZipUrl = "https://www.fastbuild.org/downloads/v$FastBuildVersion/$FastBuildFileName" $DownloadFolder = Join-Path -Path $PSScriptRoot -ChildPath "../../__downloads"