DotNet Cloud SDK - 2.0.0
·
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
- feat!: update SDK to use DevCycle over DVC for public interfaces. by @jonathannorris in #102