Supportify by Jordan Yaker

<PackageReference Include="Supportify" Version="1.0.4" />

 Supportify 1.0.4

The core API access and authentication components necessary for interacting with Supportify.io from a .NET application.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Supportify</id>
    <version>1.0.4</version>
    <title>Supportify .NET Core Components</title>
    <authors>Jordan Yaker</authors>
    <owners>Supportify.io</owners>
    <projectUrl>https://github.com/supportify/supportify-net</projectUrl>
    <iconUrl>https://www.supportify.io/content/images/logo_medium.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The core API access and authentication components necessary for interacting with Supportify.io from a .NET application.</description>
    <copyright>Copyright © 2013 Supportify, Inc.</copyright>
    <language>en-US</language>
    <tags>help support Supportify api rest</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="RestSharp" version="104.1" />
        <dependency id="ServiceStack.Text" version="3.9.33" />
      </group>
    </dependencies>
  </metadata>
</package>