1.2 to 1.3 breaking change: PortraitsCache.Get()

Started by GiantSpaceHamster, July 06, 2021, 03:00:39 PM

Previous topic - Next topic

GiantSpaceHamster

The method signature for PortraitsCache.Get(...) changed in 1.3 such that mods using the 1.2 version cannot be compiled for both 1.2 and 1.3. Maybe there's a trick to compile with both assembly versions with a runtime check for which is active, I can look into that, but that's quite a workaround.

Pheanox

I'll bring this up for devs to review for mod compatibility.  Thanks for the report.