Skip to content

Fix MinVer tag recognition for v-prefixed version tags#7

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/fix-build-versioning-issue
Closed

Fix MinVer tag recognition for v-prefixed version tags#7
Copilot wants to merge 1 commit intomainfrom
copilot/fix-build-versioning-issue

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 28, 2026

MinVer was ignoring version tags prefixed with v (e.g., v0.2.1), causing builds to fall back to the default version 0.0.0-alpha.0 instead of using the actual tagged version.

Changes

  • Added <MinVerTagPrefix>v</MinVerTagPrefix> property to FastText.NetWrapper.csproj

This configures MinVer to recognize tags like v0.2.1 as valid version tags. Tags will now be parsed correctly and version numbers will be calculated from the most recent tag.

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.

2 participants