Skip to content

Releases: datvm/LukeMauiFilePicker

v1.2.0

29 Jul 20:12

Choose a tag to compare

  • Fixed SaveFileAsync not returning when user cancels the save operation on iOS and Mac Catalyst.
  • Added DeferredSaveFileOptions to allow deferring the content creation until after the user picks a file.

v1.1.1

29 Jul 18:42

Choose a tag to compare

  • Fixed #3: Task from PickFileAsync hangs indefinitely when the user cancels the dialog on MacCatalyst (and iOS).
  • Changed the target framework from .NET 7 to .NET 8.