zafarkhaja / jsemver

Java implementation of the SemVer Specification
MIT License
429 stars 82 forks source link

Can't parse Major.Micro.Minor.Build i.e. Microsoft style #40

Closed charlesritchea closed 5 months ago

charlesritchea commented 7 years ago

I know Microsoft's 1.2.3.4 isn't the same as Semantic versioning, but I would expect this library to at least be able to parse the first 3 in the tuple and put the 4th somewhere appropriate. Right now if you try to parse this it throws an exception.

jeremyhaveard commented 6 years ago

I am using .getNormalVersion() for a .Net application using Major.Micro.Minor.Build and it fails.

stchar commented 6 years ago

@novaterata,

I think this functionality should be implemented as a dedicated library. However, in .NET world java is not a popular environment for CI/CD so i'm not sure that there is a demand.

zafarkhaja commented 1 year ago

This is a duplicate of #15.

zafarkhaja commented 5 months ago

Closing this issue in favor of #69, the progress can be followed from there.