ServiceStack.Text.3.9.59.nuspec 1.3 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>ServiceStack.Text</id>
  5. <version>3.9.59</version>
  6. <title>.NET's fastest JSON Serializer by ServiceStack</title>
  7. <authors>Demis Bellot</authors>
  8. <owners>Demis Bellot</owners>
  9. <licenseUrl>https://github.com/ServiceStack/ServiceStack.Text/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>https://github.com/ServiceStack/ServiceStack.Text</projectUrl>
  11. <iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
  14. Benchmarks at: http://servicestack.net/benchmarks/
  15. Includes the String and Stream functionality for all the ServiceStack projects including:
  16. - T.Dump() generic extension method for easy dbugging and introspection of types
  17. - WebRequest, List, Dictionary and DateTime extensions</description>
  18. <summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
  19. <copyright>ServiceStack 2013 and contributors</copyright>
  20. <language>en-US</language>
  21. <tags>JSON Text Serializer CSV JSV Dump PrettyPrint Fast</tags>
  22. </metadata>
  23. </package>