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

Releases: nil4/dotnet-transform-xdt

2.2.1: deterministic build and full SourceLink support

Choose a tag to compare

@nil4 nil4 released this 09 Dec 17:27
6272bb1

Version 2.2.1 brings minor updates and improvements:

  • builds with .NET 5.0 SDK
  • updates test dependencies
  • fully enables deterministic build
  • expands SourceLink support to track auto-generated files (e.g. AssemblyInfo.cs)

Packages are published on NuGet with SourceLink enabled.

The cross-platform global tool, dotnet-xdt, for .NET Core SDK 2.1 and later:

dotnet tool install --global dotnet-xdt --version 2.2.1

The .NET Standard 2.0 library, DotNet.Xdt can be referenced to apply XDT transforms:

dotnet add package DotNet.Xdt --version 2.2.1

A standalone dotnet-xdt.exe for .NET Framework 4.6.1 or later, downloadable under Assets above.

Note: given that Microsoft is now maintaining their own version of this code at https://github.com/dotnet/xdt, this repo is archived, and dotnet-xdt will not be developed any further.

An exception will be made if any major issues or incompatibilities with future .NET Core versions are apparent, but otherwise this tool is now mature and its development has concluded.

2.2.0: C# 8, NRT annotations, RollForward=Major and SourceLink

Choose a tag to compare

@nil4 nil4 released this 07 Jan 19:15
52d4784

Version 2.2.0:

Packages are published on NuGet with SourceLink enabled.

The cross-platform global tool, dotnet-xdt, for .NET Core SDK 2.1 and later:

dotnet tool install --global dotnet-xdt --version 2.2.0

The .NET Standard 2.0 library, DotNet.Xdt can be referenced to apply XDT transforms:

dotnet add package DotNet.Xdt --version 2.2.0

A standalone dotnet-xdt.exe for .NET Framework 4.6.1 or later, downloadable under Assets above.

2.1.1: enable SourceLink

Choose a tag to compare

@nil4 nil4 released this 16 May 21:35
ad49457

Version 2.1.1 enables SourceLink to facilitate debugging with access to the original source code. There are no functional changes from version 2.1.0.

Packages are published on NuGet with SourceLink enabled.

The cross-platform global tool, dotnet-xdt, for .NET Core SDK 2.1 and later:

dotnet tool install --global dotnet-xdt --version 2.1.1

The .NET Standard 2.0 library, DotNet.Xdt can be referenced to apply XDT transforms:

dotnet add package DotNet.Xdt --version 2.1.1

A standalone dotnet-xdt.exe for .NET Framework 4.6.1 or later, downloadable under Assets above.

2.1.0

Choose a tag to compare

@nil4 nil4 released this 10 Jun 13:10

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.

2.1.0-rc.1

2.1.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@nil4 nil4 released this 10 Jun 12:17

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.

2.0.0

Choose a tag to compare

@nil4 nil4 released this 10 Jun 12:10

The cross-platform dotnet-transform-xdt project tool for .NET Core SDK 2.0 or later, transforms XML files at build or publish time using XDT (XML Document Transform) syntax.

Available on NuGet as Microsoft.DotNet.Xdt.Tools. To install from the command-line, run:

dotnet add package Microsoft.DotNet.Xdt.Tools --version 2.0.0