Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Library Versioning

kostrse edited this page Feb 18, 2012 · 4 revisions

Versioning Schema

The library uses the following versioning shema:

A.B.C.D

  • A - version of the Yandex.Direct API which is used by the library;
  • B - a number of the library release cycle (current iteration);
  • C - always zero (reserved for separate branches etc.);
  • D - a build number inside the current iteration.

Example

About the version 4.15.0.17 we can say:

  1. It supports Yandex.Direct API v4.
  2. It was built on 15-th iteration.
  3. It was built after 17-th commit inside the iteration.

Clone this wiki locally