unofficial.flayan.enet 1.3.13

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

// Install unofficial.flayan.enet as a Cake Tool
#tool nuget:?package=unofficial.flayan.enet&version=1.3.13

ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol).The primary feature it provides is optional reliable, in-order delivery of packets.

ENet omits certain higher level networking features such as authentication, lobbying, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable.

This is an unofficial release of the library

Product Compatible and additional computed target framework versions.
native native is compatible. 
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

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.3.13 1,385 2/20/2017

* miscellaneous bug fixes
* added premake and cmake support
* miscellaneous documentation cleanups