1.6.0
Features
This release adds support for Hong Kong, Macau, San Marino, Monaco and Singapore.
Bug fixes
None
API changes
CountryInfo
The CountryInfo
instances have been renamed from their code to their name. New properties have been added and the old properties have been marked obsolete.
- public static CountryInfo ES { get; }
- public static CountryInfo FR { get; }
+ public static CountryInfo France { get; }
- public static CountryInfo GG { get; }
+ public static CountryInfo Guernsey { get; }
+ public static CountryInfo HongKong { get; }
- public static CountryInfo IE { get; }
+ public static CountryInfo Ireland { get; }
- public static CountryInfo IM { get; }
+ public static CountryInfo IsleOfMan { get; }
+ public static CountryInfo IT { get; }
+ public static CountryInfo Italy { get; }
- public static CountryInfo JE { get; }
+ public static CountryInfo Jersey { get; }
+ public static CountryInfo Macau { get; }
+ public static CountryInfo Monaco { get; }
+ public static CountryInfo SanMarino { get; }
+ public static CountryInfo Singapore { get; }
+ public static CountryInfo Spain { get; }
- public static CountryInfo UK { get; }
+ public static CountryInfo UnitedKingdom { get; }