Skip to content

Commit 762da1a

Browse files
Prepare manifest for 0.2.0 (#7)
1 parent d9e0c91 commit 762da1a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

module/EditorServicesCommandSuite.psd1

Lines changed: 8 additions & 2 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.1.0'
15+
ModuleVersion = '0.2.0'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '97607afd-d9bd-4a2e-a9f9-70fe1a0a9e4c'
@@ -103,7 +103,13 @@ PrivateData = @{
103103
# IconUri = ''
104104

105105
# ReleaseNotes of this module
106-
# ReleaseNotes = ''
106+
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
112+
'@
107113

108114
} # End of PSData hashtable
109115

0 commit comments

Comments
 (0)