Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@nil4 nil4 released this 10 Jun 13:10
· 25 commits to master since this release

Version 2.1.0 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

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

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.