AWSSDK.2.0.0.4-beta.nuspec 1.1 KB

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>AWSSDK</id>
  5. <version>2.0.0.4-beta</version>
  6. <title>AWS SDK for .NET</title>
  7. <authors>Amazon Web Services</authors>
  8. <owners>Amazon Web Services</owners>
  9. <licenseUrl>http://aws.amazon.com/apache2.0/</licenseUrl>
  10. <projectUrl>http://aws.amazon.com/sdkfornet/</projectUrl>
  11. <iconUrl>http://media.amazonwebservices.com/aws_singlebox_01.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>Build applications that tap into the cost-effective, scalable, and reliable AWS cloud. Get started in minutes using AWS infrastructure services, including Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud (Amazon EC2), and Amazon SimpleDB.</description>
  14. <language>en-US</language>
  15. <tags>AWS Amazon cloud</tags>
  16. <dependencies>
  17. <group targetFramework="WindowsPhone8.0">
  18. <dependency id="Microsoft.Net.Http" version="2.1.10" />
  19. </group>
  20. </dependencies>
  21. </metadata>
  22. </package>