nil4 / dotnet-transform-xdt

Modern .NET tools and library for XDT (Xml Document Transformation)
Apache License 2.0
118 stars 12 forks source link

Publish as global tool #19

Closed nil4 closed 6 years ago

nil4 commented 6 years ago

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).

nil4 commented 6 years ago

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
nil4 commented 6 years ago

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.