kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

Added ConfirmationStatement to CompanyProfile #27

Closed nickecarlo closed 8 years ago

nickecarlo commented 8 years ago

Added a field for confirmation statement to company profile. Also added its corresponding class according to the format defined in the API:

"confirmation_statement" : { "last_made_up_to" : "date", "next_due" : "date", "next_made_up_to" : "date", "overdue" : "boolean" }

nickecarlo commented 8 years ago

Woops, forgot about the tests. I'll work on them when I have some time.

kevbite commented 8 years ago

Sorry just seen this as been travelling Italy, Once you've updated the tests can you just bump up the version number within the appveyor.yml file?

nickecarlo commented 8 years ago

Hey Kevin, I am not working on the project that used CompaniesHouse.NET anymore. I'll get back to finishing the pull request with tests etc once/if I go back to it. I'll definitely update the appveyor.yml file. Maybe someone else will step in before that and my pull request won't be needed.

kevbite commented 8 years ago

Pulled branch across in to the main repository and added the tests. Closing this PR due to opening another PR with changes, See - https://github.com/kevbite/CompaniesHouse.NET/pull/31