Skip to content

Commit 49970be

Browse files
authored
Merge pull request #143 from sethvs/modules
Change 'PSEditions' column name to 'PSEdition'.
2 parents bc01ad1 + d0d317a commit 49970be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-Final/RFC0025-PSCore6-and-Windows-Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If the module manifest does not contain `CompatiblePSEditions`, then that module
7272
By default, `Get-Module -ListAvailable` will only show modules found in `PSModulePath` that are declared as compatible.
7373
Similarly, module auto-discovery and auto-loading will only find modules that are declared as compatible.
7474

75-
The `ModuleInfo` table format will add a column for `PSEditions` (shortened from `CompatiblePSEditions` between `Name` and `ExportedCommands`).
75+
The `ModuleInfo` table format will add a column for `PSEdition` (shortened from `CompatiblePSEditions` between `Name` and `ExportedCommands`).
7676

7777
### Using Modules from System32 not declared as Compatible
7878

0 commit comments

Comments
 (0)