[GH-ISSUE #37] Non-semantic info and compatibility with OSGI #7003

Closed
opened 2026-06-20 16:36:09 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @michpolicht on GitHub (Jul 19, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/37

It would be nice, if SemVer was compatible with OSGI -> http://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf

This could be achieved by allowance of additional "qualifier" field from OSGI, before last "+" or "-" character. User may define flags within qualifier for his own purpose. This can be used to denote for example target platform. Some picturesque examples:
1.2.0.win+build.4421, 0.3.1.x86-posix-rc.2.

Originally created by @michpolicht on GitHub (Jul 19, 2012). Original GitHub issue: https://github.com/semver/semver/issues/37 It would be nice, if SemVer was compatible with OSGI -> http://www.osgi.org/wiki/uploads/Links/SemanticVersioning.pdf This could be achieved by allowance of additional "qualifier" field from OSGI, before last "+" or "-" character. User may define flags within qualifier for his own purpose. This can be used to denote for example target platform. Some picturesque examples: 1.2.0.win+build.4421, 0.3.1.x86-posix-rc.2.
Author
Owner

@haacked commented on GitHub (Mar 13, 2013):

Hi @michpolicht we're adding something close to this, though probably not exactly the same. Take a look at the pull request #70

<!-- gh-comment-id:14853229 --> @haacked commented on GitHub (Mar 13, 2013): Hi @michpolicht we're adding something close to this, though probably not exactly the same. Take a look at the pull request #70
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#7003