Files
openstack-cli-powershell/Openstack.Client.Powershell/bin/Release/Openstack.psd1
paybackman 3a9dd43380 Minor changes... About to port from other Repo
Port from New-CLI repo with MVS working.

Changed naming from Openstack to OpenStack across the board to match API..

Trying to comit

Change-Id: I575d847e38c903e1ae308b55d0f0768bd33fa7e1
2014-05-08 09:51:36 -05:00

22 lines
442 B
PowerShell

@{
ModuleToProcess = 'Openstack.Client.Powershell.dll'
GUID="{847a28a4-6407-4aa6-8070-a4a51396db70}"
Author="Travis Plummer"
CompanyName="Hewlett-Packard Corporation"
Copyright="© Hewlett-Packard. All rights reserved."
ModuleVersion="1.0.0.0"
PowerShellVersion="2.0"
CLRVersion="4.0.30319"
FormatsToProcess="OpenstackShell.format.ps1xml"
FileList='Openstack.config'
RequiredAssemblies = 'Openstack.dll', 'Openstack.Common.dll'
}