-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
32 lines (32 loc) · 947 Bytes
/
app.json
File metadata and controls
32 lines (32 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id": "06cc5109-4d92-40e9-912e-8251f9f210a4",
"name": "dynamics365-API-Consumption",
"publisher": "Saurav Dhyani",
"version": "1.0.0.0",
"brief": "Code examples and tutorials for consuming APIs in Microsoft Dynamics 365 Business Central.",
"description": "Code examples and tutorials for consuming APIs in Microsoft Dynamics 365 Business Central.",
"privacyStatement": "https://www.sauravdhyani.com",
"EULA": "https://www.sauravdhyani.com",
"help": "https://www.sauravdhyani.com",
"url": "https://www.sauravdhyani.com",
"logo": "image/sauravdhyani.png",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "23.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 50149
}
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"runtime": "12.0",
"features": [
"NoImplicitWith"
]
}