chore(template): bump PS7 7.6.1, NSIS 3.12, gh CLI 2.92.0
This commit is contained in:
@@ -133,12 +133,12 @@ param(
|
||||
[string] $DotNetSdkVersion = '10.0',
|
||||
|
||||
# Tier-2 Toolchain version pins — forwarded as-is to Setup-WinBuild2025.ps1
|
||||
[string] $Pwsh7Version = '7.4.7',
|
||||
[string] $NSISVersion = '3.10',
|
||||
[string] $Pwsh7Version = '7.6.1',
|
||||
[string] $NSISVersion = '3.12',
|
||||
[string] $CMakeVersion = '3.31.6',
|
||||
[string] $NodeJSVersion = '22.14.0',
|
||||
[string] $WiXVersion = '4.0.5',
|
||||
[string] $GhCliVersion = '2.67.0',
|
||||
[string] $GhCliVersion = '2.92.0',
|
||||
[string] $VcpkgRef = '',
|
||||
|
||||
# Skip Tier-2 Toolchain — forwarded to Setup-WinBuild2025.ps1 -SkipTier2
|
||||
|
||||
@@ -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 = '',
|
||||
|
||||
Reference in New Issue
Block a user