philips-software / powershell-cf-api

PowerShell module can deploy and teardown CloudFoundry spaces and services via a json definition file
MIT License
5 stars 6 forks source link

Add version dependency in manifest #3

Closed kvprasoon closed 5 years ago

kvprasoon commented 5 years ago

It's mentioned as PowerShell 5.1 as a dependency hence it's a prerequisite as well. So it's required to be mentioned in the module manifest as well.

https://github.com/philips-software/powershell-cf-api/blob/master/cf-api.psd1#L36

Cc: @JeroenKnoops