feat(AWSTools.Powershell): release 1.0.0

This commit is contained in:
Iristyle
2013-04-25 12:32:16 -04:00
parent 9d610647d7
commit 273bb66b59
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>AWSTools.Powershell</id>
<title>AWS Tools for Windows PowerShell</title>
<version>1.0.0.20130405</version>
<authors>Amazon Web Services</authors>
<owners>Ethan Brown</owners>
<summary>The AWS Tools for Windows PowerShell lets developers and administrators manage their AWS services from the Windows PowerShell scripting environment. Now you can manage your AWS resources with the same Windows PowerShell tools you use to manage your Windows environment.</summary>
<description>The AWS Tools for Windows PowerShell lets developers and administrators manage their AWS services from the Windows PowerShell scripting environment. Now you can manage your AWS resources with the same Windows PowerShell tools you use to manage your Windows environment.</description>
<projectUrl>http://aws.amazon.com/powershell/</projectUrl>
<tags>AWS Amazon cloud</tags>
<licenseUrl>http://aws.amazon.com/apache2.0/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://media.amazonwebservices.com/aws_singlebox_01.png</iconUrl>
<releaseNotes></releaseNotes>
<dependencies>
<dependency id="PowerShell" version="3.0"/>
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>