AwesomeSockets 1.4.18

There is a newer version of this package available.
See the version list below for details.
dotnet add package AwesomeSockets --version 1.4.18
NuGet\Install-Package AwesomeSockets -Version 1.4.18
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="AwesomeSockets" Version="1.4.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AwesomeSockets --version 1.4.18
#r "nuget: AwesomeSockets, 1.4.18"
#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 AwesomeSockets as a Cake Addin
#addin nuget:?package=AwesomeSockets&version=1.4.18

// Install AwesomeSockets as a Cake Tool
#tool nuget:?package=AwesomeSockets&version=1.4.18

A fast, lightweight, and easy to use socket library for C#.

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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AwesomeSockets:

Package Downloads
XSocket

A library to exchange commands through network.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.18 1,918 1/28/2020
2.0.8 3,002 3/2/2017
2.0.7 1,713 12/18/2016
2.0.6 1,629 12/17/2016
1.4.22 1,627 12/17/2016
1.4.19 2,224 9/4/2016
1.4.18 2,108 3/30/2016
1.4.17 1,851 3/30/2016
1.4.16 1,860 3/30/2016
1.4.15 2,275 5/12/2015
1.4.12 3,494 4/21/2014
1.4.8 2,304 4/21/2014
1.4.7 2,361 4/21/2014
1.4.6 2,350 4/14/2014
1.4.2 2,136 3/4/2014
1.4.1 1,908 3/4/2014
1.3.54 2,029 2/14/2014
1.3.52 1,920 2/14/2014
1.3.51 2,021 1/9/2014
1.3.48 2,036 12/3/2013
1.2.1 3,253 10/24/2013

Fixed broken send/receive code
Removed brittle buffer encryption/decryption routines. will be fixed at a future date
Reverted back to Bitconverter as it is actually Mono capable. Confirmed with Alan McGovern