Skip to content

Releases: docopt/docopt.net

0.8.1

03 Apr 20:26
cc1258e
Compare
Choose a tag to compare

NuGet

This is a minor bug fix release.

What's Changed

  • Fix source generator to include namespace in file hint name by @atifaziz in #171
  • Fix semantic model caching in source generator by @atifaziz in #172
  • Fix source generator to support nested arguments class by @atifaziz in #174

See Also

0.8.0

30 Mar 11:09
Compare
Choose a tag to compare

NuGet

This two biggest features added by this release are:

  • A new static and strong-typed API.
  • C# source generator for compile-time code generation of the command-line arguments parsing logic as well as a class for the parsed arguments.

See the documentation for usage and examples.

What's Changed

See Also

New Contributors

0.7.0

28 Dec 15:59
d332d50
Compare
Choose a tag to compare

NuGet

Notable (and some breaking) changes in this release:

See Also

New Contributors