Releases: maxmind/GeoIP2-dotnet
Releases · maxmind/GeoIP2-dotnet
2.0.0
0.5.0
- The deprecated
CityIspOrg
andOmni
methods were removed. DatabaseReader
methods will now throw anInvalidOperationException
when
called for the wrong database type.DatabaseReader
now has aMetadata
property that provides an object
containing the metadata for the open database.
0.4.0
- The web service client API has been updated for the v2.1 release of the web
service. In particular, theCityIspOrg
andOmni
methods on
WebServiceClient
have been deprecated. TheCity
method now provides all
of the data formerly provided byCityIspOrg
, and theOmni
method has
been replaced by theInsights
method. - Support was added for the GeoIP2 Connection Type, Domain, and ISP databases.
0.3.3
0.3.2
0.3.1: Error Handling Fixes
- Fixed broken error handling. Previously the wrong exceptions and error
messages were returned for some web service errors.
0.3.0
0.2.0
0.1.1: Added documentation.
v0.1.1 Added documentation.
Initial release
v0.1.0 Update .nuget folder with latest executable and targets