maxmind / MaxMind-DB-Reader-dotnet

.NET Reader for the MaxMind DB Database Format
https://www.nuget.org/packages/MaxMind.Db
Apache License 2.0
101 stars 32 forks source link

List of all model classes #151

Closed Bluscream closed 11 months ago

Bluscream commented 11 months ago

Where can i find all the model classes? Are they not in the nuget package?

oschwald commented 11 months ago

This is a low-level library that works with any MMDB database. It does not include any model classes. It sounds like maybe you want MaxMind.GeoIP2, which has model classes for the MaxMind-provided databases.

Bluscream commented 11 months ago

This is a low-level library that works with any MMDB database. It does not include any model classes. It sounds like maybe you want MaxMind.GeoIP2, which has model classes for the MaxMind-provided databases.

Ahh thank you very much :pray: