kevbite / CompaniesHouse.NET

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

Update FilingCategory.cs #78

Closed AlwaysVbNet closed 6 years ago

AlwaysVbNet commented 6 years ago

Added [EnumMember(Value = "restoration")] Restoration,

kevbite commented 6 years ago

Thanks for submitting just done a little change and moved the enum value to be at the bottom in case people are casting it to an int, thus won't break their current numbering.