Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Releases: PowerShell/Microsoft.PowerShell.Archive

Microsoft.PowerShell.Archive v2.0.1-preview1

11 Aug 21:09
b783599
Compare
Choose a tag to compare
  • Rewrote Compress-Archive cmdlet in C#
  • Added -Format parameter to Compress-Archive
  • Added -WriteMode parameter to Compress-Archive
  • Added support for relative path structure preservating when paths relative to the working directory are specified to -Path or -LiteralPath in Compress-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

17 Mar 19:20
Compare
Choose a tag to compare

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