Skip to content

Commit 393597b

Browse files
Update manifest for 0.2.0 (#16)
1 parent f0dfb61 commit 393597b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

module/PSLambda.psd1

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

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

8686
# ReleaseNotes of this module
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'
87+
ReleaseNotes = @'
88+
- Add extension method resolution
89+
- Add generic parameter inference
90+
- Fix scriptblocks in method argument binding
91+
- Fix ForEach enumerator typing
92+
- Fix index expressions for non IList types
93+
'@
9494

9595
} # End of PSData hashtable
9696

0 commit comments

Comments
 (0)