Skip to content

Commit

Permalink
updates to changelog, readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Jan 19, 2025
1 parent 1d05ca3 commit e04d1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
- __09/03/2024__
- Makes `Depth` property public for `PSTreeFileSystemInfo` instances.
- Makes `GetParents()` method private, absolutely no reason to have it public.
- Added properties `ItemCount` and `TotalItemCount` to `PSTreeDirectory` instances, requested in [__Issue #34__][2].
- Added properties `ItemCount` and `TotalItemCount` to `PSTreeDirectory` instances, requested in [__Issue #34__][21].
```powershell
PS ..\PSTree> pstree -Recurse -Force -Directory | Select-Object Hierarchy, Depth, ItemCount, TotalItemCount -First 15
Expand Down Expand Up @@ -349,4 +349,4 @@ d---- └── Format 1.83 Kb
[18]: https://github.com/jborean93/
[19]: /docs/en-US/Get-PSTree.md
[20]: https://www.powershellgallery.com/
[2]: https://github.com/santisq/PSTree/issues/34
[21]: https://github.com/santisq/PSTree/issues/34

0 comments on commit e04d1e9

Please sign in to comment.