Kalix.Leo by Felix Jorkowski (jorkowski.com)

<PackageReference Include="Kalix.Leo" Version="4.0.2" />

 Kalix.Leo 4.0.2

Library to abstract indexing, querying, encryption and compression on a NoSQL store

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Kalix.Leo</id>
    <version>4.0.2</version>
    <authors>Felix Jorkowski (jorkowski.com)</authors>
    <owners>Kalix (www.kalixhealth.com)</owners>
    <licenseUrl>http://www.ohloh.net/licenses/mslpl</licenseUrl>
    <projectUrl>https://github.com/KalixHealth/Kalix.Leo</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Library to abstract indexing, querying, encryption and compression on a NoSQL store</description>
    <releaseNotes>Make sure that all partitions are disposed of properly when removed from the memory cache</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>Azure Blob Table S3 Encryption Compression</tags>
    <dependencies>
      <dependency id="Kalix.Leo.Core" version="4.0.0" />
      <dependency id="Kalix.Leo.Lucene" version="4.0.0" />
      <dependency id="Kalix.ApiCrypto" version="2.0.0" />
      <dependency id="AsynchronousBridge" version="1.2.2" />
    </dependencies>
  </metadata>
</package>