Fix version typos#12592
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Pull request overview
This PR corrects version-related typos in PowerShell 7.6 documentation to reflect the current preview.6 release and its underlying .NET version.
- Updates .NET version reference from the incorrect "9.0.101" to "10.0.0"
- Updates PowerShell Preview winget version from 7.6.0.5 to 7.6.0.6 (corresponding to preview.6)
- Refreshes documentation dates to the current date (12/17/2025)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| What-s-New-in-PowerShell-76.md | Corrects .NET version to 10.0.0 and updates document date |
| install-powershell-on-windows.md | Updates PowerShell Preview version to 7.6.0.6 in winget output example and refreshes document date |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Learn Build status updates of commit 995bd2d: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Fix version typos
PR Checklist