File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' EditorServicesCommandSuite.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.2.0 '
15+ ModuleVersion = ' 0.2.1 '
1616
1717# ID used to uniquely identify this module
1818GUID = ' 97607afd-d9bd-4a2e-a9f9-70fe1a0a9e4c'
@@ -104,11 +104,13 @@ PrivateData = @{
104104
105105 # ReleaseNotes of this module
106106 ReleaseNotes = @'
107- - Added function Add-ModuleQualification for adding qualifying command expressions by module name
108- - Changed ConvertTo-LocalizationString to use an editor input prompt for string name instead
109- of Read-Host
110- - Fixed an issue where Add-CommandToManifest would include an empty array expression
111- - Fixed an issue where array literals would not be quoted properly in splat expressions
107+ - ConvertTo-SplatExpression will now handle positional arguments as well if the command exists in the session
108+
109+ - Add-ModuleQualification will now work in all workspace configurations
110+
111+ - ConvertTo-MarkdownHelp will now generate the correct online help URI and will create the markdown
112+ docs folder if it does not already exist. It will now also correctly handle situations where
113+ multiple versions of the same module are imported.
112114'@
113115
114116 } # End of PSData hashtable
You can’t perform that action at this time.
0 commit comments