What's Changed
- Configure Mend Bolt for GitHub by @mend-bolt-for-github in #26
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #31
- Bump actions/checkout from 2 to 4 by @dependabot in #32
- Bump System.ComponentModel.Annotations from 4.7.0 to 5.0.0 in /src by @dependabot in #33
- Bump coverlet.collector from 6.0.0 to 6.0.2 in /src by @dependabot in #35
- Bump xunit from 2.6.3 to 2.9.2 in /src by @dependabot in #37
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /src by @dependabot in #36
- Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /src by @dependabot in #34
- initial updates to HttpClient by @ahwm in #39
- version bump to 3.0 by @ahwm in #40
Breaking Changes
- Renamed
Client
toGoDaddyClient
- Constructor now takes a
GoDaddyClientOptions
object to pass in access key and secret key (.NET Framework 4.6+ only) - This update no longer creates a new
HttpClient
for every API call - .NET Core 2.1 (.NET Standard 2.0) can now take advantage of dependency injection
New Contributors
- @mend-bolt-for-github made their first contribution in #26
Full Changelog: v2.0.0...v3.0.0