App Cast Generator 2.3.0
·
593 commits
to develop
since this release
- Added/tweaked the following commands:
-p
/--change-log-path
: Path to the change log files for your software. These are expected to be in markdown format with an extension of.md
. The file name of the change log files must contain the version of the software, e.g.1.3.2.md
. Example use:-p path/to/change/logs
. (Note: The generator will also attempt to find change logs whose file names are formatted like so:MyApp 1.3.2.md
.)--change-log-name-prefix
: Prefix for change log file names. By default, the generator searches for file names with the format "[Version].md". If you set this parameter to (for example) "My App Change Log", it will search for file names with the format "My App Change Log [Version].md" as well as "[Version].md".
- Changed an exception from
Exception
toNetSparkleException