refactor(scoop-download): Output more detailed manifest information (#5277)

This commit is contained in:
HUMORCE
2022-12-10 15:38:30 +00:00
committed by GitHub
parent af5ffcddab
commit 6369ba60ba
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
### Code Refactoring
- **git:** Use Invoke-Git() with direct path to git.exe to prevent spawning shim subprocesses ([#5122](https://github.com/ScoopInstaller/Scoop/issues/5122))
- **scoop-download:** Output more detailed manifest information ([#5277](https://github.com/ScoopInstaller/Scoop/issues/5277))
### Tests