SwissEphNet 2.4.0.11
See the version list below for details.
dotnet add package SwissEphNet --version 2.4.0.11
NuGet\Install-Package SwissEphNet -Version 2.4.0.11
<PackageReference Include="SwissEphNet" Version="2.4.0.11" />
paket add SwissEphNet --version 2.4.0.11
#r "nuget: SwissEphNet, 2.4.0.11"
// Install SwissEphNet as a Cake Addin #addin nuget:?package=SwissEphNet&version=2.4.0.11 // Install SwissEphNet as a Cake Tool #tool nuget:?package=SwissEphNet&version=2.4.0.11
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 | 10,290 | 12/15/2019 |
2.8.0.1 | 786 | 7/2/2019 |
2.7.1.3 | 604 | 6/30/2019 |
2.7.1-beta | 480 | 5/20/2019 |
2.6.0.25 | 1,166 | 9/23/2018 |
2.6.0.23 | 1,416 | 10/28/2017 |
2.6.0.22 | 1,149 | 10/14/2017 |
2.6.0.21 | 1,284 | 8/27/2017 |
2.6.0.18 | 1,107 | 2/8/2017 |
2.5.1.16 | 1,038 | 2/5/2017 |
2.5.1.14 | 1,403 | 10/27/2016 |
2.5.1.14-beta-2 | 1,048 | 10/27/2016 |
2.5.1.13 | 1,532 | 6/18/2016 |
2.4.0.12 | 1,274 | 4/2/2016 |
2.4.0.11 | 1,363 | 1/29/2016 |
2.4.0.10 | 1,408 | 10/24/2015 |
2.2.1.9 | 1,349 | 9/5/2015 |
2.1.0.6 | 1,480 | 5/27/2015 |
2.0.0.5 | 1,277 | 8/16/2014 |
2.0.0.4 | 1,460 | 6/4/2014 |
2.0.0.3 | 1,182 | 5/21/2014 |
2.0.0.2 | 1,138 | 5/9/2014 |
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.