Immutable
release. Only release title and notes can be modified.
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 --versionInstall 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 reportOpen 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
- fix: resume draft releases by exact tag by @jinyounghub in #8
- Improve post-launch activation and document CI onboarding by @jinyounghub in #10
- Prepare DocRefract v0.2.4 release by @jinyounghub in #11
Full Changelog: v0.2.3...v0.2.4