MossbauerLab.TinyTcpServer.Core 1.2.1

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

// Install MossbauerLab.TinyTcpServer.Core as a Cake Tool
#tool nuget:?package=MossbauerLab.TinyTcpServer.Core&version=1.2.1

A tiny (ligthweight) tcp server providing tcp infrastructure and hooks (on client data exchange) for application with possibility to specify behaviour dynamically via C# script.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

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
1.2.1 1,785 3/29/2018
1.2.0 1,702 9/14/2017
1.1.2 1,427 7/20/2017
1.1.1 1,463 7/14/2017
1.1.0 1,440 7/14/2017
1.0.2 1,562 4/5/2017
1.0.1 1,563 3/27/2017
1.0.0 1,818 1/9/2017

Added way to control compiler options for building more complicated server scripts.