File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' 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
1818GUID = ' 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
You can’t perform that action at this time.
0 commit comments