SwissEphNet 2.5.1.13

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

// Install SwissEphNet as a Cake Tool
#tool nuget:?package=SwissEphNet&version=2.5.1.13

A Swiss Ephemeris .Net portage

There are no supported framework assets in this package.

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
VedAstro.Library

Powerful open-source vedic astrology calculator library

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.8.0.2 5,846 12/15/2019
2.8.0.1 753 7/2/2019
2.7.1.3 565 6/30/2019
2.7.1-beta 456 5/20/2019
2.6.0.25 1,112 9/23/2018
2.6.0.23 1,373 10/28/2017
2.6.0.22 1,115 10/14/2017
2.6.0.21 1,210 8/27/2017
2.6.0.18 1,074 2/8/2017
2.5.1.16 995 2/5/2017
2.5.1.14 1,364 10/27/2016
2.5.1.14-beta-2 1,020 10/27/2016
2.5.1.13 1,491 6/18/2016
2.4.0.12 1,222 4/2/2016
2.4.0.11 1,315 1/29/2016
2.4.0.10 1,359 10/24/2015
2.2.1.9 1,308 9/5/2015
2.1.0.6 1,439 5/27/2015
2.0.0.5 1,239 8/16/2014
2.0.0.4 1,399 6/4/2014
2.0.0.3 1,133 5/21/2014
2.0.0.2 1,094 5/9/2014

2.5.1.13 :
- Update the code to the Swiss Ephemeris 2.05.01 version.
     
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.