This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Releases: PowerShell/Microsoft.PowerShell.Archive
Releases · PowerShell/Microsoft.PowerShell.Archive
Microsoft.PowerShell.Archive v2.0.1-preview1
- Rewrote
Compress-Archive
cmdlet in C# - Added
-Format
parameter toCompress-Archive
- Added
-WriteMode
parameter toCompress-Archive
- Added support for relative path structure preservating when paths relative to the working directory are specified to
-Path
or-LiteralPath
inCompress-Archive
- Added support for zip64 to
Compress-Archive
- Fixed a bug where empty directories would not be compressed
- Fixed a bug where an abrupt stop when compressing empty directories would not delete the newly created archive
Archive module v1.1.0.0
Main changes:
- Fixed module on Unix
- Fixed helpuris
- Fixed issue where archives contains items with trailing whitespace
- Added -PassThru parameter to Expand-Archive and Compress-Archive
- Fixed Compress-Archive so that it can compress to a custom PSDrive
- Added support for Expand-/Compress- of zip files with any extension