Skip to content

Skybrud.LinkPicker v1.0.9

Compare
Choose a tag to compare
@abjerner abjerner released this 12 Sep 11:29

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).