Releases: ASCOMInitiative/AlpacaRazorDriverDemo
Release list
v0.5.alpha03
This is the first test release of the C# Alpaca templates. These use the ASCOM OmniSim Razor code to create the APIs.
To install
- Download the attached Nuget package (ASCOM.Alpaca.Templates.0.5.0-alpha03.nupkg)
- Install with dotnet new
dotnet new install .\ASCOM.Alpaca.Templates.0.5.0-alpha03.nupkg
You should see a message that looks like:
Success: ASCOM.Alpaca.Templates::1.0.0 installed the following templates:
Template Name Short Name Language Tags
------------------ ---------- -------- ----
ASCOM Alpaca Razor alpacacs [C#]
- To print the Help Information
dotnet new alpacacs -hCurrently the Project Name, DriverID, Manufacturer, Port and Server Name can be set - For example:
dotnet new alpacacs -n DansDriver -dr DansDriver.Alpaca -m "Daniel Van Noord" -p 34567 -s "A Sample Alpaca Server"
Creates a new driver named DansDriver with ID, Manufacturer, Port and Server Name set. If you don't set the name it should use the name of the containing folder. You can then run the created project by entering the folder and starting it with dotnet run.
5. To remove: dotnet new uninstall ASCOM.Alpaca.Templates
v0.5.0.alpha02
This is the first test release of the C# Alpaca templates. These use the ASCOM OmniSim Razor code to create the APIs.
To install
- Download the attached Nuget package (ASCOM.Alpaca.Templates.0.5.0-alpha02.nupkg)
- Install with dotnet new
dotnet new install .\ASCOM.Alpaca.Templates.0.5.0-alpha02.nupkg
You should see a message that looks like:
Success: ASCOM.Alpaca.Templates::1.0.0 installed the following templates:
Template Name Short Name Language Tags
------------------ ---------- -------- ----
ASCOM Alpaca Razor alpacacs [C#]
- To print the Help Information
dotnet new alpacacs -hCurrently the Project Name, DriverID, Manufacturer, Port and Server Name can be set - For example:
dotnet new alpacacs -n DansDriver -dr DansDriver.Alpaca -m "Daniel Van Noord" -p 34567 -s "A Sample Alpaca Server"
Creates a new driver named DansDriver with ID, Manufacturer, Port and Server Name set. If you don't set the name it should use the name of the containing folder. You can then run the created project by entering the folder and starting it with dotnet run.
5. To remove: dotnet new uninstall ASCOM.Alpaca.Templates