Hi Jules,
I’m wrapping up PluginParameters as a module and I would like to make it compatible with all versions of juce_core and juce_audio_processors up to 2.0.38 for example.
What should I put instead of “version”: “matching” ?
“dependencies”: [ { “id”: “juce_core”, “version”: “matching” }, { “id”: “juce_audio_processors”, “version”: “matching” } ],
Everything else sounds pretty much self-explanatory…
Thanks much in advance!
