﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>HttpToSocks5Proxy</id>
    <version>10.0.0</version>
    <authors>SockNet</authors>
    <description>This is a class that implements the IWebProxy interface to act as an HTTP(S) proxy while connecting to a SOCKS5 server behind the scenes. Upgraded to .NET 10.0</description>
    <copyright>Copyright © SockNet 2026</copyright>
    <tags>Proxy Socks5 Socks Http Net10</tags>
    <repository type="git" commit="1d46e76ddf9c2b9052d273815fea91ba79f3d791" />
    <dependencies>
      <group targetFramework="net10.0" />
    </dependencies>
  </metadata>
</package>