[powershell] Implemented the psdata property for module manifest file (#8048)

* Implemented the psdata property for module manifest file (Tags, LicenseUri, ProjectUri, IconUri, ReleaseNotes)

* fix string.format

* update doc

Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
Ghufran Zahidi
2020-12-01 14:22:12 +05:30
committed by GitHub
parent e040a5fdde
commit 64ade2ce8f
6 changed files with 103 additions and 6 deletions

View File

@@ -53,6 +53,10 @@ $Manifest = @{
Author = 'OpenAPI Generator Team'
CompanyName = 'openapitools.org'
Description = 'PSPetstore - the PowerShell module for OpenAPI Petstore'
Tags = @('PetStore' ,'powershell' ,'sdk' )
ProjectUri = 'https://github.com/OpenAPITools/openapi-generator'
LicenseUri = 'https://www.apache.org/licenses/LICENSE-2.0.txt'
ReleaseNotes = 'This is a sample project'
ModuleVersion = '0.1.2'