Releases: maxmind/MaxMind-DB-Reader-dotnet
Releases · maxmind/MaxMind-DB-Reader-dotnet
2.1.2: Re-build of 2.1.1 to fix signing issue. No code changes.
v2.1.2 Prepare for 2.1.2
First .NET Core stable release
- First non-beta release with .NET Core support.
- The tests now use the .NET Core NUnit runner.
.NET Core RC2 support
- Re-release of
2.1.0-beta4
to skip bad2.1.0
release on NuGet. - Update for .NET Core RC2. Pull request by Adeel Mujahid. GitHub #28.
2.1.0-beta3
- The assemblies are now signed again.
2.1.0-beta2
- Remove unnecessary Newtonsoft.Json dependency.
2.1.0-beta1
2.0.0
2.0.0-beta3: Network Prefix Out Parameter
2.0.0-beta2
- Minor refactoring. No substantial changes since beta1.
2.0.0-beta1: Major Refactor of API
- Significant API changes. The
Find
method now takes a type parameter
specifying the type to deserialize to. Note thatJToken
is not supported
for this. You can either deserialize to an arbitrary collection or to
model classes that use theMaxMind.Db.Constructor
and
MaxMind.Db.Parameter
attributes to identify the constructors and
parameters to deserialize to. - The API now significantly faster.