Skip to content

Releases: maxmind/GeoIP2-dotnet

2.0.0

29 Sep 22:24
Compare
Choose a tag to compare
  • First production release.

0.5.0

29 Sep 22:25
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • The deprecated CityIspOrg and Omni methods were removed.
  • DatabaseReader methods will now throw an InvalidOperationException when
    called for the wrong database type.
  • DatabaseReader now has a Metadata property that provides an object
    containing the metadata for the open database.

0.4.0

22 Jul 17:14
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • The web service client API has been updated for the v2.1 release of the web
    service. In particular, the CityIspOrg and Omni methods on
    WebServiceClient have been deprecated. The City method now provides all
    of the data formerly provided by CityIspOrg, and the Omni method has
    been replaced by the Insights method.
  • Support was added for the GeoIP2 Connection Type, Domain, and ISP databases.

0.3.3

02 Jun 14:57
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release
  • Constructors with named parameters were added to the model and response
    classes. (Jon Wynveen)

0.3.2

09 Apr 20:06
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • A constructor taking a Stream was added to DatabaseReader.
  • Fixed dependency on wrong version of Newtonsoft.Json.

0.3.1: Error Handling Fixes

13 Feb 18:32
Compare
Choose a tag to compare
Pre-release
  • Fixed broken error handling. Previously the wrong exceptions and error
    messages were returned for some web service errors.

0.3.0

15 Nov 22:43
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • API CHANGE: Renamed exceptions to remove GeoIP2 prefixes.
  • Improved error messages when RestSharp does not return an HTTP status code.

0.2.0

25 Oct 15:54
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • First release with GeoIP2 database support. See DatabaseReader class.
  • Renamed GeonameID property to GeoNameId.
  • Renamed IpAddress traits property to IPAddress.

0.1.1: Added documentation.

25 Oct 15:34
Compare
Choose a tag to compare
Pre-release
v0.1.1

Added documentation.

Initial release

04 Oct 18:26
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1.0

Update .nuget folder with latest executable and targets