mendixlabs / generator-mendix

Yeoman generator for Mendix widgets
MIT License
17 stars 15 forks source link

Update widget: version #9

Closed JelteMX closed 8 years ago

JelteMX commented 8 years ago

When updating a widget using the generator, it will parse the name and version of the widget. In the XML you can use for example version 1.0, but the generator only accepts a format x.x.x (major.minor.patch). So you cannot use the parsed version.

We need to parse the version using semver and directly set this to a x.x.x format