Skip to content

Commit 4aa8d5c

Browse files
Update manifest for v0.2.1 release
1 parent bde9e1b commit 4aa8d5c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

module/ImpliedReflection.psd1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'ImpliedReflection.dll'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.0'
15+
ModuleVersion = '0.2.1'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '8834a5bf-9bf2-4f09-8415-3c1e561109f6'
@@ -75,7 +75,11 @@ PrivateData = @{
7575
# IconUri = ''
7676

7777
# ReleaseNotes of this module
78-
ReleaseNotes = ' - Objects no longer need to be outputted before private members are available
78+
ReleaseNotes = '# v0.2.1
79+
- Update for PowerShell Core 7.0.0-preview.1
80+
- Fix Add-PrivateMember adding members that tracked the wrong instance
81+
# v0.2.0
82+
- Objects no longer need to be outputted before private members are available
7983
- Enable invocation of private constructors via new "ctor" static proxy method
8084
- Improve performance by using dynamically compiled delegates for reflection calls
8185
- Full rewrite as binary module'

0 commit comments

Comments
 (0)