IpStack 1.0.0
A .NET Core client wrapper for accessing the ipstack API.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>IpStack</id>
<version>1.0.0</version>
<authors>mattosaurus</authors>
<owners>mattosaurus</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET Core client wrapper for accessing the ipstack API.</description>
<releaseNotes>Creation.</releaseNotes>
<tags>ipstack geolocation ip address</tags>
<repository url="https://github.com/mattosaurus/IpStack" />
<dependencies>
<group targetFramework=".NETCoreApp2.1">
<dependency id="RestSharp" version="106.3.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>