Some methods, like SetParams.px() were moved to BaseSetExParams which is source compatible change but is not binary compatible (code compiled with an old version does not work with 6.0.0 and vice versa). This make it hard for library author to support both 6.0.0 and older version. Can you please reintroduce the methods back to SetParams?
See lukas-krecan/ShedLock#2762
Some methods, like
SetParams.px()were moved toBaseSetExParamswhich is source compatible change but is not binary compatible (code compiled with an old version does not work with 6.0.0 and vice versa). This make it hard for library author to support both 6.0.0 and older version. Can you please reintroduce the methods back toSetParams?See lukas-krecan/ShedLock#2762