mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
211 stars 24 forks source link

The value is not a valid suffixed version format #204

Closed AESSoftware closed 3 months ago

AESSoftware commented 3 months ago

image

But it is valid - it's just a 'locked' version i.e. from https://learn.microsoft.com/en-us/nuget/concepts/package-versioning?tabs=semver20sort

<!-- Install/restore version 6.1.0, and do not change during update. -->
<package id="ExamplePackage" version="6.1.0" allowedVersions="[6.1.0]" />
AESSoftware commented 3 months ago

Duplicate of #198 and #166, sorry

mhutch commented 3 months ago

Yup this was fixed in https://github.com/mhutch/MonoDevelop.MSBuildEditor/pull/194. I'll publish an update with this fix in the next couple days.