Skip to content

3.1.0

Compare
Choose a tag to compare
@oschwald oschwald released this 06 Dec 23:14
  • This library has been updated to support the nullable reference types
    introduced in C# 8.0.
  • A Network property has been added to the various response models. This
    represents the largest network where all the fields besides the IP
    address are the same.
  • The StaticIPScore property has been added to MaxMind.GeoIP2.Model.Traits.
    This output is available from GeoIP2 Precision Insights. It is an indicator
    of how static or dynamic an IP address is.
  • The UserCount property has been added to MaxMind.GeoIP2.Model.Traits.
    This output is available from GeoIP2 Precision Insights. It is an
    estimate of the number of users sharing the IP/network over the past
    24 hours.
  • Updated documentation of anonymizer properties - IsAnonymousVpn and
    IsHostingProvider - to be more descriptive.
  • netstandard2.1 was added as a target framework.