Tgstation.Server.Client 19.3.0

dotnet add package Tgstation.Server.Client --version 19.3.0
                    
NuGet\Install-Package Tgstation.Server.Client -Version 19.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tgstation.Server.Client" Version="19.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tgstation.Server.Client" Version="19.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Tgstation.Server.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tgstation.Server.Client --version 19.3.0
                    
#r "nuget: Tgstation.Server.Client, 19.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Tgstation.Server.Client&version=19.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Tgstation.Server.Client&version=19.3.0
                    
Install as a Cake Tool

tgstation-server Client Library

This library is used for accessing tgstation-server instances via .NET code.

Examples

Connecting to a Server:

using System.Threading;
using System.Threading.Tasks;

using Tgstation.Server.Api;
using Tgstation.Server.Client;

...

async ValueTask<IServerClient> CreateClientWithDefaultCredentials(CancellationToken cancellationToken)
{
	

	return await clientFactory.CreateFromLogin(
		url,
		DefaultCredentials.AdminUserName,
		DefaultCredentials.DefaultAdminUserPassword,
		cancellationToken: cancellationToken);
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
19.3.0 154 11/3/2024
19.2.0 107 11/2/2024
19.1.0 125 10/7/2024
18.0.0 129 9/10/2024
17.1.0 107 9/8/2024
17.0.0 120 9/4/2024
16.0.0 133 8/12/2024
15.6.0 93 7/27/2024
15.5.0 124 7/21/2024
15.4.0 131 7/6/2024
15.3.0 139 4/21/2024
15.2.0 127 2/23/2024
15.1.0 132 2/3/2024
15.0.1 178 12/26/2023
15.0.0 12,744 12/24/2023
14.2.0 195 11/17/2023
14.1.0 158 11/7/2023
14.0.0 154 11/5/2023
13.0.0 167 10/21/2023
12.1.2 188 8/24/2023
12.1.1 161 8/23/2023
12.1.0 158 8/22/2023
12.0.0 209 7/14/2023
11.4.3 206 5/30/2023
11.4.2 221 4/29/2023
11.4.1 221 4/26/2023
11.4.0 221 4/25/2023
11.3.0 240 4/3/2023
11.2.1 3,812 2/15/2023
11.2.0 356 1/22/2023
11.0.0 432 10/3/2022
10.7.1 462 9/20/2022
10.7.0 459 8/24/2022
10.6.0 482 8/12/2022
10.5.0 458 7/18/2022
10.4.1 562 10/12/2021
10.4.0 452 10/8/2021
10.3.0 394 9/27/2021
10.2.0 461 8/29/2021
10.1.0 393 8/12/2021
10.0.0 480 2/21/2021
9.2.0 492 1/22/2021
9.1.2 549 1/12/2021
9.1.1 477 1/1/2021
9.1.0 503 12/30/2020
9.0.0 462 12/29/2020
8.4.0 749 11/7/2020
8.3.2 527 9/7/2020
8.3.1 529 8/29/2020
8.3.0 558 8/25/2020
8.2.0 586 8/10/2020
8.1.0 539 7/30/2020
8.0.0 653 7/10/2020
7.3.0 602 7/9/2020 7.3.0 is deprecated because it has critical bugs.
7.2.0 610 6/9/2020
7.1.1 558 6/1/2020
7.1.0 649 5/28/2020
7.0.1 594 5/25/2020
7.0.0 604 5/24/2020
6.3.0 613 5/18/2020
6.2.0 563 5/16/2020
6.1.0 696 5/13/2020
6.0.0 591 5/8/2020
4.0.3 658 3/30/2020
4.0.2 942 10/13/2018
4.0.1 839 10/2/2018
4.0.0 887 9/28/2018
4.0.0-preview9116 773 9/22/2018
4.0.0-preview9115 695 9/21/2018
4.0.0-preview9114 720 9/21/2018
4.0.0-preview9113 683 9/21/2018
4.0.0-preview9112 731 9/21/2018
4.0.0-preview9111 736 9/19/2018
4.0.0-preview9110 742 9/18/2018
4.0.0-preview9109 711 9/16/2018
4.0.0-preview9108 723 9/16/2018
4.0.0-preview9107 731 9/15/2018
4.0.0-preview9106 743 9/15/2018
4.0.0-preview9105 749 9/14/2018
4.0.0-preview9104 757 9/13/2018
4.0.0-preview9103 746 9/10/2018
4.0.0-preview9102 712 9/7/2018
4.0.0-preview9101 764 9/6/2018
4.0.0-preview9 742 8/29/2018
4.0.0-preview8 727 8/28/2018
4.0.0-preview7 762 8/27/2018
4.0.0-preview6 706 8/27/2018
4.0.0-preview5 735 8/27/2018
4.0.0-preview4 751 8/25/2018
4.0.0-preview3 751 8/21/2018
4.0.0-preview2 766 8/20/2018
4.0.0-preview11 728 8/31/2018
4.0.0-preview10 716 8/29/2018
4.0.0-preview1 792 8/14/2018

Full changelog can be found here: https://raw.githubusercontent.com/tgstation/tgstation-server/gh-pages/changelog.yml.

- Updated to API library version 16.2.0. (#1997 @Cyberboss)
- Update API Library to v16.3.0 (#1998 @Cyberboss)