forked from loafle/openapi-generator-original
[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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user