Skip to content

Releases: maxmind/MaxMind-DB-Reader-dotnet

2.1.2: Re-build of 2.1.1 to fix signing issue. No code changes.

16 Sep 16:24
Compare
Choose a tag to compare

First .NET Core stable release

01 Aug 14:47
Compare
Choose a tag to compare
  • First non-beta release with .NET Core support.
  • The tests now use the .NET Core NUnit runner.

.NET Core RC2 support

01 Aug 14:48
Compare
Choose a tag to compare
.NET Core RC2 support Pre-release
Pre-release
  • Re-release of 2.1.0-beta4 to skip bad 2.1.0 release on NuGet.
  • Update for .NET Core RC2. Pull request by Adeel Mujahid. GitHub #28.

2.1.0-beta3

12 May 15:58
Compare
Choose a tag to compare
2.1.0-beta3 Pre-release
Pre-release
  • The assemblies are now signed again.

2.1.0-beta2

10 May 19:15
Compare
Choose a tag to compare
2.1.0-beta2 Pre-release
Pre-release
  • Remove unnecessary Newtonsoft.Json dependency.

2.1.0-beta1

10 May 16:51
Compare
Choose a tag to compare
2.1.0-beta1 Pre-release
Pre-release
  • .NET Core support. Switched to dotnet/cli for building. Pull request by
    Adeel Mujahid. GitHub #26 & #27.

2.0.0

15 Apr 20:49
Compare
Choose a tag to compare

No changes from 2.0.0-beta3.

2.0.0-beta3: Network Prefix Out Parameter

24 Mar 16:14
Compare
Choose a tag to compare
  • The Reader class now has an overloaded method that takes an integer out
    parameter. This parameter is set the the network prefix length for the
    record containing the IP address in the database. Pull request by Ed Dorsey.
    GitHub #22 & #23.

2.0.0-beta2

29 Jan 20:55
Compare
Choose a tag to compare
2.0.0-beta2 Pre-release
Pre-release
  • Minor refactoring. No substantial changes since beta1.

2.0.0-beta1: Major Refactor of API

29 Jan 20:55
Compare
Choose a tag to compare
Pre-release
  • Significant API changes. The Find method now takes a type parameter
    specifying the type to deserialize to. Note that JToken is not supported
    for this. You can either deserialize to an arbitrary collection or to
    model classes that use the MaxMind.Db.Constructor and
    MaxMind.Db.Parameter attributes to identify the constructors and
    parameters to deserialize to.
  • The API now significantly faster.