Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@aplteam aplteam released this 24 Sep 08:47
· 10 commits to main since this release
  • New instance method GetMyRateLimits added which complements the older shared method GetRateLimits

  • BREAKING CHANGE

    The instance property pathToConngaDLLs has been removed and replaced by a shared field with the same name.

    This syntax change was necessary because some shared methods (GetAllEndPoints, GetRateLimits) called GetJson which relies on pathToCongaDLLs being defined. It only affects you when you have set pathToCongaDLLs as a property of an instance because that needs changing: assign it to the field of the class instead.

To be consumed as a Tatin package from https://tatin.dev