Skip to content

package:winmd v7.1.0

Latest

Choose a tag to compare

@halildurmus halildurmus released this 06 Mar 16:03
· 3 commits to main since this release
cba34e2

7.1.0 - 2026-03-06

🚀 Features

  • Add retry logic for Windows Metadata downloads, retrying up to 5 attempts on
    failure

⚡ Performance

  • Optimize the metadata reader for improved throughput

🧹 Refactor

  • Replace the global winmdLogger (now deprecated) with a constructor-injected
    Logger for better testability and flexibility
  • Improve console output formatting

🎨 Styling

  • Apply Dart dot shorthand syntax across the codebase