dotnet-xdt 2.1.0-rc.1

This is a prerelease version of dotnet-xdt.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 4.0 or higher.

dotnet tool install --global dotnet-xdt --version 2.1.0-rc.1
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 dotnet-xdt --version 2.1.0-rc.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-xdt&version=2.1.0-rc.1&prerelease
nuke :add-package dotnet-xdt --version 2.1.0-rc.1

dotnet-xdt Build status

dotnet-xdt is a cross-platform .NET Core 2.1 global tool for applying XML Document Transformation (typically, to .NET configuration files, but not limited to this scenario).

It is a based on the Microsoft http://xdt.codeplex.com/ code, ported to .NET Standard and .NET Core. The .NET Standard 2.0 library DotNet.Xdt and project-level tool dotnet-transform-xdt are based on the same code.

Installation

⚠️ To use global tools, .Net Core SDK 2.1.300 or later is required.

The command below must run once, to install on any .NET Core supported platform:

dotnet tool install --global dotnet-xdt --version 2.1.0-rc.1

Now you can apply XDT transforms, from the command-line, anywhere on your PC, e.g.:

dotnet xdt --source original.xml --transform delta.xml --output final.xml

More information and usage instructions

Details on installation and usage available at the GitHub repository *

* Markdown content on NuGet is limited to 8000 bytes, preventing the full instructions from being posted here.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.1

    • No dependencies.
Version Downloads Last updated
2.2.1 378,734 12/9/2020
2.2.0 146,881 1/7/2020
2.1.1 18,759 5/16/2019
2.1.0 80,096 6/10/2018
2.1.0-rc.1 1,100 6/2/2018

Use `dotnet-xdt` as a .NET Core 2.1 global tool, or standalone .NET 4.6.1 executable. Reference `DotNet.Xdt` as a .NET Standard 2.0 library.