Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Features/observation (#105)
Browse files Browse the repository at this point in the history
* Add Epoch to equatorial and horizontal coordinates

* Fix Horizontal naming
  • Loading branch information
sylvain-guillet authored May 27, 2024
1 parent 1a9c5ab commit 775a789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IO.Astrodynamics.CLI/IO.Astrodynamics.CLI.csproj
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.1.10</Version>
<Version>0.1.11</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
2 changes: 1 addition & 1 deletion IO.Astrodynamics/Coordinates/Horizontal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

namespace IO.Astrodynamics.Coordinates
{
public readonly record struct Horizontal(double Azimuth, double Elevation, double Range, DateTime epoch);
public readonly record struct Horizontal(double Azimuth, double Elevation, double Range, DateTime Epoch);
}
2 changes: 1 addition & 1 deletion IO.Astrodynamics/IO.Astrodynamics.nuspec
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>3.2.0</version>
<version>3.2.1</version>
<title>Astrodynamics framework</title>
<icon>images\dragonfly-dark-trans.png</icon>
<readme>docs\README.md</readme>
Expand Down

0 comments on commit 775a789

Please sign in to comment.