SunCalcSharp by Mark Webb

<PackageReference Include="SunCalcSharp" Version="1.0.2" />

 SunCalcSharp 1.0.2

.NET library for calculating sun/moon positions and phases. Ported from the SunCalc JavaScript library.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>SunCalcSharp</id>
    <version>1.0.2</version>
    <authors>Mark Webb</authors>
    <owners>Mark Webb</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/webbwebbwebb/suncalcsharp</projectUrl>
    <description>.NET library for calculating sun/moon positions and phases.

Ported from the SunCalc JavaScript library.</description>
    <copyright>Copyright © Mark Webb 2020</copyright>
    <tags>sunrise sunset solar lunar</tags>
    <repository type="git" url="https://github.com/webbwebbwebb/suncalcsharp" />
    <dependencies>
      <group targetFramework=".NETStandard2.0" />
    </dependencies>
  </metadata>
</package>