Closed geoffappleford closed 12 years ago
Made a small change to WhoisPrivacyProtection in naming conventions. Changed "SetWHOISPrivacyProtection" to "AddWhoisPrivacyProtection" to follow the Add/Remove convention in the other resources. Also, changed spaces to tabs just because that's how the rest of the project is setup. Also, changed WHOIS Whois for Remove methods as well. All changes are included in commit: https://github.com/anderly/dnsimple-csharp/commit/1693fb0b1f1ef26d3b74f2fcd50da84b3aafeaee
These changes are reflected in version 0.4.0 on NuGet: http://nuget.org/packages/dnsimple
The DeleteDomain by Id method was returning GetDomain(string name) instead of DeleteDomain.
I implemented Whois privacy protection.