mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Fix type/description of several version properties #157

Closed mhutch closed 6 months ago

mhutch commented 6 months ago

Fixes #154

paulomorgado commented 6 months ago

@mhutch, PackageVersion and Version are not exactly a *Numeric value of the version. They are a semantic version, which should be mentioned in VersionSuffix.

mhutch commented 6 months ago

These values are not necessarily SemVer values, they are simply required to follow a SemVer-like form of a numeric version with an alphanumeric suffix, hence why I typed them as such. I considered adding a note that they usually are SemVer but the description was already quite long.

paulomorgado commented 6 months ago

@mhutch, good point. My point is that they are not numeric. At least, I think they aren't.