From d0d317a8339763965ad16a78760b7c8e9aaa0df5 Mon Sep 17 00:00:00 2001 From: sethvs Date: Wed, 19 Sep 2018 11:37:39 +0300 Subject: [PATCH] Change 'PSEditions' column name to 'PSEdition'. --- 5-Final/RFC0025-PSCore6-and-Windows-Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-Final/RFC0025-PSCore6-and-Windows-Modules.md b/5-Final/RFC0025-PSCore6-and-Windows-Modules.md index ab057667..f850cfeb 100644 --- a/5-Final/RFC0025-PSCore6-and-Windows-Modules.md +++ b/5-Final/RFC0025-PSCore6-and-Windows-Modules.md @@ -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