EnyimMemcached.2.12.nuspec 596 B

1234567891011121314
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>EnyimMemcached</id>
  5. <version>2.12</version>
  6. <authors>Attila Kiskó</authors>
  7. <owners>Attila Kiskó</owners>
  8. <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
  9. <projectUrl>https://github.com/enyim/EnyimMemcached</projectUrl>
  10. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  11. <description>Memcached client library for .NET based languages.</description>
  12. <tags>memcached enyim cache caching</tags>
  13. </metadata>
  14. </package>