Network 6.2.5.23
Network library supporting: TCP, UDP, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations. Examples at: https://www.indie-dev.at/overview-en/ Documentation at: https://www.indie-dev.at/NetworkLib/HelpFile_6.2.5.21/ Fork me: https://github.com/Toemsel/Network
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Network</id>
<version>6.2.5.23</version>
<authors>Thomas Christof</authors>
<owners>Thomas Christof</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://www.indie-dev.at/lizenz/</licenseUrl>
<projectUrl>https://www.indie-dev.at/overview-en/</projectUrl>
<iconUrl>http://indie-dev.at/NetworkLib/Public/Icons/network.ico</iconUrl>
<description>Network library supporting: TCP, UDP, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations.
Examples at: https://www.indie-dev.at/overview-en/
Documentation at: https://www.indie-dev.at/NetworkLib/HelpFile_6.2.5.21/
Fork me: https://github.com/Toemsel/Network</description>
<releaseNotes>+ Documentation update
+ IPv6 support added
+ .NET 5 support added
- Removed .NET46 and .NET5 build target
- Bluetooth support removed</releaseNotes>
<copyright>Indie-Dev</copyright>
<tags>TCP, UDP, Network, Events, Async, RSA</tags>
<repository type="GitHub" url="https://github.com/Toemsel/Network" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="ConsoleTables" version="2.4.2" exclude="Build,Analyzers" />
<dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" />
<dependency id="System.Net.Sockets" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Threading" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Tasks" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.Threading.Timer" version="4.3.0" exclude="Build,Analyzers" />
<dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
<dependency id="System.Xml.XmlDocument" version="4.3.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>