ServiceStack.Common.3.9.59.nuspec 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>ServiceStack.Common</id>
  5. <version>3.9.59</version>
  6. <title>Service Clients and Common libs for ServiceStack projects</title>
  7. <authors>Demis Bellot</authors>
  8. <owners>Demis Bellot</owners>
  9. <licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
  10. <projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
  11. <iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>Common library dependency for other ServiceStack projects.
  14. Includes JSON, XML, JSV and SOAP Generic Service Clients.
  15. Contains:
  16. - ServiceStack.Interfaces
  17. - ServiceStack.Common
  18. Dependencies:
  19. - ServiceStack.Text</description>
  20. <summary>Opensource .NET and Mono REST Web Services framework</summary>
  21. <copyright>servicestack.net 2012 and contributors</copyright>
  22. <language>en-US</language>
  23. <tags>ServiceStack Common Framework Clients ServiceClients Gateway</tags>
  24. <dependencies>
  25. <dependency id="ServiceStack.Text" />
  26. </dependencies>
  27. </metadata>
  28. </package>