SwissEphNet 2.4.0.12
See the version list below for details.
dotnet add package SwissEphNet --version 2.4.0.12
NuGet\Install-Package SwissEphNet -Version 2.4.0.12
<PackageReference Include="SwissEphNet" Version="2.4.0.12" />
paket add SwissEphNet --version 2.4.0.12
#r "nuget: SwissEphNet, 2.4.0.12"
// Install SwissEphNet as a Cake Addin #addin nuget:?package=SwissEphNet&version=2.4.0.12 // Install SwissEphNet as a Cake Tool #tool nuget:?package=SwissEphNet&version=2.4.0.12
A Swiss Ephemeris .Net portage
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SwissEphNet:
Package | Downloads |
---|---|
SharpAstrology.SwissEph
This package provides an implementation of the IEphemerides interface from SharpAstrology.Base. It uses the SwissEphNet project, which provides bindings for the C-library swisseph. Be aware of the dual licence of swisseph. |
|
VedAstro.Library
Powerful open-source vedic astrology calculator library |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SwissEphNet:
Repository | Stars |
---|---|
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
|
Version | Downloads | Last updated |
---|---|---|
2.8.0.2 | 8,555 | 12/15/2019 |
2.8.0.1 | 776 | 7/2/2019 |
2.7.1.3 | 594 | 6/30/2019 |
2.7.1-beta | 474 | 5/20/2019 |
2.6.0.25 | 1,150 | 9/23/2018 |
2.6.0.23 | 1,401 | 10/28/2017 |
2.6.0.22 | 1,135 | 10/14/2017 |
2.6.0.21 | 1,263 | 8/27/2017 |
2.6.0.18 | 1,092 | 2/8/2017 |
2.5.1.16 | 1,023 | 2/5/2017 |
2.5.1.14 | 1,391 | 10/27/2016 |
2.5.1.14-beta-2 | 1,040 | 10/27/2016 |
2.5.1.13 | 1,519 | 6/18/2016 |
2.4.0.12 | 1,254 | 4/2/2016 |
2.4.0.11 | 1,349 | 1/29/2016 |
2.4.0.10 | 1,395 | 10/24/2015 |
2.2.1.9 | 1,336 | 9/5/2015 |
2.1.0.6 | 1,465 | 5/27/2015 |
2.0.0.5 | 1,264 | 8/16/2014 |
2.0.0.4 | 1,438 | 6/4/2014 |
2.0.0.3 | 1,166 | 5/21/2014 |
2.0.0.2 | 1,120 | 5/9/2014 |
2.4.0.12 :
- Bug fixes.
2.4.0.11 :
- Bug fix on the sideral calculation.
2.4.0.10 :
- Update the code to the Swiss Ephemeris 2.04.00 version.
- Correct the code remove all static fields to permit multiple calculations with multiple SwissEph instances.
2.2.1.9 :
- Update the code to the Swiss Ephemeris 2.02.01 version.
2.1.0.6 :
- Update the code to the Swiss Ephemeris 2.01.00 version.
2.0.0.5 :
- Fix an error : some swed data (like topocentric position) was reseted on each swe_close() call.