This is a minor release which fixes a breaking bug in the CLI tool when rendering sets of objects with multiple columns of data each; fixes #32
The CLI tool now pulls the version information from the UniFiSharp metadata using Reflection. Since the necessary calls are in the netstandard
subset of functionality, it's unlikely that this will cause cross-platform issues. If those do exist, we can revert this and approach it differently.
What's Changed
- Fix version, multi-object render in CLI by @anthturner in #33
- Pull version for CLI from UniFiSharp assembly metadata by @anthturner in #34
Full Changelog: v1.5.1...v1.5.2