KoenZomers.SunSetRise 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package KoenZomers.SunSetRise --version 1.2.0
NuGet\Install-Package KoenZomers.SunSetRise -Version 1.2.0
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="KoenZomers.SunSetRise" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KoenZomers.SunSetRise --version 1.2.0
#r "nuget: KoenZomers.SunSetRise, 1.2.0"
#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 KoenZomers.SunSetRise as a Cake Addin
#addin nuget:?package=KoenZomers.SunSetRise&version=1.2.0

// Install KoenZomers.SunSetRise as a Cake Tool
#tool nuget:?package=KoenZomers.SunSetRise&version=1.2.0

Library in C# to easily calculate the sunrise and sunset at any given location in the world on any given date.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.3 2,701 6/4/2019
1.2.0.2 658 3/3/2019
1.2.0 723 11/12/2018
1.1.2.1 1,221 10/8/2017
1.1.2 911 8/16/2017

- Change in the way the sunrise and sunsets are being calculated following https://www.esrl.noaa.gov/gmd/grad/solcalc/
- Various bugfixes
- Timezones in between timezones, i.e. Darwin Australia at UTC+9.5 are now also supported
- Unit Tests have been added
- Library is now compiled against .NET Standard 2.0
- Documentation XML is now included in the NuGet package so you'll see the method documentation in the project where you add the NuGet package
- This update may contain non backwards compatible changes in method calls. Please validate your code and the expected outcome when upgrading.