Skip to content

Commit f59e1d9

Browse files
authored
Update RFCNNNN-PSCore6-and-Windows-Modules.md
1 parent 8f228a9 commit f59e1d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

2-Draft-Accepted/RFCNNNN-PSCore6-and-Windows-Modules.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ so that I can deploy PowerShell Core 6 in my enterprise.
2727
The module manifest (since Windows PowerShell 5) may contain a `CompatiblePSEditions` property to indicate if it is compatible with
2828
Windows PowerShell (value of `Desktop` even on Windows Server) or PowerShell Core (value of `Core`).
2929
Currently, this property is only documentation and not observed by PowerShell.
30-
The proposal is to modify PowerShell Core 6.1 to respect this property.
30+
The proposal is to modify PowerShell Core 6.1 to respect this property for in-box Windows PowerShell modules.
3131

3232
### Windows PSModulePath
3333

@@ -50,11 +50,11 @@ from the `WindowsCompatibility` module.
5050

5151
Modules in the PowerShell Core `PSModulePath` are implicitly deemed compatible even if the manifest does not
5252
declare compatibility.
53-
A user who explicitly uses `Install-Module` within PowerShell Core 6 for those modules expect them to be available to PowerShell Core 6.
53+
A user who explicitly uses `Install-Module` within PowerShell Core 6 expect those modules to be available to PowerShell Core 6.
5454

55-
### CompatiblePSEditions for system32
55+
### CompatiblePSEditions for Windows System32
5656

57-
When we add the `system32` path to PowerShell Core's `PSModulePath`,
57+
When we add the `System32` path to PowerShell Core's `PSModulePath`,
5858
we will use additional logic to validate that the module is compatible with PowerShell Core.
5959

6060
If the module manifest contains `CompatiblePSEditions` with value `Core`, then that module is treated as compatible.

0 commit comments

Comments
 (0)