PhoenixmlDb.XQuery.Cli 1.4.10

dotnet tool install --global PhoenixmlDb.XQuery.Cli --version 1.4.10
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local PhoenixmlDb.XQuery.Cli --version 1.4.10
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PhoenixmlDb.XQuery.Cli&version=1.4.10
                    
nuke :add-package PhoenixmlDb.XQuery.Cli --version 1.4.10
                    

Command-line XQuery processor for XML files, directories, and URLs

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.4.10 0 6/17/2026
1.4.8 45 6/16/2026
1.4.7 66 6/15/2026 1.4.7 is deprecated.
1.4.5 93 6/10/2026
1.4.1 108 6/2/2026
1.4.0 102 5/24/2026

Aligns the CLIs to the current engine generation: PhoenixmlDb.Xslt 1.4.9, PhoenixmlDb.XQuery 1.4.5, PhoenixmlDb.Core 1.1.9. The xquery CLI's attribute serialization now routes through the shared PhoenixmlDb.Xdm.Serialization.CharacterEscaper, so attribute-value whitespace (tab/newline/carriage-return) is emitted as numeric character references and the CLI output matches the engine library exactly. Picks up the engine-side serialization consolidation (XSLT 1.4.9, XQuery 1.4.5). See RELEASES.md for full notes.