mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Valid semantic version is reported as not valid #154

Closed paulomorgado closed 6 months ago

paulomorgado commented 6 months ago

This definition:

  <PropertyGroup>
    <Version>0.1.0-preview03</Version>
  </PropertyGroup>

is reported as not being a valid version format:

image

but it's a valid semantic version format.

DamianEdwards commented 6 months ago

This seems to have been fixed in latest CI build.

KirillOsenkov commented 6 months ago

Weird, I can reproduce in the latest main branch.

Thieum commented 5 months ago

The issue is in the latest version available: 2.9.443.2356

image image