Releases: NetSparkleUpdater/NetSparkle
Releases · NetSparkleUpdater/NetSparkle
App Cast Generator 2.7.1
- Fix wrong default option for ed25519 signature use in app cast gen
App Cast Generator 2.7.0
- Switch ed25519 libraries from BouncyCastle to Chaos.NaCl. Everything should basically keep working as before, as the output to disk (when creating keys) is the same sort of output, and the reading of the keys (signature verification) will keep working, even if using a non-3.x-preview version of NetSparkleUpdater. If you have any issues, please report them.
App Cast Generator 2.6.1
What's Changed
- Fix app cast bug; some versions not read properly by @Deadpikle in #589
Full Changelog: 2.6.0-app-cast-generator...2.6.1-app-cast-generator
App Cast Generator 2.6.0
- Added semantic versioning compatibility to app cast generation (e.g.
My app 1.0.0-alpha.exe
parsing/processing) - NOTE: You must use a 3.x beta version of
NetSparkleUpdater
for the core library to detect, parse, and use semantic versions properly!
Many thanks to @melsawy93 for helping on that feature.
App Cast Generator 2.5.2
- Fix app cast gen using wrong download link for change log (#572)
App Cast Generator 2.5.1
- Fixed bug with
IsCriticalUpdate
not getting written to the app cast properly (2142e8e)
App Cast Generator 2.5.0
- Allow setting critical versions from app cast generator via the
--critical-versions
parameter, which is a comma-separated list of version numbers that should be marked critical in the app cast.
App Cast Generator 2.4.0
- Add .NET 8 compatibility to app cast generator
App Cast Generator 2.3.0
- 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