KoenZomers.SunSetRise
1.2.0
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
<PackageReference Include="KoenZomers.SunSetRise" Version="1.2.0" />
paket add KoenZomers.SunSetRise --version 1.2.0
#r "nuget: KoenZomers.SunSetRise, 1.2.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
- 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.