We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f115b commit c3ec0f8Copy full SHA for c3ec0f8
1 file changed
PSMenu/PSMenu.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSMenu.psm1'
13
14
# Version number of this module.
15
- ModuleVersion = '0.1.4'
+ ModuleVersion = '0.1.6'
16
17
# ID used to uniquely identify this module
18
GUID = '652b2326-2d29-4e86-8149-03828d75503e'
@@ -34,6 +34,7 @@
34
- Paging
35
- Objects
36
- Custom rendering
37
+ - Rendering callback
38
39
Check for examples on how to use it on Github!'
40
@@ -113,7 +114,7 @@
113
114
115
# ReleaseNotes of this module
116
ReleaseNotes = '
-Fix error when nothing is selected in multi-select mode returning an index (thanks @howlettt)
117
+Add callback parameter to allow custom rendering (thanks @howlettt)
118
'
119
120
} # End of PSData hashtable
0 commit comments