Skip to content

Commit

Permalink
Updated change logs, version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusas committed Jun 15, 2022
1 parent 2e5d75a commit 2377582
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions builds/api/notices/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Fixed the issue of truncating the exponent when writing long decimal
numbers with scientific notation to the solve result WCS FITS file headers.



## [1.1.2] - 2022-04-18

### Fixed

- Fixed exceptions with ARM processors when running in 32bit operating systems
("A datatype misalignment was detected in a load or store instruction")
which was unexpectedly caused by the previous quad database format changes.
Expand Down
9 changes: 9 additions & 0 deletions builds/cli/notices/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Fixed

- Fixed the issue of truncating the exponent when writing long decimal
numbers with scientific notation to the solve result WCS FITS file headers.



## [1.1.2] - 2022-04-18

### Fixed

- Fixed exceptions with ARM processors when running in 32bit operating systems
("A datatype misalignment was detected in a load or store instruction")
which was unexpectedly caused by the previous quad database format changes.
Expand Down
2 changes: 1 addition & 1 deletion src/WatneyAstrometry.Core/WatneyAstrometry.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Platforms>AnyCPU;x64</Platforms>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<Authors>Jussi Saarivirta</Authors>
<Product>WatneyAstrometry.Core</Product>
<Description>WatneyAstrometry.Core is the core library of the WatneyAstrometry Astrometric Solver.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Jussi Saarivirta</Authors>
<Company />
<Product>Watney Astrometric Solver</Product>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<PackageId>WatneyAstrometrySolver</PackageId>
<AssemblyName>watney-solve</AssemblyName>
<RootNamespace>WatneyAstrometry.SolverApp</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/WatneyAstrometry.WebApi/WatneyAstrometry.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>apidoc.xml</DocumentationFile>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<AssemblyName>watney-api</AssemblyName>
</PropertyGroup>

Expand Down

0 comments on commit 2377582

Please sign in to comment.