Check the Version Number Recommendation

The VS Code extension for Rapid Adapter Builder includes a version check that helps you determine how to update an adapter's version, according to the semantic versioning rules.

  1. In VS Code, click Explorer Explorer icon on the sidebar.
    The directory structure of your workspace folder is displayed.
  2. Within the definitions directory listing, right-click the adapter definition document, and then click RAB: Version Check.

    The extension compares the previous version of the adapter definition document with the current version.

    The results of the comparison are displayed in the VS Code editor's bottom panel, on the Output tab. For example, after the Recommended version change text, review the type of version update that you must make, such as PATCH, MINOR, or MAJOR. The message property includes the changes that you made.

    See Rules for the Semantic Version Check.