Commit 993ae01
π [Docs]: PowerShell module support aligned to latest LTS (#86)
PSModule module authors now have one supported runtime target: the
latest PowerShell Long Term Support release. Windows PowerShell 5.1
compatibility is explicitly out of scope.
## Changed: PowerShell version support
Module implementations can use language and platform capabilities
available in the latest LTS without preserving Windows PowerShell 5.1
compatibility. Ternary operators are allowed and `NoTernary` is no
longer a framework requirement.
## Technical Details
- Adds the supported PowerShell version policy to the module standard.
- Removes `NoTernary` from the documented enforced framework tests.
- Corrects the existing link to the canonical PowerShell standards page.
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent c5b6a65 commit 993ae01
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
312 | 316 | | |
313 | 317 | | |
314 | 318 | | |
315 | | - | |
316 | 319 | | |
317 | 320 | | |
318 | 321 | | |
| |||
0 commit comments