Socks5.Net 0.4.0

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

// Install Socks5.Net as a Cake Tool
#tool nuget:?package=Socks5.Net&version=0.4.0

This package partially implements Socks5 Protocol based on RFC-1928

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Socks5.Net:

Package Downloads
Socks5.Net.Extensions

This package provides an obfuscation layer for Socks5.Net

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0 210 10/31/2023
0.3.0 113 10/24/2023
0.2.0 472 9/15/2021

0.4.0 - Support UDP Associate
0.3.0 - .NET 7
0.2.0 - Added release notes
0.1.0 - Initial release