ArkonSharp by Bloom

<PackageReference Include="ArkonSharp" Version="3.0.2" />

 ArkonSharp 3.0.2

Rcon Library to work with Ark Survival Evolved commands

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ArkonSharp</id>
    <version>3.0.2</version>
    <title>ArkonSharp</title>
    <authors>Bloom</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <description>Rcon Library to work with Ark Survival Evolved commands</description>
    <repository type="github" url="https://github.com/visualies/ArkonSharp" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="RconSharp" version="2.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>