Files
ChocolateyPackages/AWSTools.Powershell/AWSTools.Powershell.nuspec
Iristyle 9eb87efe55 feat(AWSTools.Powershell): version bump package
- Download url is already permalink to latest version, so this is an
   update to metadata only
2013-09-16 11:24:15 -04:00

25 lines
1.4 KiB
XML

<?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.1.1120.20130916</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>