SolarCalculator 1.0.8

dotnet add package SolarCalculator --version 1.0.8
NuGet\Install-Package SolarCalculator -Version 1.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SolarCalculator" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SolarCalculator --version 1.0.8
#r "nuget: SolarCalculator, 1.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SolarCalculator as a Cake Addin
#addin nuget:?package=SolarCalculator&version=1.0.8

// Install SolarCalculator as a Cake Tool
#tool nuget:?package=SolarCalculator&version=1.0.8

Calculates the sunrise and sunset for a given date and location (using geo coordinates). This library uses the method outlined NOAA Solar Calculations Day spreadsheet found at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html. Calculations are based on the book "Astronomical Algorithms" by Jean Meeus.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SolarCalculator:

Repository Stars
genielabs/HomeGenie
HomeGenie, the programmable automation intelligence
Version Downloads Last updated
1.0.8 233 7/27/2014

v 1.0.8
Added multiple .NET versions.

v1.0.7
Removed Angle class and referenced it from NuGet library.

v1.0.6
Updated NuGet package only.

v1.0.5
Added a class/data type called Angle to handle computations and conversions. This class inherently behaves as a type double so that pre-existing code is not broken.

v1.0.4
Change the type of ForDate to DateTimeOffset due to improper handling of Time Zone. This does not affected code already written against this method.

v1.0.3
Corrected a time issue causing the wrong sunrise and sunset times to be returned. All test cases passed.

v1.02
Added XML comments file

v1.0.1
Updated license and project URL's in package.