navcontainerhelper/BC.ArtifactsHelper.module.json

21 строка
581 B
JSON

{
"GUID": "2262fadf-b661-4818-aec8-4502802bbf42",
"Author": "Freddy Kristiansen",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with Business Central artifacts helper functions for Business Central Development",
"CompanyName": "Microsoft",
"CompatiblePSEditions": [
"Core",
"Desktop"
],
"RequiredModules": [
"BC.HelperFunctions"
],
"files": [
"InitializeModule.ps1",
"HelperFunctions.ps1",
"BC.ArtifactsHelper.ps1",
"Artifacts\\*"
]
}