1
0
Форкнуть 0

Added package version name to project json

This commit is contained in:
Wade Wegner 2018-02-20 07:12:44 -08:00
Родитель 6a5b807ff4
Коммит 4d8b858c74
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -3,11 +3,12 @@
{
"path": "force-app",
"default": true,
"id": "0Ho6A0000004C9NSAU",
"versionNumber": "1.0.0.NEXT"
"id": "0Ho6A0000004C9XSAU",
"versionNumber": "1.0.0.NEXT",
"versionName": "version name"
}
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "41.0"
"sourceApiVersion": "42.0"
}