StackExchange.Redis.Extensions.Newtonsoft by Ugo Lattanzi

<PackageReference Include="StackExchange.Redis.Extensions.Newtonsoft" Version="6.0.11" />

 StackExchange.Redis.Extensions.Newtonsoft 6.0.11

StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchange.Redis.Extensions.Jil - StackExchange.Redis.Extensions.MsgPack - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.Utf8Json - StackExchange.Redis.Extensions.Binary

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>StackExchange.Redis.Extensions.Newtonsoft</id>
    <version>6.0.11</version>
    <title>Use the Newtonsoft Json.Net serialization with StackExchange.Redis.</title>
    <authors>Ugo Lattanzi</authors>
    <owners>Ugo Lattanzi</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/imperugo/StackExchange.Redis.Extensions</projectUrl>
    <description>StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications.

        To store complex data It requires one of the following implementations:

        - StackExchange.Redis.Extensions.Newtonsoft
        - StackExchange.Redis.Extensions.Jil
        - StackExchange.Redis.Extensions.MsgPack
        - StackExchange.Redis.Extensions.Protobuf
        - StackExchange.Redis.Extensions.Utf8Json
        - StackExchange.Redis.Extensions.Binary</description>
    <releaseNotes>- Added support to .NET Standard
        - Bugfixing
        - improving performances;
        - Add an object to Redis;
        - Change ISerializer interface (more info here https://github.com/imperugo/StackExchange.Redis.Extensions/issues/2)
        - Update StackExchange.Redis to latest version;
        - Changed Flush method;
        - Remove an object from Redis;
        - Search Keys into Redis;
        - Retrieve multiple object with a single roundtrip;
        - Store multiple object with a single roundtrip;
        - Get Redis Server information;
        - Set Add;
        - Set AddAdd;
        - SetRemove;
        - SetRemoveAll;
        - Set Member;
        - Pub/Sub events;
        - Save;
        - Async methods;
        - Hash methods;
        - Support for Keyspace isolation;</releaseNotes>
    <copyright>Ugo Lattanzi</copyright>
    <tags>Async Redis NoSQL Client Distributed Cache PubSub Messaging</tags>
    <repository type="Git" url="https://github.com/imperugo/StackExchange.Redis.Extensions" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="StackExchange.Redis.Extensions.Core" version="6.0.11" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.7.2">
        <dependency id="StackExchange.Redis.Extensions.Core" version="6.0.11" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="StackExchange.Redis.Extensions.Core" version="6.0.11" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="StackExchange.Redis.Extensions.Core" version="6.0.11" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="StackExchange.Redis.Extensions.Core" version="6.0.11" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="12.0.3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.IO.Compression" targetFramework=".NETFramework4.7.2" />
    </frameworkAssemblies>
  </metadata>
</package>