Skip to content

Commit 26dc98f

Browse files
committed
'Increment Version number by 0.1'
1 parent 212fa06 commit 26dc98f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.AL-Go/settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
],
77
"TESTING_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
88
"PRODUCTION_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
9-
"repoVersion": "3.5",
10-
"doNotRunBCPTTests": true,
9+
"repoVersion": "3.6",
10+
"doNotRunBCPTTests": true,
1111
"doNotSignApps": true,
1212
"enableCodeCop": true,
1313
"enableUICop": true,
1414
"enablePerTenantExtensionCop": true,
15-
"enableAppSourceCop":true,
16-
"AppSourceCopMandatoryAffixes": [
15+
"enableAppSourceCop": true,
16+
"AppSourceCopMandatoryAffixes": [
1717
"_ANJ"
1818
],
19-
"customCodeCops": [
19+
"customCodeCops": [
2020
".github/BusinessCentral.LinterCop.current.dll"
2121
],
2222
"rulesetFile": "Dependency-Graph/.vscode/ruleset.json"

Dependency-Graph/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "3c9a4c22-42f6-4e8f-8b96-744c7fef331f",
33
"name": "Dependency-Graph",
44
"publisher": "ANJ",
5-
"version": "3.5.0.0",
5+
"version": "3.6.0.0",
66
"brief": "App to generate the dependency tree",
77
"description": "App to generate the dependency tree of the extensions we have installed.",
88
"privacyStatement": "https://github.com/NovoaDev/Dependency-Graph-BCExt",

0 commit comments

Comments
 (0)