- Rewrote
Expand-Archivecmdlet in C# - Added
-Formatparameter toExpand-Archive - Added
-WriteModeparameter toExpand-Archive - Added support for zip64 to
Expand-Archive - Fixed a bug where the entry names of files in a directory would not be correct when compressing an archive
Compress-Archiveby default skips writing an entry to an archive if an error occurs while doing so
- Rewrote
Compress-Archivecmdlet in C# - Added
-Formatparameter toCompress-Archive - Added
-WriteModeparameter toCompress-Archive - Added support for relative path structure preservation when paths relative to the working directory are specified to
-Pathor-LiteralPathinCompress-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