Skip to content

Commit 9b9726e

Browse files
Update manifest for 0.1.1
1 parent d22aaac commit 9b9726e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

module/PSLambda.psd1

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PSLambda.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.1.1'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '242ef850-1f6d-4647-acbe-26d010c4a3f5'
@@ -84,7 +84,13 @@ PrivateData = @{
8484
# IconUri = ''
8585

8686
# ReleaseNotes of this module
87-
# ReleaseNotes = ''
87+
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'
8894

8995
} # End of PSData hashtable
9096

0 commit comments

Comments
 (0)