navcontainerhelper/BC.NuGetHelper.module.json

21 строка
552 B
JSON

{
"GUID": "5ef27830-ae76-422f-8439-db8db89e9ece",
"Author": "Freddy Kristiansen",
"Copyright": "(c) 2022 Microsoft. All rights reserved.",
"Description": "PowerShell module with NuGet helper functions for Business Central Development",
"CompanyName": "Microsoft",
"CompatiblePSEditions": [
"Core",
"Desktop"
],
"RequiredModules": [
"BC.HelperFunctions"
],
"files": [
"InitializeModule.ps1",
"HelperFunctions.ps1",
"BC.NuGetHelper.ps1",
"NuGet\\*"
]
}