Skip to content

Commit

Permalink
Merge pull request #19 from BusinessCentralApps/5py33ppd.om4
Browse files Browse the repository at this point in the history
'New Version number 3.0'
  • Loading branch information
freddydk authored Mar 11, 2022
2 parents 0f2825b + 71d32ea commit 444c21b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .AL-Go/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"testFolders": [
"BingMaps.Test"
],
"RepoVersion": "2.0"
"RepoVersion": "3.0"
}
14 changes: 7 additions & 7 deletions BingMaps.Test/app.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
{
"id": "81eb0a83-7ca0-42e3-9dac-0b530a7c326b",
"name": "BingMaps.AppSource_Test",
"publisher": "Freddy Kristiansen",
"brief": "",
"description": "",
"version": "2.0.0.0",
"version": "3.0.0.0",
"privacyStatement": "",
"EULA": "",
"help": "",
Expand Down Expand Up @@ -48,10 +48,10 @@
}
],
"runtime": "8.0",
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"target": "Cloud"
}
16 changes: 8 additions & 8 deletions BingMaps/app.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
{
"id": "4270bff7-c860-434f-b09a-0f3e37d243fd",
"name": "BingMaps.AppSource",
"publisher": "Freddy Kristiansen",
"brief": "BingMaps Integration",
"description": "BingMaps Integration App with geocode functionality and map control",
"version": "2.0.0.0",
"version": "3.0.0.0",
"privacyStatement": "https://dev.azure.com/businesscentralapps/BingMaps.AppSource",
"EULA": "https://dev.azure.com/businesscentralapps/BingMaps.AppSource",
"help": "https://dev.azure.com/businesscentralapps/BingMaps.AppSource",
Expand All @@ -28,11 +28,11 @@
"features": [
"TranslationFile"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": true,
"includeSourceInSymbolFile": true
},
"target": "Cloud",
"supportedLocales": [
"en-US"
Expand All @@ -41,5 +41,5 @@
"keyVaultUrls": [

],
"applicationInsightsConnectionString": "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/"
"applicationInsightsConnectionString": "InstrumentationKey=84bd9223-67d4-4378-8590-9e4a46023be2;IngestionEndpoint=https://westeurope-1.in.applicationinsights.azure.com/"
}

0 comments on commit 444c21b

Please sign in to comment.