This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
2.1.0-rc.1
Pre-release
Pre-release
Version 2.1.0-rc.1
adds new options for transforming XML-structured data using XDT (XML Document Transform) syntax.
A cross-platform global tool, dotnet-xdt
, for .NET Core SDK 2.1 and later:
dotnet tool install --global dotnet-xdt --version 2.1.0-rc.1
A .NET Standard 2.0 library, DotNet.Xdt
, that you can reference in your own projects to apply XDT transforms:
dotnet add package DotNet.Xdt --version 2.1.0-rc.1
A standalone dotnet-xdt.exe
for .NET Framework 4.6.1 or later, downloadable under Assets above.
The cross-platform dotnet-transform-xdt
project-level tool remains available at version 2.0.0 for previous .NET Core versions.