Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(settings)!: make reader bindings IEnumerable to allow for simpl…
…er usage ```csharp new Settings { Bindings = BindingCollection.All, }; ``` BREAKING CHANGE: changes how bindings are applied.
- Loading branch information