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>CoordinateSharp is a high powered, lightweight .NET library that can convert geographical coordinates, perform distance logic, and calculate location based sun, moon, and magnetic information with minimal code.</Description>
60
-
<PackageReleaseNotes>-Adds accessible Magnitude and Coverage property values to the SolarEclipseDetails class.
61
-
-Adds accessible Penumbral and Umbral Magnitude property values to the LunarEclipseDetails class.
62
-
-Add NET 8.0 support.
63
-
-Adds correctly named 'PartialEclipseEnd' property to 'SolarEclipseDetails' and deprecates incorrectly named property.</PackageReleaseNotes>
60
+
<PackageReleaseNotes>-Adds Day and Night TimeSpan properties to the CelestialInfo class for easier calculation of total day and night hours for a date at a specified location.</PackageReleaseNotes>
Assert.AreEqual(c.CelestialInfo.DaySpan.TotalMinutes,c2.CelestialInfo.DaySpan.TotalMinutes,3.2);//3.2 minute delta accounts for day shift. Still accurate as long as sum of span = 24hrs
Assert.AreEqual(newTimeSpan(11,45,0).TotalMinutes,c2.CelestialInfo.DaySpan.TotalMinutes,3.8);//3.8 minute delta accounts for local day shift. Still accurate as long as sum of span = 24hrs
705
+
Assert.AreEqual(newTimeSpan(12,15,0).TotalMinutes,c2.CelestialInfo.NightSpan.TotalMinutes,3.8);//3.8 minute delta accounts for local day shift. Still accurate as long as sum of span = 24hrs
0 commit comments