Skip to content

v2.2.0

Compare
Choose a tag to compare
@Aetopia Aetopia released this 09 Oct 16:54
· 12 commits to main since this release
1bc5229

Changes

  • Perform Lazy<T> initialization when resolving package URLs.

    • Microsoft Store package download links have a limited lifetime. Using Lazy<T> ensures links are resolved when needed.
  • Delegate error handling & cleanup operations to WPF's Application class.

  • Use the display catalog to resolve product metadata.