Skip to content

v0.0.1-rc4

Pre-release
Pre-release

Choose a tag to compare

@DanielVanNoord DanielVanNoord released this 03 Dec 01:31
· 547 commits to main since this release

The forth Release Candidate for version 0.0.1 of the ASCOM Alpaca Simulators projects! This supports all Alpaca device types.

Some changes since rc3

  1. Fixed an issue where ImageArrayVariant would not work with 3d arrays
  2. Set ImageArray to be int only
  3. Updated to .Net 6.0
  4. Added support for imagebytes
  5. Other general fixes, see commits for details

The binaries can be started directly or from the command line. Either way they will display a terminal for output / testing. These releases are simple zip / tar.xz files containing the output. For each the main binary is named ascom.alpaca.simulators.

Each OS dependent package was built as a Self Contained (does not require .Net 6.0 to be installed) and Trimmed (size reduced by removing unused platform code). Non Windows targets are Ready to Run AOT Compiled (whatever code can be fully compiled was).

This release includes Windows (x86 and amd64), Linux (amd64, armhf, and aarch64) and macOS amd64 (Intel or Rosetta 2) binaries.

The zip that ends with .Net 6.0 is a release build that is much smaller but it requires .Net 6.0 to be installed on the system. It can be unzipped and started by calling "dotnet .\ascom.alpaca.simulators.dll" or by running the exe on Windows.