Overview
This is a bug fix release, it fixes a issue with WPF where if you use Bind() with a Combobox and use the ViewModelViewHost functionality, the Combobox selected item wouldn't show.
Changes:
- fix: Combobox not updating when using Bind() generated ViewModelViewHost (#1906) @glennawatson
- housekeeping: Update the cinephile example (#1904) @glennawatson
- housekeeping: Add more tests to the resolver (#1901) @cabauman