Skip to content

Version 2.0.0 of crsTransformations-dotnet

Compare
Choose a tag to compare
@TomasJohansson TomasJohansson released this 03 Oct 21:36
· 20 commits to master since this release

Version 2.0.0 of the following four libraries:
https://www.nuget.org/packages/Programmerare.CrsTransformations.Core/2.0.0
https://www.nuget.org/packages/Programmerare.CrsTransformations.Adapter.ProjNet/2.0.0
https://www.nuget.org/packages/Programmerare.CrsTransformations.Adapter.DotSpatial/2.0.0
https://www.nuget.org/packages/Programmerare.CrsTransformations.Adapter.MightyLittleGeodesy/2.0.0

Release notes:
(regarding differences between v1.0.0 and v2.0.0)

The version of "FSharp.Core" is now "6.0.0" which requires .NET standard 2.0 (or 2.1).
Therefore the supported target "net45" (.NET Framework 4.5) has been removed and the only target is "netstandard2.0" e.g. .NET Framework 4.6.1 or later

CrsTransformationAdapterProjNet4GeoAPI has been renamed to CrsTransformationAdapterProjNet and is now using
ProjNet 2.0.0 instead of ProjNET4GeoAPI 1.4.1
(the adaptee library NetTopologySuite/ProjNet4GeoAPI removed their GeoAPI dependency and now uses a NuGet package named ProjNet instead of ProjNET4GeoAPI.
See their issue 49: "Remove GeoAPI dependency"
NetTopologySuite/ProjNet4GeoAPI#49 )

The NuGet library with the ProjNet adapter has been renamed from
Programmerare.CrsTransformations.Adapter.ProjNet4GeoAPI to Programmerare.CrsTransformations.Adapter.ProjNet

Full class name (including namespace) for the ProjNet adapter in version 2:
Programmerare.CrsTransformations.Adapter.ProjNet.CrsTransformationAdapterProjNet

CrsTransformationAdapterMightyLittleGeodesy is now using MightyLittleGeodesy 1.0.2 instead of 1.0.1