XLibur.Bundle 0.105.1-rc.89

This is a prerelease version of XLibur.Bundle.
dotnet add package XLibur.Bundle --version 0.105.1-rc.89
                    
NuGet\Install-Package XLibur.Bundle -Version 0.105.1-rc.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="XLibur.Bundle" Version="0.105.1-rc.89" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XLibur.Bundle" Version="0.105.1-rc.89" />
                    
Directory.Packages.props
<PackageReference Include="XLibur.Bundle" />
                    
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 XLibur.Bundle --version 0.105.1-rc.89
                    
#r "nuget: XLibur.Bundle, 0.105.1-rc.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 XLibur.Bundle@0.105.1-rc.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=XLibur.Bundle&version=0.105.1-rc.89&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=XLibur.Bundle&version=0.105.1-rc.89&prerelease
                    
Install as a Cake Tool

XLibur.Bundle

A convenience meta-package that installs XLibur together with its default font engine, XLibur.Fonts.SixLabors.V1 (SixLabors.Fonts 1.x, Apache 2.0).

This package contains no code of its own — it exists purely to pull both dependencies in via a single PackageReference.

Install

dotnet add package XLibur.Bundle

That's all. The default font engine registers itself automatically when the assembly loads.

When to use this

Install XLibur.Bundle if you want the recommended, license-safe defaults and don't want to think about font engines.

When to install the pieces separately

  • You want a different font engine (e.g. XLibur.Fonts.SixLabors for SixLabors.Fonts 2.x), in which case install XLibur plus the engine of your choice.
  • You're a library author and don't want to force a font-engine choice on downstream consumers — depend only on XLibur.

Documentation

For full documentation, source, and contribution guidelines, visit the GitHub repository.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.105.1-rc.89 49 4/30/2026