PommaLabs.KVLite.Core by Alessio Parma <[email protected]>

<PackageReference Include="PommaLabs.KVLite.Core" Version="1.5.2" />

 PommaLabs.KVLite.Core 1.5.2

A simple, timed and persistent key-value store based on SQLite. KVLite offers both a persistent and an in-memory implementation of that kind of store. This package contains the core references for KVLite.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>PommaLabs.KVLite.Core</id>
    <version>1.5.2</version>
    <title>PommaLabs.KVLite (Core)</title>
    <authors>Alessio Parma &lt;[email protected]&gt;</authors>
    <owners>Alessio Parma &lt;[email protected]&gt;</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://bitbucket.org/pomma89/kvlite</projectUrl>
    <iconUrl>https://googledrive.com/host/0B8v0ikF4z2BiR29YQmxfSlE1Sms/Progetti/KVLite/logo-128.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A simple, timed and persistent key-value store based on SQLite. KVLite offers both a persistent and an in-memory implementation of that kind of store.

This package contains the core references for KVLite.</description>
    <summary>A simple, timed and persistent key-value store based on SQLite. KVLite offers both a persistent and an in-memory implementation of that kind of store.</summary>
    <releaseNotes>* Updated System.Data.SQLite to 1.0.96.0.</releaseNotes>
    <copyright>Copyright (c) 2014-2015 Alessio Parma &lt;[email protected]&gt;</copyright>
    <language>en-US</language>
    <tags>sqlite key value store concurrent persistent volatile in-memory cache provider timed</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="CodeProject.ObjectPool" version="1.3.1" />
        <dependency id="Common.Logging" version="3.0.0" />
        <dependency id="Dapper" version="1.39" />
        <dependency id="PommaLabs.GRAMPA" version="2.2.5" />
        <dependency id="System.Data.SQLite.Core.MSIL" version="[1.0.96.0]" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Microsoft.Bcl" version="1.1.10" />
        <dependency id="CodeProject.ObjectPool" version="1.3.1" />
        <dependency id="Common.Logging" version="3.0.0" />
        <dependency id="Dapper" version="1.39" />
        <dependency id="PommaLabs.GRAMPA" version="2.2.5" />
        <dependency id="System.Data.SQLite.Core.MSIL" version="[1.0.96.0]" />
      </group>
    </dependencies>
  </metadata>
</package>