Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
parzivail committed Aug 13, 2019
1 parent 66440f6 commit 898f831
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SGP.NET/SGP.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.4</TargetFrameworks>
<PackageId>SGP.NET</PackageId>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
<Authors>parzivail</Authors>
<Company>parzivail</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -17,8 +17,9 @@
<Description>C# SGP4 Satellite Prediction Library. Multi-function library with support for loading satellites from TLEs, converting between coordinate systems and reference frames, observing satellites from ground stations, and creating schedules of observations over periods of time.</Description>
<GenerateDocumentationFile Condition="'$(Configuration)'=='Release'">true</GenerateDocumentationFile>
<RootNamespace>SGPdotNET</RootNamespace>
<PackageReleaseNotes>Fix infinte recursion when comparing coordinate equality,
Fix coordinate observations when obsercing ECI coordinates at times other than the internal ECI time</PackageReleaseNotes>
<PackageReleaseNotes>Throw exception when DateTimes are found to have an unspecified Kind (i.e. neither UTC nor Local) (thanks davidtgillard and bretcope!),
ensure that DateTime.Round returns a date with the same Kind as input DateTime (thanks davidtgillard!),
Remove Microsoft.SourceLink.Github dependency (thanks davidtgillard!)</PackageReleaseNotes>
<AssemblyVersion>1.0.7.0</AssemblyVersion>
<FileVersion>1.0.7.0</FileVersion>
</PropertyGroup>
Expand Down

0 comments on commit 898f831

Please sign in to comment.