Skip to content

Releases: Tronald/CoordinateSharp

v2.2.1.1

30 Aug 17:44
85858dd
Compare
Choose a tag to compare

-UTM available precision increased.
-MGRS parser bug fix (some formats not parsing correctly).
-MGRS parser improvement (single string format will now parse).

This version was quickly released after v2.1.1.1 due to planned improvements and the need to quickly fix a bug in the parser. The bug has been present in the parser since it's adoption. Tests have been adjusted to catch similar bugs in the future.

This version received a minor increment due to the UTM precision change possibly effecting string outputs of UTM Easting and Northing values. Users will be required to determine their own rounding if plugging into those value directly and if desired.

v2.1.1.1-BETA2

15 Aug 16:01
93eddf1
Compare
Choose a tag to compare
v2.1.1.1-BETA2 Pre-release
Pre-release

Exposes more efficient UTM/MGRS to Signed Degree Methods

v2.1.1.1

28 Aug 23:12
96ddc05
Compare
Choose a tag to compare

-License changed from MIT to Split AGPL 3.0/Commercial Use.
-Removed ComponentModel actions from all classes except Coordinate/CoordinatePart to reduce overhead.
-Removed depracated items.
-Added local time conversion solar/lunar only options to increase performance during bulk conversions.
-Added new Coordinate moving/shifting features.
-MGRS/UTM nomenclature and constructor changes.
-Improved Coordinate parsers.
-Major code restructure.
-Improved documentation.
-Improved testing.
-MGRS/UTM Signed Degree Conversions added for efficiency.
-Version control process change.

v2.1.1.1-BETA

30 Jul 21:21
96ddc05
Compare
Choose a tag to compare
v2.1.1.1-BETA Pre-release
Pre-release

-Major code refactor and efficiency improvements.
-Better constructors, property handling and documentation.
-Removes deprecated functions and properties.
-License & Ownership change.