Skip to content

4.1.0

Compare
Choose a tag to compare
@mattjohnsonpint mattjohnsonpint released this 17 Sep 18:19
  • Added a .NET Standard 2.1 target, and changed the lookup to use ReadOnlySpan<byte> for the lookup, to avoid locking.
    This should improve runtime performance when used with platforms listed here. (4b5a5d7)
  • Updated the data using TBB release 2020a.
  • Updated data builder and other internals to use .net core 3.1, NetTopologySuite 2.1, and other dependencies. (Doesn't affect the distributed package).
  • Updated the coding style to use C# 8 language features and prefer explicit typing over var for readability. (Does't affect the distributed package).