Byond.TopicSender 8.0.1

dotnet add package Byond.TopicSender --version 8.0.1
NuGet\Install-Package Byond.TopicSender -Version 8.0.1
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="Byond.TopicSender" Version="8.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Byond.TopicSender --version 8.0.1
#r "nuget: Byond.TopicSender, 8.0.1"
#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.
// Install Byond.TopicSender as a Cake Addin
#addin nuget:?package=Byond.TopicSender&version=8.0.1

// Install Byond.TopicSender as a Cake Tool
#tool nuget:?package=Byond.TopicSender&version=8.0.1

Library for asynchronously sending valid topic strings to /world/Topic() in BYOND servers.

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 is compatible.  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 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Byond.TopicSender:

Repository Stars
OpenDreamProject/OpenDream
A project for running games made in the DM programming language
Version Downloads Last updated
8.0.1 30,689 12/18/2023
8.0.0 1,102 12/16/2023
7.1.0 488 12/15/2023
7.0.8 23,536 8/23/2023
7.0.7 375 8/23/2023
7.0.6 398 8/23/2023
7.0.5 377 8/23/2023
7.0.4 420 8/23/2023
7.0.3 310 8/23/2023
7.0.2 468 8/22/2023
7.0.1 37,384 6/11/2023
7.0.0 539 6/11/2023
6.0.1 513 6/11/2023
6.0.0 521 6/10/2023
5.0.0 48,174 5/15/2020
4.0.1 800 5/14/2020
4.0.0 1,051 5/11/2020
3.0.1 1,063 5/7/2020
3.0.0 907 5/7/2020
2.0.0 1,410 4/21/2020
1.1.4 3,768 9/28/2018
1.1.3 1,040 9/27/2018
1.1.2 2,653 8/18/2018
1.1.1 1,685 7/23/2018
1.1.0.1 2,009 2/21/2018

Fixed regression removing default `null` for `TopicClient`'s `logger` constructor parameter.