Komodo.Classes by Joel Christner

<PackageReference Include="Komodo.Classes" Version="1.5.0.10" />

 Komodo.Classes 1.5.0.10

Do not install directly. Supporting classes for Komodo. Please either install Komodo.Daemon to integrate search within your application, or Komodo.Server to run a standalone server. Komodo is an information search, storage, and retrieval platform.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Komodo.Classes</id>
    <version>1.5.0.10</version>
    <authors>Joel Christner</authors>
    <owners>Joel Christner</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="file">LICENSE.md</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/jchristn/komodo</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/jchristn/komodo/master/Assets/komodo-icon.ico</iconUrl>
    <description>Do not install directly.  Supporting classes for Komodo.  Please either install Komodo.Daemon to integrate search within your application, or Komodo.Server to run a standalone server.  Komodo is an information search, storage, and retrieval platform.</description>
    <releaseNotes>Refactor and Komodo.Daemon</releaseNotes>
    <copyright>(c)2020 Joel Christner</copyright>
    <tags>komodo information search storage retrieval rest restful api blob object crawl index json html sql text xml data management metadata</tags>
    <repository type="Github" url="https://github.com/jchristn/komodo" />
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="BlobHelper" version="2.0.2" exclude="Build,Analyzers" />
        <dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" />
        <dependency id="WatsonORM" version="1.2.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>