free-audio / clap

Audio Plugin API
https://cleveraudio.org/
MIT License
1.78k stars 100 forks source link

[Reference] Version checking logic that works quite well #302

Closed IcedQuinn closed 1 year ago

IcedQuinn commented 1 year ago

I saw the headers mention a regular expression for version checking. Foundry VTT actually has a versioning scheme that works quite well and I thought I would leave a link to it here for reference https://foundryvtt.com/article/intro-development/

It appears to be:

This seems to be simple enough to spec rather than winging it with the regex that is in the headers now.

(Accidentally posted to https://github.com/free-audio/clap-plugins/issues/11 originally.)

abique commented 1 year ago

Hi, I don't understand your issue at all.

abique commented 1 year ago

Please re-open if there is an actual problem that we should fix.

IcedQuinn commented 1 year ago

there is no issue. the headers just mention there is no version naming standard and i provided one for reference purposes only.