Skip to content

Commit 9aa11b1

Browse files
Prepare manifest for 0.2.1 (#13)
1 parent 821c024 commit 9aa11b1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

module/EditorServicesCommandSuite.psd1

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '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
1818
GUID = '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

0 commit comments

Comments
 (0)