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.
<PackageVersion Include="Byond.TopicSender" Version="8.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Byond.TopicSender" />
                    
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 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.
#addin nuget:?package=Byond.TopicSender&version=8.0.1
                    
Install Byond.TopicSender as a Cake Addin
#tool nuget:?package=Byond.TopicSender&version=8.0.1
                    
Install Byond.TopicSender as a Cake Tool

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.  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. 
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 104,579 12/18/2023
8.0.0 1,147 12/16/2023
7.1.0 542 12/15/2023 7.1.0 is deprecated because it has critical bugs.
7.0.8 23,590 8/23/2023 7.0.8 is deprecated because it has critical bugs.
7.0.7 415 8/23/2023 7.0.7 is deprecated.
7.0.6 438 8/23/2023 7.0.6 is deprecated.
7.0.5 426 8/23/2023 7.0.5 is deprecated.
7.0.4 462 8/23/2023 7.0.4 is deprecated.
7.0.3 355 8/23/2023 7.0.3 is deprecated.
7.0.2 506 8/22/2023 7.0.2 is deprecated.
7.0.1 39,371 6/11/2023 7.0.1 is deprecated because it has critical bugs.
7.0.0 585 6/11/2023 7.0.0 is deprecated because it has critical bugs.
6.0.1 569 6/11/2023 6.0.1 is deprecated because it has critical bugs.
6.0.0 575 6/10/2023 6.0.0 is deprecated because it has critical bugs.
5.0.0 48,307 5/15/2020 5.0.0 is deprecated because it has critical bugs.
4.0.1 868 5/14/2020 4.0.1 is deprecated because it has critical bugs.
4.0.0 1,125 5/11/2020 4.0.0 is deprecated because it has critical bugs.
3.0.1 1,133 5/7/2020 3.0.1 is deprecated because it has critical bugs.
3.0.0 990 5/7/2020 3.0.0 is deprecated because it has critical bugs.
2.0.0 1,496 4/21/2020 2.0.0 is deprecated because it has critical bugs.
1.1.4 3,857 9/28/2018 1.1.4 is deprecated because it has critical bugs.
1.1.3 1,120 9/27/2018 1.1.3 is deprecated because it has critical bugs.
1.1.2 2,740 8/18/2018 1.1.2 is deprecated because it has critical bugs.
1.1.1 1,799 7/23/2018 1.1.1 is deprecated because it has critical bugs.
1.1.0.1 2,170 2/21/2018 1.1.0.1 is deprecated because it has critical bugs.

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