Skip to content

Commit

Permalink
Features/removespicedependencies (#219)
Browse files Browse the repository at this point in the history
* Add bodies factory

* Get orbital parameters relative to given epoch

* Fixes

* Upgrade sgp4

* Add ref to one_sgp
  • Loading branch information
sylvain-guillet authored Oct 2, 2024
1 parent b73bca1 commit b71cb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<FileVersion>0.0.1</FileVersion>
<PackAsTool>true</PackAsTool>
<ToolCommandName>astro</ToolCommandName>
<Version>0.5.0-preview-10</Version>
<Version>0.6.0-preview-1</Version>
<Title>Astrodynamics command line interface</Title>
<Authors>Sylvain Guillet</Authors>
<Description>This CLI allows end user to exploit IO.Astrodynamics framework </Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>IO.Astrodynamics</id>
<authors>Sylvain Guillet</authors>
<copyright>Sylvain Guillet</copyright>
<version>6.0.0-preview-10</version>
<version>6.1.0-preview-1</version>
<title>Astrodynamics framework</title>
<icon>images\dragonfly-dark-trans.png</icon>
<readme>docs\README.md</readme>
Expand All @@ -21,6 +21,7 @@
<files>
<!-- binding libraries -->
<file src="bin/Release/net8.0/IO.Astrodynamics.Net.dll" target="lib/net8.0"/>
<file src="resources/One_Sgp4.dll" target="lib/net8.0"/>
<!-- native libraries -->
<file src="resources/IO.Astrodynamics.dll" target="runtimes/windows10-x64"/>
<file src="resources/IO.Astrodynamics.lib" target="runtimes/windows10-x64"/>
Expand Down

0 comments on commit b71cb24

Please sign in to comment.