Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 13:10
· 10 commits to main since this release
06cbb54

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