Skip to content

4.0.0

Compare
Choose a tag to compare
@oschwald oschwald released this 17 Nov 18:42
d718fc8
  • This library now requires .NET Framework 4.6.1 or greater or .NET Standard
    2.0 or greater.
  • .NET 5.0 was added as a target framework.
  • System.Text.Json is now used for deserialization of web service requests.
    Newtonsoft.Json is no longer supported for serialization or
    deserialization.
  • The Names properties on NamedEntity models are now
    IReadOnlyDictionary<string, string>.
  • The Subdivisions property on CityResponse and InsightsResponse is now
    an IReadOnlyList<Subdivision>.
  • GeoNameId properties on NamedEntity models are now long? rather than
    int? to match the underlying database.
  • The httpMessageHandler argument is now correctly initialized by the
    WebServiceClient constructor.
  • The Metadata property was added to IGeoIP2DatabaseReader. Pull request
    by Mihai Valentin Caracostea. GitHub #134 & #135.