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
<description>.NET Spatial Reference and Projection Engine.
13
13
Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in fx. Geographic Information Systems (GIS) or GPS applications. The spatial reference model used adheres to the Simple Features specification.
Copy file name to clipboardExpand all lines: ProjNet/Properties/AssemblyInfo.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
usingSystem.Runtime.InteropServices;
3
3
4
4
[assembly:AssemblyTitle("Proj.NET")]
5
-
[assembly:AssemblyDescription("Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in .Net, Geographic Information Systems (GIS) or GPS applications.\nThe spatial reference model used adheres to the Simple Features specification.")]
5
+
[assembly:AssemblyDescription("Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in .Net, Geographic Information Systems (GIS) or GPS applications. The spatial reference model used adheres to the Simple Features specification.")]
0 commit comments