System.IO.Packaging 4.3.0-preview1-24530-04

Prefix Reserved
This is a prerelease version of System.IO.Packaging.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package System.IO.Packaging --version 4.3.0-preview1-24530-04
                    
NuGet\Install-Package System.IO.Packaging -Version 4.3.0-preview1-24530-04
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.IO.Packaging" Version="4.3.0-preview1-24530-04" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.IO.Packaging" Version="4.3.0-preview1-24530-04" />
                    
Directory.Packages.props
<PackageReference Include="System.IO.Packaging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.IO.Packaging --version 4.3.0-preview1-24530-04
                    
#r "nuget: System.IO.Packaging, 4.3.0-preview1-24530-04"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.IO.Packaging&version=4.3.0-preview1-24530-04&prerelease
                    
Install System.IO.Packaging as a Cake Addin
#tool nuget:?package=System.IO.Packaging&version=4.3.0-preview1-24530-04&prerelease
                    
Install System.IO.Packaging as a Cake Tool

Provides classes that support storage of multiple data objects in a single container.
When using NuGet 3.x this package requires at least version 3.4.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (460)

Showing the top 5 NuGet packages that depend on System.IO.Packaging:

Package Downloads
Microsoft.Windows.Compatibility

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

DocumentFormat.OpenXml.Framework

The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.

Microsoft.PowerShell.SDK

Runtime for hosting PowerShell

Microsoft.SqlServer.DacFx

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008 and newer, as well as Microsoft Azure SQL. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download SqlPackage.exe for Windows, macOS, or Linux from http://aka.ms/sqlpackage.

PnP.Framework

PnP Framework contains the PnP Provisioning engine and a ton of extension methods that will make you more productive while developing for Microsoft 365.

GitHub repositories (47)

