![]() |
VOOZH | about |
dotnet add package Aspose.Zip --version 26.6.0
NuGet\Install-Package Aspose.Zip -Version 26.6.0
<PackageReference Include="Aspose.Zip" Version="26.6.0" />
<PackageVersion Include="Aspose.Zip" Version="26.6.0" />Directory.Packages.props
<PackageReference Include="Aspose.Zip" />Project file
paket add Aspose.Zip --version 26.6.0
#r "nuget: Aspose.Zip, 26.6.0"
#:package Aspose.Zip@26.6.0
#addin nuget:?package=Aspose.Zip&version=26.6.0Install as a Cake Addin
#tool nuget:?package=Aspose.Zip&version=26.6.0Install as a Cake Tool
Product Page | Docs | API Reference | Examples | Blog | Search | Free Support | Temporary License
Aspose.ZIP for .NET is a class library that can be used by .NET developers for a variety of archive-processing tasks. It supports ZIP, GZIP, BZIP2, CAB, TAR, CPIO, LZIP, 7Z, LZMA, LZ4, XAR, XZ and Z formats. It allows you to encrypt and decrypt files, create self-extracting archives and extract RAR, WIM, ARJ formats as well. The API is easy to use, robust and written in managed code entirely to be used in .NET applications.
Aspose.ZIP for .NET is implemented using managed C# and can be used with any .NET language: C#, VB.NET, F#. It can be integrated with any kind of application, from ASP.NET web applications to forms applications within any OS: Windows/Linux/MacOS.
To become familiar with the most popular Aspose.ZIP functionality, please have a look at our free online applications.
Typical for Windows: ZIP, RAR, 7Z, CAB, WIM, ARJ
Typical for macOS: AAR, XAR
Typical for Unix/Linux: TAR, CPIO, SHAR; GZ, BZ2, LZ, XZ, LZMA, LZ4, ZSTD, Z
Typical for Amiga: LHA/LZH, LZX
So, you probably want to jump up and start coding your archive manipulatio on C#, F# or Visual Basic right away? Let us show you how to do it in a few easy steps.
Run Install-Package Aspose.Zip from the Package Manager Console in Visual Studio to fetch the NuGet package.
If you want to upgrade to the latest package version, please run Update-Package Aspose.Zip.
You can run the following code snippets in C# to see how our library works. Also feel free to check out the GitHub Repository for other common use cases.
The usage of Aspose.ZIP is simple for common scenarios.
using (var archive = new Archive()) // Instantiate an archive
{
archive.CreateEntry("first_entry.dat", "data.bin"); // Add an entry from file
archive.Save("archive.zip"); // Save composed archive to file
}
using (var archive = new RarArchive("archive.rar")))
{
archive.ExtractToDirectory("extracted");
}
// Instantiate an archive, providing compression and encryption settings
using (var archive = new SevenZipArchive(new SevenZipEntrySettings(new SevenZipLZMACompressionSettings(), new SevenZipAESEncryptionSettings("p@s$"))))
{
archive.CreateEntry("first_entry.dat", "data.bin");
archive.Save("archive.7z");
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net20 net20 is compatible. net35 net35 was computed. net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Aspose.Zip:
| Package | Downloads |
|---|---|
|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
|
|
cffrm.net.Core
cf 通用开发平台 1.0.2 去除打包时配置文件,避免覆盖问题。 1.0.4 调试问题 1.0.5 修改基类字段名称,与老系统保持一致 1.0.7 swagger登录加密问题 1.0.8 修改swagger登录加密问题 1.0.9 包的依赖关系问题 1.1.0 swagger默认路由问题 1.1.1 swagger默认路由名称问题 1.1.2 设置默认的缓存时间为1小时,避免频繁访问数据库获取权限数据。 1.1.3 修改密码修改方法的错误 1.2.0 添加net10.0的版本支持 1.3.0 抽象基类的定义,引入FrmAnnotationLib包,添加了注解功能,修改了部分方法的实现,在角色、组织、岗位字段上添加扩展属性字段。 1.3.1 修改关于消息队列的部分实现,添加了消息队列的接口定义,修改了部分方法的实现,添加了消息队列的相关依赖包。 |
|
|
ut.frmwork.Ext
3.6.4.0 aspose类版本升级 3.5.0.5 修改基类生成 3.5.0.4 修改filedownload 3.5.0.3 1.预约系统增加相关文件接口2.修改上传类型的处理3.新增rest接口 3.5.0.2 deleteMark的问题 3.5.0.1 修复redis包引用问题 3.4.4.5 更新引用枚举5 3.4.4.4 更新引用枚举4 3.4.4.3 更新引用枚举3 3.4.4.2 更新引用枚举1 3.4.4.1 更新引用枚举 3.4.3.9 增加消息队列订阅 更新Rest接口获取主机 单实体查询 支持从网关走服务 添加基于缓存的分布式锁接口 更改条件或排序时兼容性 3.4.3.8 定时任务加入消息队列优化 3.4.3.7 定时任务加入消息队列 3.4.3.6 升级sqlsugar 3.4.3.5 基类增加构造函数 3.4.3.4 增加异常状态2 3.4.3.3 增加异常状态 3.4.3.2 最新版nuget修复异常1 3.4.3.1 最新版nuget修复异常 3.4.2.13 更新codeMessageIntoDb实现方式 3.4.2.12 日志命名使用的Ip地址优先为配置文件中的IP 3.4.2.11 日志命名修改为ip地址和service 3.4.2.10 获取关键字输入-keyword数据包 3.4.2.9 去除对Microsoft.CodeAnalysis.CSharp的直接引用,依赖ut.frmwork.core的依赖关系 3.4.2.8 更新sqlsuger版本包 3.4.2.7 条件过滤数据权限更新,更新包版本 |
|
|
frm.baseService.shareLib
1.2.0.0 注意:Furion.Pure升级到4.9.7.35,不再支持net8一下版本; 1.1.2.0 furion升级版本到4.9.5.26 1.1.1.8 流水号修改 1.1.1.7 角色增加2 1.1.1.5 错误代码的重构 1.1.1.4 错误代码的重构 1.1.1 维护更新,增加imq 1.1.0 低代码基础组件 1.0.9.10 json方式查询接口错误 1.0.9.4 打包文档 1.0.9.5 修复包bug 1.0.9.6 修复无实体插入时bug 1.0.9.7 修复过滤器异常错误,添加定时器服务名称 1.0.9.8 定时任务相关接口修改,单实体接口bug修改 1.0.9.9 修复文件上传接口的错误,并增加基于Id的文件下载接口 |
|
|
LYSoft.Libs.Zip
Package Description |
Showing the top 2 popular GitHub repositories that depend on Aspose.Zip:
| Repository | Stars |
|---|---|
|
mattpannella/pupdate
Pupdate - A thing for updating your Analogue Pocket
|
|
|
4RTools/4RTools
Autopot, Skill Spammer, Dancer Macro and more
|
| Version | Downloads | Last Updated |
|---|---|---|
| 26.6.0 | 214 | 6/15/2026 |
| 26.5.0 | 12,644 | 5/3/2026 |
| 26.4.0 | 5,904 | 4/21/2026 |
| 26.3.0 | 25,626 | 3/24/2026 |
| 26.2.0 | 13,723 | 2/24/2026 |
| 26.1.0 | 10,150 | 1/16/2026 |
| 25.12.0 | 32,608 | 12/8/2025 |
| 25.11.0 | 27,940 | 11/9/2025 |
| 25.9.0 | 48,832 | 9/20/2025 |
| 25.8.0 | 14,565 | 8/20/2025 |
| 25.7.0 | 23,748 | 7/23/2025 |
| 25.6.0 | 53,381 | 6/10/2025 |
| 25.5.0 | 33,972 | 5/1/2025 |
| 25.4.0 | 12,361 | 4/22/2025 |
| 25.3.0 | 44,791 | 3/23/2025 |
| 25.2.0 | 27,936 | 2/21/2025 |
| 25.1.0 | 29,918 | 1/27/2025 |
| 24.12.0 | 30,095 | 12/14/2024 |
| 24.11.0 | 31,135 | 11/25/2024 |
| 24.10.0 | 47,829 | 10/23/2024 |