Skip to content

Conversation

@bryanoltman
Copy link
Contributor

Description

The changes in shorebirdtech/flutter#92 update the engine to read the release version of a Windows executable as a string instead of as numbers. Previously, the label portion (i.e., the part of the version string following the "+") would default to 0 if missing. Now, because we read the entire version number as a string from the executable, we support release versions with no label.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore
  • 🧪 Tests

@codecov
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@bryanoltman bryanoltman requested review from eseidel and felangel July 15, 2025 14:55
@felangel felangel closed this Jul 15, 2025
@felangel felangel reopened this Jul 15, 2025
@bryanoltman bryanoltman merged commit 3b9888e into main Jul 15, 2025
25 of 27 checks passed
@bryanoltman bryanoltman deleted the bo/windows-version-fix branch July 15, 2025 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants