Manifest.json
The Manifest.json file contains optional information that can be set to create a TwinCAT HMI package. The information is placed under the metadata and generated automatically when the project is created.
"metadata": {
"industrialField": "",
"packageType": "FrameworkExtPrj",
"id": "FrameworkControlJs1",
"version": "1.0.0.0",
"guid": "7001c40b-7081-4c53-8496-f416efe212b9",
"configurationName": "",
"platformName": "",
"creationTime": 1520610054,
"authors": "",
"owners": "",
"summary": "",
"licenseUrl": "",
"projectUrl": "",
"iconUrl": "",
"requireLicenseAcceptance": false,
"description": "",
"releaseNotes": "",
"copyright": "",
"tags": "",
"dependencies": [],
"references": []
}
For creating a package, the version number must match the version number in Description.json. |