kevbite / CompaniesHouse.NET

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

Amending CompanyProfile to deal with deprecated properties and add missing previous_company_names #109

Closed smp99 closed 5 years ago

smp99 commented 5 years ago

Added NextAccounts property to CompanyProfile. Added PeriodEndOn and PeriodStartOn properties to LastAccounts. Decorated deprecated properties with ObsoleteAttribute. Added PreviousCompanyNames property to CompanyProfile.

kevbite commented 5 years ago

Thanks for submitting a PR, seems we're having some issues with some of the tests. I'm pretty busy this weekend so haven't really got time for it but if you can sort it out that'd really help out.

Build details are here - https://ci.appveyor.com/project/kevbite/companieshouse-net/builds/22734798

kevbite commented 5 years ago

Thanks, @smp99, that looks great! I'll get it merged in and will be in the next version straight away once available via NuGet.