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 generateddocfx.jsonfilename- Archive name format:
{originalSourceFileName}-docfx.zip(e.g.,inetsoftware.Reporting.dll-docfx.zip) - Users can override by setting
archiveBaseNameon thedocFxZiptask inbuild.gradle - This ensures consistent artifact naming that matches the source assembly
- Archive name format:
Full Changelog: 0000000...refs/tags/v0.1.0