Cake.7zip 4.1.0
dotnet add package Cake.7zip --version 4.1.0
NuGet\Install-Package Cake.7zip -Version 4.1.0
<PackageReference Include="Cake.7zip" Version="4.1.0" />
paket add Cake.7zip --version 4.1.0
#r "nuget: Cake.7zip, 4.1.0"
#addin nuget:?package=Cake.7zip&version=4.1.0
Cake.7zip
目录
安装
#tool nuget:?package=7-Zip.CommandLine
#addin nuget:?package=Cake.7zip
用法
添加文件
#tool nuget:?package=7-Zip.CommandLine
#addin nuget:?package=Cake.7zip
SevenZip(s => s
.InAddMode()
.WithArchive(File("fluent.zip"))
.WithArchiveType(SwitchArchiveType.Zip)
.WithFiles(File("a.txt"), File("b.txt"))
.WithVolume(700, VolumeUnit.Megabytes)
.WithCompressionMethodLevel(9));
提取文件
#tool nuget:?package=7-Zip.CommandLine
#addin nuget:?package=Cake.7zip
SevenZip(s => s
.InExtractMode()
.WithArchive(File("path/to/file.zip"))
.WithArchiveType(SwitchArchiveType.Zip)
.WithOutputDirectory("some/other/directory"));
讨论
如果您有问题,请搜索现有的问题,或在 Cake GitHub 仓库中创建一个新的讨论,使用 extension-q-a
类别。
维护者
贡献
Cake.7zip 遵循 贡献者公约 行为准则。
我们接受参与请求。
小贴士:如果编辑 Readme,请遵循 标准 Readme 规范。
此项目遵循 all-contributors 规范。欢迎任何形式的贡献!
贡献者
感谢以下杰出人士的贡献 (emoji 关键词)
<table> <tr> <td align="center"><a href="http://www.nils-andresen.de/"><img src="https://avatars3.githubusercontent.com/u/349188?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nils Andresen</b></sub></a><br /><a href="https://github.com/cake-contrib/Cake.7zip/commits?author=nils-a" title="Code">💻</a> <a href="https://github.com/cake-contrib/Cake.7zip/commits?author=nils-a" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/DiDoHH"><img src="https://avatars.githubusercontent.com/u/45682415?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DiDoHH</b></sub></a><br /><a href="https://github.com/cake-contrib/Cake.7zip/commits?author=DiDoHH" title="Documentation">📖</a></td> </tr> </table>
许可证
产品 | 版本 兼容和额外的计算目标框架版本。 |
---|---|
.NET | net6.0是兼容的。 net6.0-android已计算。 net6.0-ios已计算。 net6.0-maccatalyst已计算。 net6.0-macos已计算。 net6.0-tvos已计算。 net6.0-windows已计算。 net7.0是兼容的。 net7.0-android已计算。 net7.0-ios已计算。 net7.0-maccatalyst已计算。 net7.0-macos已计算。 net7.0-tvos已计算。 net7.0-windows已计算。 net8.0是兼容的。 net8.0-android已计算。 net8.0-browser已计算。 net8.0-ios已计算。 net8.0-maccatalyst已计算。 net8.0-macos已计算。 net8.0-tvos已计算。 net8.0-windows已计算。 |
-
net6.0
- 无依赖。
-
net7.0
- 无依赖。
-
net8.0
- 无依赖。
NuGet包
此包未使用任何NuGet包。
GitHub存储库
此包未使用任何流行的GitHub存储库。
版本号 | 下载 | 最后更新 |
---|---|---|
4.1.0 | 22,590 | 1/17/2024 |
4.0.0 | 1,291 | 11/21/2023 |
3.0.0 | 28,102 | 11/17/2022 |
2.0.0 | 43,135 | 12/7/2021 |
1.0.4 | 9,149 | 9/25/2021 |
1.0.3 | 40,859 | 4/10/2021 |
1.0.2 | 1,284 | 3/11/2021 |
1.0.1 | 69,528 | 2/8/2021 |
1.0.0 | 464 | 2/8/2021 |
0.7.1 | 16,402 | 10/7/2020 |
0.7.0 | 1,109 | 9/8/2020 |
0.6.0 | 585 | 8/18/2020 |
0.5.1 | 527 | 8/8/2020 |
0.5.0 | 466 | 8/3/2020 |
0.4.0 | 752 | 7/2/2020 |
0.2.1 | 618 | 6/21/2020 |
0.2.0 | 501 | 6/19/2020 |
0.1.0 | 492 | 6/19/2020 |