Here is my HostList:
<HostList>
<Host Name="PHXS" Version="[0.0,99.9]" />
<Host Name="PHSP" Version="[0.0,99.9]" />
<Host Name="IDSN" Version="[0.0,99.9]" />
<Host Name="AICY" Version="[0.0,99.9]" />
</HostList>
The last time I successfully uploaded my plugin above was my HostList in manifest.xml
.
Now, it says that the minimum version 0.0
is invalid. When I changed it to 0.0.0,99.99.99
, as suggested in this forum post, it then says the minimum version needs to be numeric and in the x.y
format.
There is no clear documentation, and I need help.