Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 5-Final/RFC0025-PSCore6-and-Windows-Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If the module manifest does not contain `CompatiblePSEditions`, then that module
By default, `Get-Module -ListAvailable` will only show modules found in `PSModulePath` that are declared as compatible.
Similarly, module auto-discovery and auto-loading will only find modules that are declared as compatible.

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

### Using Modules from System32 not declared as Compatible

Expand Down