Files
openstack-cli-powershell/AcmeInc.Openstack.Client.Powershell/Deployment/AcmeInc.nuspec
Travis Plummer df2b85f6bb Added Deployment artifacts for Chcoclatey and reorged solution structure
Change-Id: I6059c2b8397499480a12f674d9a8edbe31f3f56f
2014-06-23 15:17:56 -05:00

26 lines
1.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesnt appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package>
<metadata>
<id>acme-cli-powershell</id>
<title>acme-cli-powershell</title>
<version>2.0.0</version>
<authors>Travis Plummer</authors>
<owners>Travis Plummer</owners>
<summary>Thid package allows Users to manage their Openstack environments from the Powershell command line.</summary>
<description>Thid package allows Users to manage their Openstack environments from the Powershell command line.</description>
<tags>Acme OpenStack Powershell CLI Windows</tags>
<copyright>2014</copyright>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<iconUrl>https://raw.github.com/__CHOCO_PKG_OWNER_REPO__/master/__NAME__/__NAME__.png</iconUrl>-->
<!--<dependencies>
<dependency id="" version="" />
</dependencies>-->
<releaseNotes>This first release demonstrates the Mutli-Vendor functionality as well as a Read-onoly version of the ObjectStorage Provider.</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>