Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions app/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "", //TODO Use Create Guid to generate new id
"name": "SP XXX", //TODO Specify extension name, starting with SP
"publisher": "StrongPoint",
"version": "1.0.0.0",
"brief": "StrongPoint Extension for XXX",
"description": "StrongPoint Extension for XXX",
"privacyStatement": "https://go.microsoft.com/fwlink/?linkid=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "https://docs.microsoft.com/en-us/dynamics365/business-central/",
"url": "https://www.strongpoint.com",
"contextSensitiveHelpUrl": "https://learn.microsoft.com/en-us/",
"logo": "images/splogo_iVz_icon.ico",
"dependencies": [],
"screenshots": [],
"platform": "24.0.0.0",
"application": "24.0.0.0",
"runtime": "13.0",
"target": "Cloud",
"idRanges": [
{
"from": X, //TODO Specify the first ID in the range
"to": X //TODO Specify the last ID in the range
}
],
"features": [
"NoImplicitWith",
"TranslationFile",
"GenerateCaptions"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
}
}
4 changes: 3 additions & 1 deletion app/appSourceCop.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"mandatoryAffixes": [
"SPU"
]
],
"validateObsoleteSymbols": true,
"validateInternalSymbols": true
}
Binary file added app/images/splogo_iVz_icon.ico
Binary file not shown.
Loading