File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
RootModule = ' PSLambda.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.1.1 '
15
+ ModuleVersion = ' 0.2.0 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 242ef850-1f6d-4647-acbe-26d010c4a3f5'
@@ -84,13 +84,13 @@ PrivateData = @{
84
84
# IconUri = ''
85
85
86
86
# 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
+ '@
94
94
95
95
} # End of PSData hashtable
96
96
You can’t perform that action at this time.
0 commit comments