 
  Core API for DigitalPersona Access Management API 
 Package Versioning Guidelines
Semantic Versioning
Learn and follow strictly the SemVer schema:
Major.Minor.Patch[-Stage]
- Change Majorwhen breaking changes are introduced.
- Change Minorwhen new functionality is added, but backvard compatibility is preserved.
- Change Patchwhen existing functionalty is fixed, no new functionality is added and backward compatibility is preserved.
- Set Stageto-alpha,-beta,-preetc for prereleases. RemoveStagefor releases.