Showing the top 20 popular GitHub repositories that depend on System.IO.Packaging:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
ppy/osu
rhythm is just a *click* away!
dotnet/Open-XML-SDK
Open XML SDK by Microsoft
stakira/OpenUtau
Open singing synthesis platform / Open source UTAU successor
xceedsoftware/DocX
Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word.
matterpreter/OffensiveCSharp
Collection of Offensive C# Tooling
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
dotnet/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
Unity-Technologies/UnityDataTools
Experimental tools and libraries for reading and analyzing Unity data files.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
microsoft/WindowsProtocolTestSuites
⭐⭐ Join us at sambaXP + SNIA SMB3 IO Lab EMEA (April 7- April 10, 2025)
lkosson/reportviewercore
Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
MatterHackers/MatterControl
3D printing software for Windows, Mac and Linux
microsoft/sqltoolsservice
SQL Tools API service that provides SQL Server data management capabilities.
pnp/PnP-Sites-Core
Microsoft 365 Dev PnP Core component (.NET) targeted for increasing developer productivity with CSOM based solutions.
UNIT6-open/TemplateEngine.Docx
Smart docx template engine for .NET
microsoft/DacFx
DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
Kinovea/Kinovea
Video solution for sport analysis. Capture, inspect, compare, annotate and measure technical performances.
Version Downloads Last updated
10.0.0-preview.2.25163.2 2,330 3/18/2025
10.0.0-preview.1.25080.5 1,879 2/25/2025
9.0.4 332 4/8/2025
9.0.3 145,384 3/11/2025
9.0.2 242,627 2/11/2025
9.0.1 359,542 1/14/2025
9.0.0 898,750 11/12/2024
9.0.0-rc.2.24473.5 68,840 10/8/2024
9.0.0-rc.1.24431.7 39,325 9/10/2024 9.0.0-rc.1.24431.7 has at least one vulnerability with high severity.
9.0.0-preview.7.24405.7 7,373 8/13/2024 9.0.0-preview.7.24405.7 has at least one vulnerability with high severity.
9.0.0-preview.6.24327.7 14,114 7/9/2024 9.0.0-preview.6.24327.7 has at least one vulnerability with high severity.
9.0.0-preview.5.24306.7 6,063 6/11/2024 9.0.0-preview.5.24306.7 has at least one vulnerability with high severity.
9.0.0-preview.4.24266.19 3,581 5/21/2024 9.0.0-preview.4.24266.19 has at least one vulnerability with high severity.
9.0.0-preview.3.24172.9 6,277 4/11/2024 9.0.0-preview.3.24172.9 has at least one vulnerability with high severity.
9.0.0-preview.2.24128.5 1,630 3/12/2024 9.0.0-preview.2.24128.5 has at least one vulnerability with high severity.
9.0.0-preview.1.24080.9 22,177 2/13/2024 9.0.0-preview.1.24080.9 has at least one vulnerability with high severity.
8.0.1 9,999,960 10/8/2024
8.0.0 17,463,174 11/14/2023 8.0.0 has at least one vulnerability with high severity.
8.0.0-rc.2.23479.6 31,768 10/10/2023 8.0.0-rc.2.23479.6 has at least one vulnerability with high severity.
8.0.0-rc.1.23419.4 22,090 9/12/2023 8.0.0-rc.1.23419.4 has at least one vulnerability with high severity.
8.0.0-preview.7.23375.6 9,711 8/8/2023 8.0.0-preview.7.23375.6 has at least one vulnerability with high severity.
8.0.0-preview.6.23329.7 47,245 7/11/2023 8.0.0-preview.6.23329.7 has at least one vulnerability with high severity.
8.0.0-preview.5.23280.8 2,942 6/13/2023 8.0.0-preview.5.23280.8 has at least one vulnerability with high severity.
8.0.0-preview.4.23259.5 14,002 5/16/2023 8.0.0-preview.4.23259.5 has at least one vulnerability with high severity.
8.0.0-preview.3.23174.8 32,623 4/11/2023 8.0.0-preview.3.23174.8 has at least one vulnerability with high severity.
8.0.0-preview.2.23128.3 7,023 3/14/2023 8.0.0-preview.2.23128.3 has at least one vulnerability with high severity.
8.0.0-preview.1.23110.8 8,984 2/21/2023 8.0.0-preview.1.23110.8 has at least one vulnerability with high severity.
7.0.0 6,925,776 11/7/2022
7.0.0-rc.2.22472.3 10,113 10/11/2022
7.0.0-rc.1.22426.10 63,082 9/14/2022
7.0.0-preview.7.22375.6 13,496 8/9/2022
7.0.0-preview.6.22324.4 1,821 7/12/2022
7.0.0-preview.5.22301.12 1,815 6/14/2022
7.0.0-preview.4.22229.4 12,258 5/10/2022
7.0.0-preview.3.22175.4 2,930 4/13/2022
7.0.0-preview.2.22152.2 12,677 3/14/2022
7.0.0-preview.1.22076.8 10,888 2/17/2022
6.0.2 84,470 11/12/2024
6.0.1 461,431 10/8/2024
6.0.0 41,105,853 11/8/2021 6.0.0 has at least one vulnerability with high severity.
6.0.0-rc.2.21480.5 5,180 10/12/2021 6.0.0-rc.2.21480.5 has at least one vulnerability with high severity.
6.0.0-rc.1.21451.13 11,630 9/14/2021 6.0.0-rc.1.21451.13 has at least one vulnerability with high severity.
6.0.0-preview.7.21377.19 3,409 8/10/2021 6.0.0-preview.7.21377.19 has at least one vulnerability with high severity.
6.0.0-preview.6.21352.12 6,651 7/14/2021 6.0.0-preview.6.21352.12 has at least one vulnerability with high severity.
6.0.0-preview.5.21301.5 6,659 6/15/2021 6.0.0-preview.5.21301.5 has at least one vulnerability with high severity.
6.0.0-preview.4.21253.7 17,530 5/24/2021 6.0.0-preview.4.21253.7 has at least one vulnerability with high severity.
6.0.0-preview.3.21201.4 8,966 4/8/2021 6.0.0-preview.3.21201.4 has at least one vulnerability with high severity.
6.0.0-preview.2.21154.6 9,476 3/11/2021 6.0.0-preview.2.21154.6 has at least one vulnerability with high severity.
6.0.0-preview.1.21102.12 23,162 2/12/2021 6.0.0-preview.1.21102.12 has at least one vulnerability with high severity.
5.0.0 30,471,850 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 11,214 10/13/2020
5.0.0-rc.1.20451.14 5,910 9/14/2020
5.0.0-preview.8.20407.11 9,439 8/25/2020
5.0.0-preview.7.20364.11 21,508 7/21/2020
5.0.0-preview.6.20305.6 4,463 6/25/2020
5.0.0-preview.5.20278.1 5,318 6/10/2020
5.0.0-preview.4.20251.6 10,098 5/18/2020
5.0.0-preview.3.20214.6 37,091 4/23/2020
5.0.0-preview.2.20160.6 19,451 4/2/2020
5.0.0-preview.1.20120.5 2,934 3/16/2020
4.7.0 85,311,689 12/3/2019
4.7.0-preview3.19551.4 10,288 11/13/2019
4.7.0-preview2.19523.17 17,236 11/1/2019
4.7.0-preview1.19504.10 8,234 10/15/2019
4.6.0 2,560,626 9/23/2019
4.6.0-rc1.19456.4 5,297 9/16/2019
4.6.0-preview9.19421.4 3,947 9/4/2019
4.6.0-preview9.19416.11 870 9/4/2019
4.6.0-preview8.19405.3 6,122 8/13/2019
4.6.0-preview7.19362.9 12,042 7/23/2019
4.6.0-preview6.19303.8 42,630 6/12/2019
4.6.0-preview6.19264.9 859 9/4/2019
4.6.0-preview5.19224.8 34,104 5/6/2019
4.6.0-preview4.19212.13 2,635 4/18/2019
4.6.0-preview3.19128.7 16,500 3/6/2019
4.6.0-preview.19073.11 16,308 1/29/2019
4.6.0-preview.18571.3 15,910 12/3/2018
4.5.0 29,905,462 5/29/2018
4.5.0-rc1 48,227 5/6/2018
4.5.0-preview2-26406-04 34,141 4/10/2018
4.5.0-preview1-26216-02 35,279 2/26/2018
4.5.0-preview1-25914-04 295,492 11/15/2017
4.4.1 1,357,599 12/12/2017
4.4.0 8,444,956 8/11/2017
4.4.0-preview2-25405-01 3,231 6/27/2017
4.4.0-preview1-25305-02 6,246 5/9/2017
4.3.0 1,163,992 11/15/2016
4.3.0-preview1-24530-04 13,168 10/24/2016
4.0.0 51,935,857 6/27/2016
4.0.0-rc2-24027 2,948 5/16/2016