Skip to main content

Version Numbering

Convention

Our versioning follows a specific pattern:

[MajorVersion].[MinVersion].[MaxVersion].[MinorVersion]

  • MajorVersion: Major version number
  • MinVersion: Minimum platform update supported, running a platform update below this version is not supported.
  • MaxVersion: Maximum platform update supported, running a platform update above this version is not supported.
  • MinorVersion: Changeset number, allows to uniquely identify source code.

Example

Version x.38.40.yyyy:

Valid

Is valid for D365 release 10.0.38, 10.0.39, 10.0.40,

Invalid

Hasn't been tested against 10.0.37 and below,
Hasn't been tested against 10.0.41 and above.

Invalid version

Starting version 5.0, the following warning messages will start appearing on non supported configurations. When you see this message, please contact your administrator for code / data upgrades.

Screenshot Screenshot

Please follow the prompts and Upgrade guide