We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc01ad1 + d0d317a commit 49970beCopy full SHA for 49970be
5-Final/RFC0025-PSCore6-and-Windows-Modules.md
@@ -72,7 +72,7 @@ If the module manifest does not contain `CompatiblePSEditions`, then that module
72
By default, `Get-Module -ListAvailable` will only show modules found in `PSModulePath` that are declared as compatible.
73
Similarly, module auto-discovery and auto-loading will only find modules that are declared as compatible.
74
75
-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`).
76
77
### Using Modules from System32 not declared as Compatible
78
0 commit comments