You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce the number of allocations when creating a MaxMind.Db.Reader from
a seekable stream. Pull request by Maarten Balliauw. GitHub #38.
A netstandard2.0 target was added to eliminate additional dependencies
required by the netstandard1.4 target. Pull request by Adeel Mujahid.
GitHub #39.
As part of the above work, the separate Mono build files were dropped. As
of Mono 5.0.0, msbuild is supported.