Impact Acquire SDK .NET
Versioning Scheme

The Impact Acquire interface (API) uses the semantic versioning scheme based on Semantic Versioning since version 2.0.0:

The version format is X.Y.Z (MAJOR.MINOR.PATCH.BUILD), e.g. Impact Acquire 1.12.57.

Given that scheme:

  • incompatible API changes increment the MAJOR version
  • backwards compatible API additions/changes increment the MINOR version
  • Bug fixes not affecting the API increment the PATCH version
  • Builds trigger by the continuous integration system increment the PATCH version

For details please refer to http://semver.org/.