From 71d32ea872ccfb19ec0dc99c69113a7b4fe173d3 Mon Sep 17 00:00:00 2001 From: freddydk Date: Fri, 11 Mar 2022 12:11:35 +0000 Subject: [PATCH] 'New Version number 3.0' --- .AL-Go/settings.json | 2 +- BingMaps.Test/app.json | 14 +++++++------- BingMaps/app.json | 16 ++++++++-------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.AL-Go/settings.json b/.AL-Go/settings.json index 77f014c..e81009e 100644 --- a/.AL-Go/settings.json +++ b/.AL-Go/settings.json @@ -18,5 +18,5 @@ "testFolders": [ "BingMaps.Test" ], - "RepoVersion": "2.0" + "RepoVersion": "3.0" } diff --git a/BingMaps.Test/app.json b/BingMaps.Test/app.json index 9dceab5..33c19fd 100644 --- a/BingMaps.Test/app.json +++ b/BingMaps.Test/app.json @@ -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": "", @@ -48,10 +48,10 @@ } ], "runtime": "8.0", - "resourceExposurePolicy": { - "allowDebugging": true, - "allowDownloadingSource": true, - "includeSourceInSymbolFile": true - }, + "resourceExposurePolicy": { + "allowDebugging": true, + "allowDownloadingSource": true, + "includeSourceInSymbolFile": true + }, "target": "Cloud" } diff --git a/BingMaps/app.json b/BingMaps/app.json index bf50288..8724116 100644 --- a/BingMaps/app.json +++ b/BingMaps/app.json @@ -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", @@ -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" @@ -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/" }