From 9ac6af7437944bd5063ee8e082e81e4e796d4a87 Mon Sep 17 00:00:00 2001 From: Bert Verbeek Date: Thu, 18 Apr 2024 21:21:07 +0200 Subject: [PATCH 1/2] Update app.json to BC23 Because creating release branches --- businessCentral/app/app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/businessCentral/app/app.json b/businessCentral/app/app.json index 085960a..47ee4f1 100644 --- a/businessCentral/app/app.json +++ b/businessCentral/app/app.json @@ -12,8 +12,8 @@ "contextSensitiveHelpUrl": "https://docs.microsoft.com/dynamics365/business-central/", "logo": "../../.assets/bc2adls_logo.png", "screenshots": [], - "platform": "24.0.0.0", - "application": "24.0.0.0", + "platform": "23.0.0.0", + "application": "23.0.0.0", "resourceExposurePolicy": { "allowDebugging": true, "allowDownloadingSource": true, @@ -38,5 +38,5 @@ } ], "target": "Cloud", - "runtime": "13.0" + "runtime": "12.0" } From 86c012c8cfb3df9ab70ee4def34234729a7106ba Mon Sep 17 00:00:00 2001 From: Bert Verbeek Date: Thu, 18 Apr 2024 21:22:33 +0200 Subject: [PATCH 2/2] Update app.json --- businessCentral/test/app.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/businessCentral/test/app.json b/businessCentral/test/app.json index 7c44b2f..156af26 100644 --- a/businessCentral/test/app.json +++ b/businessCentral/test/app.json @@ -16,31 +16,31 @@ "publisher": "Microsoft", "name": "Library Assert", "id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14", - "version": "22.2.0.0" + "version": "23.2.0.0" }, { "publisher": "Microsoft", "name": "Any", "id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b", - "version": "22.5.0.0" + "version": "23.5.0.0" }, { "publisher": "Microsoft", "name": "Library Variable Storage", "id": "5095f467-0a01-4b99-99d1-9ff1237d286f", - "version": "22.2.0.0" + "version": "23.2.0.0" }, { "publisher": "Microsoft", "name": "Tests-TestLibraries", "id": "5d86850b-0d76-4eca-bd7b-951ad998e997", - "version": "22.2.0.0" + "version": "23.2.0.0" }, { "publisher": "Microsoft", "name": "Test Runner", "id": "23de40a6-dfe8-4f80-80db-d70f83ce8caf", - "version": "22.2.0.0" + "version": "23.2.0.0" }, { "publisher": "The bc2adls team", @@ -50,8 +50,8 @@ } ], "screenshots": [], - "platform": "22.0.0.0", - "application": "22.0.0.0", + "platform": "23.0.0.0", + "application": "23.0.0.0", "idRanges": [ { "from": 85560, @@ -63,7 +63,7 @@ "allowDownloadingSource": true, "includeSourceInSymbolFile": true }, - "runtime": "11.0", + "runtime": "12.0", "features": [ "NoImplicitWith" ]