From 2ae5b6f95bbd11d377f875d3fa01ae2cf1ec352d Mon Sep 17 00:00:00 2001 From: Patrick Meinecke Date: Mon, 2 May 2022 18:45:28 -0700 Subject: [PATCH] Update manifest for v2.3.3 (#45) --- module/ClassExplorer.psd1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module/ClassExplorer.psd1 b/module/ClassExplorer.psd1 index 1317812..f93ed4c 100644 --- a/module/ClassExplorer.psd1 +++ b/module/ClassExplorer.psd1 @@ -78,6 +78,12 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = @' +## 2.3.3 + +* Add `-Decoration` to `Find-Type` +* Fix `-Decoration` parameter and `hasattr` keyword being unreliable with non-BCL + attributes. + ## 2.3.2 * Add property attributes in `Format-MemberSignature`