v7.4.15 Release of PowerShell #27311
Replies: 2 comments 1 reply
-
|
If pwsh 5 is supposed to be the base version and v7 (7.6.0) the latest. What would be the use case of something like 7.4.15? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @voyager2saturn - Great question — the short answer is that PowerShell follows a release track model tied to .NET. 7.4.x is an LTS (Long Term Support) release, built on .NET 8 LTS. Organizations that adopted 7.4 as their stable baseline continue to receive bug fixes and security updates on that track without taking on new features. It's supported through November 2026. 7.6 is the newest LTS, built on .NET 10 LTS — the track most people should move toward now. 7.5.x (in between) was a current stable release with a shorter support window — not LTS. So 7.4.15 exists for environments that standardized on 7.4 and aren't ready to move yet — heavily regulated environments, large enterprises, or anywhere that values a slower, predictable update cadence over getting the latest. The |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
7.4.15
General Cmdlet Updates and Fixes
Tests
PSNativeCommandArgumentPassingtest ([release/v7.4.15] Fix thePSNativeCommandArgumentPassingtest #27146)Build and Packaging Improvements
Update .NET SDK to 8.0.420
msixbundle-vpackpipeline ([release/v7.4.15] Build, package, and create VPack for the PowerShell-LTS store package within the samemsixbundle-vpackpipeline (#150) #27242).msixbundlepackage as a VPack ([release/v7.4.15] Publish.msixbundlepackage as a VPack #27187)github/codeql-actionfrom 4.32.4 to 4.35.1 ([release/v7.4.15] Bump github/codeql-action from 4.32.4 to 4.32.6 #27143) ([release/v7.4.15] Bump github/codeql-action from 4.32.6 to 4.34.1 #27171) ([release/v7.4.15] Bump github/codeql-action from 4.34.1 to 4.35.1 #27175)release-upload-buildinfo: replace version-comparison channel gating with metadata flags ([release/v7.4.15] release-upload-buildinfo: replace version-comparison channel gating with metadata flags #27147)_GetDependenciesMSBuild target from dynamic generation inbuild.psm1intoMicrosoft.PowerShell.SDK.csproj([release/v7.4.15] Move_GetDependenciesMSBuild target from dynamic generation inbuild.psm1intoMicrosoft.PowerShell.SDK.csproj#27144)actions/dependency-review-actionfrom 4.8.3 to 4.9.0 ([release/v7.4.15] Bump actions/dependency-review-action from 4.8.3 to 4.9.0 #27142)actions/upload-artifactfrom 6 to 7 ([release/v7.4.15] Bump actions/upload-artifact from 6 to 7 #27141)SHA256 Hashes of the release artifacts
This discussion was created from the release v7.4.15 Release of PowerShell.
Beta Was this translation helpful? Give feedback.
All reactions