We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22aaac commit 9b9726eCopy full SHA for 9b9726e
module/PSLambda.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSLambda.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '0.1.0'
+ModuleVersion = '0.1.1'
16
17
# ID used to uniquely identify this module
18
GUID = '242ef850-1f6d-4647-acbe-26d010c4a3f5'
@@ -84,7 +84,13 @@ PrivateData = @{
84
# IconUri = ''
85
86
# ReleaseNotes of this module
87
- # ReleaseNotes = ''
+ ReleaseNotes = 'Fix exceptions that occurred with:
88
+
89
+- Empty Hashtable initialization expressions
90
+- Switch statements with just a default block
91
+- Index operations on expressions typed explicitly as IEnumerable<>
92
+- The -as and -not operators
93
+- The -bor and -band operators when used against an Enum'
94
95
} # End of PSData hashtable
96
0 commit comments