Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Feb 26, 2020
1 parent 74246e9 commit 9e06795
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
34 changes: 19 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
# Version 1.0.12 (26-02-2020)
* Added methods to retrieve information about API
* Cleaned up code

# Version 1.0.11 (30-07-2019)
* Remove filters that aren't present in API
* Fix potential deadlock when using sync version of methods
* Fix a lot of smaller issues
* Removed filters that aren't present in API
* Fixed potential deadlock when using sync version of methods
* Fixed a lot of smaller issues

# Version 1.0.10 (05-02-2019)
* Fix deserialization errors (thanks martindevans)
* Remove unused core statuses
* Fixed deserialization errors (thanks martindevans)
* Removed unused core statuses

# Version 1.0.9 (20-12-2018)
* Fix deserialization errors (thanks martindevans)
* Fixed deserialization errors (thanks martindevans)

# Version 1.0.8 (23-09-2018)
* Add new landing place
* Added new landing place

# Version 1.0.7 (11-09-2018)
* Fix missions property in detailed cores and capsules
* Fixed missions property in detailed cores and capsules

# Version 1.0.6 (09-09-2018)
* Add new orbit type (SO)
* Added new orbit type (SO)

# Version 1.0.5 (08-09-2018)
* Add new orbit type (MEO)
* Fix invalid data types in some models which caused deserialization errors
* Added new orbit type (MEO)
* Fixed invalid data types in some models which caused deserialization errors

# Version 1.0.4 (24-08-2018)
* Add a lot of new data to models
* Added a lot of new data to models

# Version 1.0.3 (16-08-2018)
* Add OnResponseReceive and OnRequestSend events
* Add Roadster endpoint
* Fix exception related with new landing zone (LZ-3)
* Added OnResponseReceive and OnRequestSend events
* Added Roadster endpoint
* Fixed exception related with new landing zone (LZ-3)
* Some minor changes and fixes

# Version 1.0.2 (02-06-2018)
Expand Down
5 changes: 3 additions & 2 deletions Oddity/Oddity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<RepositoryUrl>https://github.com/Tearth/Oddity</RepositoryUrl>
<PackageProjectUrl>https://github.com/Tearth/Oddity</PackageProjectUrl>
<PackageTags>oddity spacex api wrapper dotnet .net csharp dotnetstandard .netstandard standard core framework</PackageTags>
<PackageReleaseNotes>* Add methods to retrieve information about API</PackageReleaseNotes>
<PackageReleaseNotes>* Added methods to retrieve information about API
* Cleaned up code</PackageReleaseNotes>
<Description>SpaceX API wrapper for .NET based on the https://github.com/r-spacex/SpaceX-API project.</Description>
<Copyright>Tearth 2019</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -17,7 +18,7 @@
<FileVersion>1.0.12.0</FileVersion>
<Version>1.0.12</Version>
<ApplicationIcon></ApplicationIcon>
<PackageIconUrl>https://raw.githubusercontent.com/Tearth/Oddity/develop/Oddity/icon.ico</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/Tearth/Oddity/develop/icon.png</PackageIconUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

Expand Down

0 comments on commit 9e06795

Please sign in to comment.