12345678910111213141516171819202122 |
- <?xml version="1.0"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>AWSSDK</id>
- <version>2.0.0.4-beta</version>
- <title>AWS SDK for .NET</title>
- <authors>Amazon Web Services</authors>
- <owners>Amazon Web Services</owners>
- <licenseUrl>http://aws.amazon.com/apache2.0/</licenseUrl>
- <projectUrl>http://aws.amazon.com/sdkfornet/</projectUrl>
- <iconUrl>http://media.amazonwebservices.com/aws_singlebox_01.png</iconUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <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>
- <language>en-US</language>
- <tags>AWS Amazon cloud</tags>
- <dependencies>
- <group targetFramework="WindowsPhone8.0">
- <dependency id="Microsoft.Net.Http" version="2.1.10" />
- </group>
- </dependencies>
- </metadata>
- </package>
|