Skip to content

DocRefract v0.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:46
Immutable release. Only release title and notes can be modified.
bdbd9e7

DocRefract turns PDF and DOCX comparisons into deterministic content,
format, layout, media, and structure changes that CI can gate.

Install from NuGet.org

dotnet tool install --global DocRefract.Tool --version 0.2.4
docrefract --version

Install without the .NET SDK

Download the archive matching your operating system and CPU, extract
its single top-level directory, and run docrefract (docrefract.exe
on Windows). The six archives cover Windows, Linux, and macOS on x64
and arm64.

30-second example

docrefract demo --out report

Open report/index.html for the offline review or consume
report/diff.json in CI. Exit codes are 0 for pass, 1 for a
prohibited change, and 2 for an input or processing error.

Release integrity

SHA256SUMS covers the NuGet package, notices, all six native
archives, and all seven SPDX SBOMs. Download all 16 assets before
checking the manifest.

What's Changed

Other changes

Full Changelog: v0.2.3...v0.2.4