Skip to content

Installation of a Release

Christian Lück edited this page Oct 5, 2025 · 2 revisions

Installation of a Release

If you want to use DTS Transformations in a downstream project, e.g. on a web service or a set of XSLT stylesheets, we recomment depending on a released package from the release assetts, because that's much cleaner than the other options: By depending on a released package, you can only get a version of DTS Transformations, that has undergone the software release cycle of development, testing and releasing. Cloning the repo, could get you the code in some undefined inter-release state, which can contain bugs. Adding it as a git sub-module is considered an anti-pattern. Downstream projects should depend on a release.

Release URLs are as follows:

https://github.com/SCDH/dts-transformations/releases/download/VERSION/dts-transformations-VERSION-package.zip

Clone this wiki locally