From 898f8317f77061ad5a1b3de696443ada80a52cc7 Mon Sep 17 00:00:00 2001 From: parzivail Date: Tue, 13 Aug 2019 18:13:28 -0400 Subject: [PATCH] Release 1.0.7 --- SGP.NET/SGP.NET.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SGP.NET/SGP.NET.csproj b/SGP.NET/SGP.NET.csproj index 78d696f..9b1a4e5 100644 --- a/SGP.NET/SGP.NET.csproj +++ b/SGP.NET/SGP.NET.csproj @@ -3,7 +3,7 @@ netstandard1.4 SGP.NET - 1.0.6 + 1.0.7 parzivail parzivail MIT @@ -17,8 +17,9 @@ C# SGP4 Satellite Prediction Library. Multi-function library with support for loading satellites from TLEs, converting between coordinate systems and reference frames, observing satellites from ground stations, and creating schedules of observations over periods of time. true SGPdotNET - Fix infinte recursion when comparing coordinate equality, -Fix coordinate observations when obsercing ECI coordinates at times other than the internal ECI time + Throw exception when DateTimes are found to have an unspecified Kind (i.e. neither UTC nor Local) (thanks davidtgillard and bretcope!), +ensure that DateTime.Round returns a date with the same Kind as input DateTime (thanks davidtgillard!), +Remove Microsoft.SourceLink.Github dependency (thanks davidtgillard!) 1.0.7.0 1.0.7.0