LTRData.DiscUtils.Iso9660 1.0.89

dotnet add package LTRData.DiscUtils.Iso9660 --version 1.0.89
                    
NuGet\Install-Package LTRData.DiscUtils.Iso9660 -Version 1.0.89
                    
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="LTRData.DiscUtils.Iso9660" Version="1.0.89" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LTRData.DiscUtils.Iso9660" Version="1.0.89" />
                    
Directory.Packages.props
<PackageReference Include="LTRData.DiscUtils.Iso9660" />
                    
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 LTRData.DiscUtils.Iso9660 --version 1.0.89
                    
#r "nuget: LTRData.DiscUtils.Iso9660, 1.0.89"
                    
#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.
#:package LTRData.DiscUtils.Iso9660@1.0.89
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LTRData.DiscUtils.Iso9660&version=1.0.89
                    
Install as a Cake Addin
#tool nuget:?package=LTRData.DiscUtils.Iso9660&version=1.0.89
                    
Install as a Cake Tool

LTRData.DiscUtils.Iso9660

Managed .NET support for reading ISO 9660 optical-disc filesystems and building ISO images with Joliet and boot-image support.

Part of the LTRData DiscUtils fork. Package IDs use LTRData.DiscUtils; C# namespaces remain DiscUtils.

Installation

dotnet add package LTRData.DiscUtils.Iso9660

Capabilities

Capability Support
Read ISO filesystems Yes, including Joliet and Rock Ridge views
Create ISO images Yes, using CDBuilder
Modify existing ISO filesystems No

Usage notes

CDReader reads existing images; CDBuilder assembles new images from files, byte arrays or streams. Building a new image is distinct from editing an existing one. Automatic ISO/UDF detection is provided by LTRData.DiscUtils.OpticalDisk, not by a Formats class in this package.

Example

using System.Text;
using DiscUtils.Iso9660;

var builder = new CDBuilder { UseJoliet = true, VolumeIdentifier = "SAMPLE" };
builder.AddFile(@"Folder\hello.txt", Encoding.UTF8.GetBytes("Hello from DiscUtils!"));
builder.Build("sample.iso");

Documentation

Repository and capability matrix · Wiki · Migration guide · Format registration and Native AOT

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 is compatible.  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 is compatible.  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.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 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 (10)

Showing the top 5 NuGet packages that depend on LTRData.DiscUtils.Iso9660:

Package Downloads
Microsoft.CST.RecursiveExtractor

RecursiveExtractor is able to process the following formats: ar, bzip2, deb, gzip, iso, tar, vhd, vhdx, vmdk, wim, xzip, and zip. RecursiveExtractor automatically detects the archive type and fails gracefully when attempting to process malformed content.

LTRData.DiscUtils.Udf

Managed .NET reader for UDF optical-disc filesystems and their files, directories and extended attributes.

LTRData.DiscUtils.OpticalDisk

Managed .NET optical-disc image access and automatic detection of ISO 9660 and UDF filesystems.

JeremyAnsel.IO.DiscLocator

A .Net library to abstract file access to disc images. Supports Iso, Udf.

LTRData.DiscUtils.Containers

DiscUtils meta-package for disk and image containers, with Linux volume mapping and related image readers.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on LTRData.DiscUtils.Iso9660:

Repository Stars
SvenGDK/PS-Multi-Tools
Backup manager with utilities for PS1, PS2, PSX (DVR), PS3, PS4, PS5, PSP & PS Vita, containing downloads for homebrew, firmwares, payloads & more.
microsoft/RecursiveExtractor
RecursiveExtractor is a .NET Standard 2.0 archive extraction Library, and Command Line Tool which can process 7zip, ar, bzip2, deb, gzip, iso, rar, tar, vhd, vhdx, vmdk, wim, xzip, and zip archives and any nested combination of the supported formats.
Version Downloads Last Updated
1.0.89 309 9/22/2026
1.0.88 3,178 8/3/2026
1.0.87 1,114 7/20/2026
1.0.86 4,938 7/4/2026
1.0.85 694 6/30/2026
1.0.84 498 6/27/2026
1.0.83 938 6/18/2026
1.0.82 13,811 5/26/2026
1.0.81 1,474 5/14/2026
1.0.80 2,544 4/24/2026
1.0.77 1,845 3/13/2026
1.0.76 943 3/10/2026
1.0.75 1,959 2/20/2026
1.0.74 576 2/18/2026
1.0.73 4,769 1/5/2026
1.0.72 8,517 11/25/2025
1.0.70 3,234 11/11/2025
1.0.69 1,176 10/31/2025
1.0.68 564 10/30/2025
1.0.67 699 10/24/2025
Loading failed