Keen.NET by Rynn Wang

<PackageReference Include="Keen.NET" Version="2.0.3" />

 Keen.NET 2.0.3

Keen IO is an analytics API for modern developers. Track any event: signups, upgrades, impressions, purchases, powerups, errors, shares... Keen IO stores events in arbitrary JSON format, automatically ingesting any new events and rich custom properties you send. Our elegant query APIs make it straightforward to run counts, sums, segmentation, and more.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Keen.NET</id>
    <version>2.0.3</version>
    <title>Keen .Net SDK</title>
    <authors>Rynn Wang</authors>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://keen.io/</projectUrl>
    <iconUrl>https://www.gravatar.com/avatar/b948c4bc2de9618c488431612d2ff99d</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Keen IO is an analytics API for modern developers. Track any event: signups, upgrades, impressions, purchases, powerups, errors, shares... Keen IO stores events in arbitrary JSON format, automatically ingesting any new events and rich custom properties you send. Our elegant query APIs make it straightforward to run counts, sums, segmentation, and more.</description>
    <summary>Keen IO is an analytics API that stores events in arbitrary JSON format. This library is based on official github and added 4 add-ons.</summary>
    <releaseNotes>This release code is folked from Github by David Knaack. 
1. Remove .NET framework 3.5 support 2. Add add-on features in KeenClient.
3. Add query extract by generic T as result.

GitHub: 
Original: https://github.com/keenlabs/keen-sdk-net
Enhanced: https://github.com/ifunction/keen-sdk-net

Add-On features: 
https://keen.io/docs/data-collection/data-enrichment/</releaseNotes>
    <tags>keen.io analytics api rest client statistics geoip</tags>
    <dependencies>
      <group>
        <dependency id="Newtonsoft.Json" version="6.0.7" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Newtonsoft.Json" version="6.0.7" />
      </group>
    </dependencies>
  </metadata>
</package>