2.5.1
This release brings in some fixes since 2.5.0, namely:
- Can now debug .NET Core Eto.Mac64 apps in VS for Mac
- Native macOS .dylib libraries are included with mkbundle --library option
- Added FontTypeface.IsSymbol and HasCharacterRanges
- Bindings now support child properties of struct properties
- Child property bindings can now be used with more than one control
- DropDown allows formatting the Font of each item
- MaskedTextBox/Stepper allow formatting the decimal and sign characters with a specific culture
- Added Screen.GetImage() to get a Bitmap representation of a screen
- Added APIs to set progress for long running tasks in the Taskbar.
- Many fixes