From 393597b6a726afa10626706a544e80bf6bff2d09 Mon Sep 17 00:00:00 2001 From: Patrick Meinecke Date: Sun, 29 Apr 2018 14:17:46 -0400 Subject: [PATCH] Update manifest for 0.2.0 (#16) --- module/PSLambda.psd1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/module/PSLambda.psd1 b/module/PSLambda.psd1 index 22b070c..f1e2ef4 100644 --- a/module/PSLambda.psd1 +++ b/module/PSLambda.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSLambda.psm1' # Version number of this module. -ModuleVersion = '0.1.1' +ModuleVersion = '0.2.0' # ID used to uniquely identify this module GUID = '242ef850-1f6d-4647-acbe-26d010c4a3f5' @@ -84,13 +84,13 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = 'Fix exceptions that occurred with: - -- Empty Hashtable initialization expressions -- Switch statements with just a default block -- Index operations on expressions typed explicitly as IEnumerable<> -- The -as and -not operators -- The -bor and -band operators when used against an Enum' + ReleaseNotes = @' +- Add extension method resolution +- Add generic parameter inference +- Fix scriptblocks in method argument binding +- Fix ForEach enumerator typing +- Fix index expressions for non IList types +'@ } # End of PSData hashtable