Skip to content

Releases: arenekosreal/E5Renewer.Net

v0.2.0

05 Dec 13:10
06cbb54
Compare
Choose a tag to compare

Difference between self-contained and require-runtime:
You have to install asp.net runtime and dotnet runtime if using require-runtime version.

Difference between aot and noaot:
See here

Some BREAKING CHANGES

  • config is splitted into user secret and other configuration, the latter is provided by commandline arguments or environment variables.
  • config parsers are used as user secret parsers, they are referenced by program directly, no need to put them in modules directory. Also, toml and yaml parsers are replaced with another implementations.
  • CLI arguments are completely rewritten, see README.md for more info.
  • System.CommandLine which is used for parsing commandline arguments, is removed. We use Asp.Net Core's configuration provider directly now.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Aug 06:50
ad650bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/arenekosreal/E5Renewer.Net/commits/v0.1.0