targetVersion vs. supportedVersion Error Messages

Started by jabbamonkey, February 04, 2019, 01:23:35 PM

Previous topic - Next topic

jabbamonkey

I'm getting a conflicting error message. In my About.xml, I was using <targetVersion> but was getting an error that the tag is deprecated.  So, I tried the recommeneded <supporedVersion><li> tag... but am getting an error from that too...

Below are the two conflicting error messages:

QuoteXML error: <supportedVersion><li>1.0.2150</li></supportedVersion> doesn't correspond to any field in type ModMetaDataInternal. Context: <ModMetaData><name>Jabbamonkey's Furniture Graphics (Set 3 of 6)</name><author>Jabbamonkey</author><url></url><supportedVersion><li>1.0.2150</li></supportedVersion><description>Graphic replacements for furniture, workbenches and miscellaneos objects.</description></ModMetaData>

<targetVersion> in mod About.xml is deprecated! Use <supportedVersions> tag instead. (example: <supportedVersions><li>1.0</li></supportedVersions>)

Full error log is below...
http://classicgaming.cc/temp/targetVersion.txt

Note: I completely got rid of the "targetVersion" from all my mod's About.xml files. Yet it is still showing up in the error.  I did a search in my mod folder for files containing "targetVersion" and no About.xml files appeared.

Mehni

<targetVersion> in mod About.xml is deprecated! Use <supportedVersions> tag instead. (example: <supportedVersions><li>1.0</li></supportedVersions>)

Versions. Plural. As in "supports multiple versionssssssssssssssss"

LWM

Also, I think one only supports version 1.0, not 1.0.1234?