You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.