Stormancer.GameServers.Agent 0.3.0.8

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global Stormancer.GameServers.Agent --version 0.3.0.8
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Stormancer.GameServers.Agent --version 0.3.0.8
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Stormancer.GameServers.Agent&version=0.3.0.8
nuke :add-package Stormancer.GameServers.Agent --version 0.3.0.8

The Stormancer.GameServer.Agent tool provides a way to control a docker daemon to start, monitor and stop gameservers linked to Stormancer gamesessions.

Configuration

"Agent": { "StormancerEndpoint": "https://serverendpoint.com", "StormancerAccount": "account", "StormancerApplication": "app", "PrivateKeyPassword": "password", "PrivateKeyPath": "<path-to-the-private-key-authenticating-the-agent.pfx>" }

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.5.1.2-pre 54 3/11/2024
0.5.1.1-pre 66 3/11/2024
0.5.1-pre 79 1/17/2024
0.5.0.24-pre 101 12/13/2023
0.5.0.23-pre 129 11/14/2023
0.5.0.22-pre 76 11/13/2023
0.5.0.21-pre 72 11/12/2023
0.5.0.20-pre 102 11/12/2023
0.5.0.19-pre 117 11/12/2023
0.5.0.18-pre 86 11/12/2023
0.5.0.17-pre 89 11/12/2023
0.5.0.16-pre 114 11/12/2023
0.5.0.15-pre 71 11/11/2023
0.5.0.10-pre 56 11/7/2023
0.5.0.9-pre 172 11/3/2023
0.5.0.8-pre 159 11/3/2023
0.5.0.6-pre 160 11/3/2023
0.5.0.5-pre 156 11/3/2023
0.5.0.4-pre 220 10/25/2023
0.5.0.3-pre 213 10/25/2023
0.5.0.2-pre 203 10/17/2023
0.5.0.1-pre 213 5/11/2023
0.5.0-pre 176 5/11/2023
0.4.0-pre 187 5/9/2023
0.3.0.8 187 5/9/2023
0.3.0.8-pre 228 5/5/2023
0.3.0.7-pre 164 5/3/2023
0.3.0.6-pre 239 4/26/2023
0.3.0.5-pre 149 4/26/2023
0.3.0.4-pre 165 4/18/2023
0.3.0.2-pre 288 4/13/2023
0.3.0.1-pre 205 4/13/2023
0.3.0-pre 169 4/13/2023
0.2.1.3-pre 205 4/6/2023
0.2.1.2-pre 201 4/6/2023
0.2.1.1-pre 243 4/6/2023
0.2.1-pre 236 4/6/2023
0.2.0 186 4/4/2023
0.2.0-pre 218 3/31/2023
0.1.0-pre 250 3/21/2023

Changed
*******
- Add support for multiple apps to agents.
- GetStatus now reports the reserved resources on the node.
- Support more than 8Gb of total reservable memory.
- Add code to also reconnect to the serverpools scene on server reconnect.