Skip to content

v2.1.13

Compare
Choose a tag to compare
@santisq santisq released this 28 Jul 23:49
· 20 commits to main since this release

What's Changed

  • Added .ToString() method to PSTreeFileSystemInfo<T> instances, the method resolves to the instances .FullName property similar to FileSystemInfo.ToString Method. Now it should be possible to pipe Get-PSTree output to Get-Item and Get-ChildItem when needed:

    Get-PStree -Depth 0 | Get-Item
  • Added .Refresh() method to PSTreeFileSystemInfo<T>, functionality is the same as FileSystemInfo.Refresh Method.

  • Reorganizing source files and Pester tests.

  • Added more Pester tests.

  • Fixed a few documentation typos.

Full Changelog: v2.1.12...v2.1.13