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