The upgrade.xml file

The upgrade.xml file defines the plug-in version. It also defines how to update a step or property when a plug-in is updated.

The upgrade.xml file contains the following elements:
<plugin-upgrade>
Identifies the XML schema that is used by the plug-in using the two XML name space attributes. See the example below for the values to use on the xmlsn and xmlsn:xsi attributes.
<migrate>
Defines changes to the plug-in. See Upgrading plug-ins for details.

Example

The following code is an example of a simpleupgrade.xml file.
<?xml version="1.0" encoding="UTF-8"?>
<plugin-upgrade xmlns="http://www.&company;.com/UpgradeXMLSchema_v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
</plugin-upgrade>