Skip to content

Commit 641ee24

Browse files
feature/patched_conics (#232)
* Compute time to given radius * Upgrade package version
1 parent e0c667e commit 641ee24

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

IO.Astrodynamics.Net/IO.Astrodynamics.CLI/IO.Astrodynamics.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<FileVersion>0.0.1</FileVersion>
1010
<PackAsTool>true</PackAsTool>
1111
<ToolCommandName>astro</ToolCommandName>
12-
<Version>0.6.3.1</Version>
12+
<Version>0.6.4.0</Version>
1313
<Title>Astrodynamics command line interface</Title>
1414
<Authors>Sylvain Guillet</Authors>
1515
<Description>This CLI allows end user to exploit IO.Astrodynamics framework </Description>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IO.Astrodynamics", "IO.Astrodynamics.csproj", "{B74B2615-57FB-4D7E-AE1D-CA117D4F8E67}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{B74B2615-57FB-4D7E-AE1D-CA117D4F8E67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{B74B2615-57FB-4D7E-AE1D-CA117D4F8E67}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{B74B2615-57FB-4D7E-AE1D-CA117D4F8E67}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{B74B2615-57FB-4D7E-AE1D-CA117D4F8E67}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {DA7FBF02-5629-4028-87D2-805F85CB55B9}
24+
EndGlobalSection
25+
EndGlobal

IO.Astrodynamics.Net/IO.Astrodynamics/IO.Astrodynamics.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>IO.Astrodynamics</id>
55
<authors>Sylvain Guillet</authors>
66
<copyright>Sylvain Guillet</copyright>
7-
<version>6.3.0</version>
7+
<version>6.4.0</version>
88
<title>Astrodynamics framework</title>
99
<icon>images\dragonfly-dark-trans.png</icon>
1010
<readme>docs\README.md</readme>

IO.Astrodynamics.Net/IO.Astrodynamics/OrbitalParameters/KeplerianElements.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ public override double MeanAnomaly()
165165
return M;
166166
}
167167

168-
169-
170168
#region Operator
171169

172170
public bool Equals(KeplerianElements other)

0 commit comments

Comments
 (0)