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
Copy file name to clipboardExpand all lines: Programmerare.CrsTransformations.Adapter.DotSpatial/Programmerare.CrsTransformations.Adapter.DotSpatial.fsproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFrameworks>netstandard2.0</TargetFrameworks> <!-- FSharp.Core 6.0 dependency ==> netstandard2.0 or 2.1 -->
Copy file name to clipboardExpand all lines: Programmerare.CrsTransformations.Adapter.MightyLittleGeodesy/Programmerare.CrsTransformations.Adapter.MightyLittleGeodesy.fsproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFrameworks>netstandard2.0</TargetFrameworks> <!-- FSharp.Core 6.0 dependency ==> netstandard2.0 or 2.1 -->
///Quote from above URL: "Well-known text representation of coordinate reference systems (WKT or WKT-CRS) is a text markup language for representing spatial reference systems and transformations between spatial reference systems."
Copy file name to clipboardExpand all lines: docs/README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ The adapters are using third-part .NET libraries as adaptee's.
8
8
The code has been implemented with F# but the tests (and the generated constants in the subproject "[Programmerare.CrsTransformations.Constants](https://github.com/TomasJohansson/crsTransformations-dotnet/tree/master/Programmerare.CrsTransformations.Constants)") are implemented with C#.
9
9
10
10
# Versions of .NET and F#
11
-
These versions below apply to v2.0.0 of the NuGet releases e.g. [Programmerare.CrsTransformations.Core](https://www.nuget.org/packages/Programmerare.CrsTransformations.Core/2.0.0):
11
+
These versions below apply to v3.0.0 of the NuGet releases e.g. [Programmerare.CrsTransformations.Core](https://www.nuget.org/packages/Programmerare.CrsTransformations.Core/3.0.0):
12
12
The .NET target version is .NET Standard 2.0 ([e.g. .NET Framework 4.6.1 or later](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)) but version 10.36 of the library with constants ([Programmerare.CrsTransformations.Constants](https://www.nuget.org/packages/Programmerare.CrsTransformations.Constants/)) can be used with .NET Framework 2.0 or later.
13
-
The F# version is 6.0.0 (i.e. for the package reference to "FSharp.Core")
13
+
The F# version is 6.0.1 (i.e. for the package reference to "FSharp.Core")
14
14
15
15
# Adaptee libraries used by the three adapter libraries
16
16
*https://github.com/DotSpatial/DotSpatial
@@ -23,13 +23,13 @@ The F# version is 6.0.0 (i.e. for the package reference to "FSharp.Core")
23
23
# NuGet releases
24
24
The following five libraries from this code project have been released/distributed to NuGet:
25
25
* Programmerare.CrsTransformations.**Core**
26
-
(version [2.0.0 at NuGet](https://www.nuget.org/packages/Programmerare.CrsTransformations.Core/2.0.0))
26
+
(version [3.0.0 at NuGet](https://www.nuget.org/packages/Programmerare.CrsTransformations.Core/3.0.0))
0 commit comments