chore: Bump 7-Zip 24.07→26.01, Git 2.47→2.54 across docs + setup

Setup-WinBuild2025.ps1: default SevenZipVersion '24.07' → '26.01'
TODO.md: Tier-1 table + bullet list updated to current versions
TEST-PLAN: expected version strings and checklist updated

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simone
2026-05-10 22:32:26 +02:00
parent 8b3823838d
commit 6b2a23b8f9
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ param(
[string] $GitVersion = '2.54.0.windows.1',
# 7-Zip version (latest stable)
[string] $SevenZipVersion = '24.07'
[string] $SevenZipVersion = '26.01'
)
Set-StrictMode -Version Latest