Skybrud.LinkPicker v1.0.9
Changelog
- Added secondary constructor and static GetFrom methods to the
LinkPickerItem
class (see ea3da75). - The enum class
LinkPickerMode
is now properly serialized when using JSON.net. By default, an enum value will be serialized to a numeric value. The mode is now serialized to a lowercase string instead - eg. "content" or "url" (see b552496).