v1.6.1
This release includes support for a couple of additional customizations:
- Ability to change the API hostname(s) in case you want to run a proxy API server (see the documentation for more information)
- Ability to change the Mumble Link reader for mocking, or to use a different method and/or source for Mumble Link
HTTP
Mumble Link
- Add support for custom Mumble Link readers (#110)
- Add
MumbleClientReaderFactory
property toGw2Sharp.IConnection
that constructs a new Mumble Link reader that implementsGw2Sharp.Mumble.IGw2MumbleClientReader
- .NET 5 and up:
SupportedOSPlatformAttribute
s have been moved around to support these changes - The following structs that are used in the reader have been made public:
Gw2Sharp.Mumble.Gw2LinkedMem
,Gw2Sharp.Mumble.Gw2Context
andGw2Sharp.Mumble.Models.UiState
- Add