nil4 / dotnet-transform-xdt

Modern .NET tools and library for XDT (Xml Document Transformation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish as global tool

nil4 opened this issue · comments

commented

In #18 it was suggested to make dotnet-transform-xdt available as a global tool.

This issue tracks making that happen once .NET Core 2.1 is released and the global tool requirements stabilize and are documented (interim docs available here and here).

commented

With PR #25, preview versions of a CLI global tool and a .NET Standard library are published (but currently unlisted) on NuGet. The tool can be installed with:

dotnet tool install --global dotnet-xdt --version 2.1.0-preview.2

# and then run
dotnet xdt --help
commented

Version 2.1.0-rc.1 published to NuGet:

The "classic" dotnet-transform-xdt 2.0 remains available as a project-level tool for all .NET Core versions.