chore(template): bump PS7 7.6.1, NSIS 3.12, gh CLI 2.92.0

This commit is contained in:
Simone
2026-05-11 20:29:23 +02:00
parent 5c1a197559
commit 1b4c3be3f5
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -160,10 +160,10 @@ param(
# Update these defaults when upgrading pinned tool versions.
# PowerShell 7 LTS (pwsh.exe — modern PS for CI scripts + parallel pipelines)
[string] $Pwsh7Version = '7.4.7',
[string] $Pwsh7Version = '7.6.1',
# NSIS (makensis.exe — Windows installer builds)
[string] $NSISVersion = '3.10',
[string] $NSISVersion = '3.12',
# CMake (cmake.exe — C/C++ cross-platform build system)
[string] $CMakeVersion = '3.31.6',
@@ -175,7 +175,7 @@ param(
[string] $WiXVersion = '4.0.5',
# GitHub CLI (gh.exe — artifact upload, PR/release/workflow operations)
[string] $GhCliVersion = '2.67.0',
[string] $GhCliVersion = '2.92.0',
# vcpkg revision: git commit SHA or tag. Default '' = shallow HEAD clone.
[string] $VcpkgRef = '',