File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
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.1 .0'
15+ ModuleVersion = ' 0.2 .0'
1616
1717# ID used to uniquely identify this module
1818GUID = ' 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
You can’t perform that action at this time.
0 commit comments