maxmind/GeoIP2-dotnet

Inconsistent ToString output

ahmetb opened this issue · 1 comments

CountryResponse starts as Country [...

CityResponse starts as CityResponse [...

return this.GetType().Name + " ["

one uses type name, one doesn't. No big deal though.

Thanks. This should be fixed in our next release.