Releases: ringcentral/RingCentral.Net
Releases · ringcentral/RingCentral.Net
2.3.0
2.2.0
2.0.0-beta2
New feature
- Added
JsonDeserializeException
Breaking changes
Task
renamed toGlipTaskInfo
. It is good because at least there is not conflict withSystem.Threading.Tasks.Task
2.0.0-beta1
Two new features:
- Glip Tasks API
/restapi/v1.0/account/{accountId}/emergency-address-auto-update/...
APIs
Breaking changes:
TokenInfo
renamed toTokenResponse
AuthorizeRequest
renamed toGetAuthorizationLinkParameters
Naming confliction
RingCentral.Task
vs System.Threading.Tasks.Task
. The latter is quite common in C# async programming. Please pay attention and make sure you are using the right class.