Skip to content

Release 0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Nov 07:40

Version 0.1.0

Fixed

  • Fixed docFxZip archive naming: Zip archive now uses the original source file name (e.g., inetsoftware.Reporting.dll) instead of the generated docfx.json filename
    • Archive name format: {originalSourceFileName}-docfx.zip (e.g., inetsoftware.Reporting.dll-docfx.zip)
    • Users can override by setting archiveBaseName on the docFxZip task in build.gradle
    • This ensures consistent artifact naming that matches the source assembly

Full Changelog: 0000000...refs/tags/v0.1.0