ServiceStack.Redis.3.9.59.nuspec 1.1 KB

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>ServiceStack.Redis</id>
  5. <version>3.9.59</version>
  6. <title>C# Redis client for the Redis NoSQL DB</title>
  7. <authors>Demis Bellot</authors>
  8. <owners>Demis Bellot</owners>
  9. <licenseUrl>https://github.com/ServiceStack/ServiceStack.Redis/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>https://github.com/ServiceStack/ServiceStack.Redis</projectUrl>
  11. <iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients.
  14. Thread-Safe Basic and Pooled client managers included.</description>
  15. <copyright>ServiceStack 2013 and contributors</copyright>
  16. <language>en-US</language>
  17. <tags>Redis NoSQL Client Distributed Cache PubSub Messaging Transactions</tags>
  18. <dependencies>
  19. <dependency id="ServiceStack.Common" />
  20. </dependencies>
  21. </metadata>
  22. </package>