Initial release
- Convert configuration PODs from structs to classes.
- Use
Funcky.Option
instead of nullable types.
[Pure]
attributes are now emitted correctly.- Relax version range for
System.Collections.Immutable
. - Drop explicit support for
netstandard2.1
in favor ofnet5.0
. Consumers who neednetstandard2.1
will fall back tonetstandard2.0
.
- Publish symbols package.