Skip to content

DotNet Cloud SDK - 2.0.0

Compare
Choose a tag to compare
@chris-hoefgen chris-hoefgen released this 15 Aug 14:42
· 50 commits to main since this release

⚠️ API Changes

In this release API Changes we have updated the SDK to match our revised naming conventions and as such several user-facing classes have been renamed:

DVCCloudClient -> DevCycleCloudClient
DVCCloudClientBuilder -> DevCycleCloudClientBuilder
DVCCloudOptions -> DevCycleCloudOptions
DVCException -> DevCycleException
DVCResponse -> DevCycleResponse
DVCRestClientOptions -> DevCycleRestClientOptions
Event -> DevCycleEvent
User -> DevCycleUser

Features