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

Features/observation #105

Merged
merged 3 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading