kevbite / CompaniesHouse.NET

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

Missing Last Accounts Type #133

Closed MattHemus closed 4 years ago

MattHemus commented 4 years ago

Hi,

Could you add the following Last Accounts Type to the enum;

unaudited-abridged

An example company that returns this is PLAN PROCURE MANAGE LIMITED, 06450589.

The missing enum is currently causing an exception when requesting this company.

Many Thanks

Matt

kevbite commented 4 years ago

Hello @MattHemus ,

I've added the value to the enum and check that it works fine with "PLAN PROCURE MANAGE LIMITED, 06450589".

Thanks for raising this issue.

The fix will be in version 7.8.3, this can be downloaded from NuGet.

MattHemus commented 4 years ago

Thanks for sorting the issue so quickly, installed latest package and everything is working okay.