Skip to content

Releases: thoemmi/7Zip4Powershell

v2.4

06 Aug 20:27
76bcc3b
Compare
Choose a tag to compare

v2.3

06 Aug 20:19
209f170
Compare
Choose a tag to compare
  • Updates 7-Zip libraries to 22.01 and NuGet packages (contributed by @kborowinski in #84)
  • Adds TempFolder parameter to Compress-7Zip (requested in #78)

v2.2

07 Jul 19:28
816e00a
Compare
Choose a tag to compare

v2.1

02 Jan 16:10
6cc7514
Compare
Choose a tag to compare

v2.0

02 Jan 16:10
5eacbcb
Compare
Choose a tag to compare
  • Now based on .NET Standard 2.0 (thanks to @kborowinski for testing)

v1.13

22 Jul 09:21
e54d0b0
Compare
Choose a tag to compare

Get the package at https://www.powershellgallery.com/packages/7Zip4Powershell/1.13.0

v1.12

07 Jun 21:11
eb49e69
Compare
Choose a tag to compare
  • Uses PowerShell 5 reference assembly, which reduces the package size dramatically (#61, contributed by @kborowinski)

Get the package at https://www.powershellgallery.com/packages/7Zip4Powershell/1.12.0

v1.11

06 Jun 10:55
2513344
Compare
Choose a tag to compare
  • Replaces SevenZipSharp.Net45 with Squid-Box.SevenZipSharp library. (#57, contributed by @kborowinski)
  • Adds new a parameter OutputPath for Compress-7Zip (#60, contributed by @iRebbok)

Get it at https://www.powershellgallery.com/packages/7Zip4Powershell/1.11.0

v1.10: updated 7Zip to 19.00

29 Mar 22:02
fd6388a
Compare
Choose a tag to compare

v1.9

29 Mar 22:01
6a2ed49
Compare
Choose a tag to compare
  • Updated 7-Zip dlls to 16.04
  • Disabled the CustomInitialization parameter for Expand-7Zip, will be removed in future versions.