7Zip4Powershell 1.7.0
See the version list below for details.
dotnet add package 7Zip4Powershell --version 1.7.0
NuGet\Install-Package 7Zip4Powershell -Version 1.7.0
<PackageReference Include="7Zip4Powershell" Version="1.7.0" />
paket add 7Zip4Powershell --version 1.7.0
#r "nuget: 7Zip4Powershell, 1.7.0"
// Install 7Zip4Powershell as a Cake Addin #addin nuget:?package=7Zip4Powershell&version=1.7.0 // Install 7Zip4Powershell as a Cake Tool #tool nuget:?package=7Zip4Powershell&version=1.7.0
Powershell module for creating and extracting 7-Zip archives
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* If Format is not specified, it is inferred from the file extension of ArchiveFileName (#24, proposed by @onyxhat)
* Added new parameter VolumeSize to specify the colume size for Compress-7Zip (#25, proposed by @rgel)
* Added new switches FlattenDirectoryStructure, SkipEmptyDirectories, and DisableRecursion to Compress-7Zip (#27, contributed by @itmagination)
* Added new switch Append to Compress-7Zip to append files to an existing archive (#30, inspired by @itmagination)