v2.1.17
What's Changed
- Updates build process by @santisq in #31
- Updates CI pipeline by @santisq in #32
- Fixes #9 by @santisq in #33. Output is now sorted by ascending values:
-
PSTree v2.1.16
PS ..\PSTree> pstree -Directory -Depth 2 Source: D:\...\PSTree Mode Length Hierarchy ---- ------ --------- d---- 25.27 KB PSTree d---- 3.72 KB ├── tools d---- 16.96 KB │ ├── ProjectBuilder d---- 0.00 B │ └── Modules d---- 13.66 KB ├── tests d---- 0.00 B ├── src d---- 13.26 KB │ └── PSTree d---- 168.69 KB ├── output d---- 92.50 KB │ ├── TestResults d---- 0.00 B │ └── PSTree d---- 6.26 KB ├── module d---- 0.00 B ├── docs d---- 7.37 KB │ └── en-US d---- 4.11 KB ├── .vscode d---- 0.00 B └── .github d---- 4.10 KB └── workflows
-
PSTree v2.1.17
PS ..\PSTree> pstree -Directory -Depth 2 Source: D:\Zen\Documents\Scripts\PSTree Mode Length Hierarchy ---- ------ --------- d---- 25.27 KB PSTree d---- 0.00 B ├── .github d---- 4.10 KB │ └── workflows d---- 4.11 KB ├── .vscode d---- 0.00 B ├── docs d---- 7.37 KB │ └── en-US d---- 6.26 KB ├── module d---- 168.69 KB ├── output d---- 0.00 B │ ├── PSTree d---- 92.50 KB │ └── TestResults d---- 0.00 B ├── src d---- 13.26 KB │ └── PSTree d---- 13.66 KB ├── tests d---- 3.72 KB └── tools d---- 0.00 B ├── Modules d---- 16.96 KB └── ProjectBuilder
-
Full Changelog: v2.1.16...v2.1.17