Skip to content

Commit

Permalink
Merge pull request #2 from BusinessCentralApps/increment-version-numb…
Browse files Browse the repository at this point in the history
…er/main/241107142918

New Version number 1.1
  • Loading branch information
jonasblunck authored Nov 7, 2024
2 parents 54a5040 + 9668396 commit f0e650d
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 72 deletions.
3 changes: 2 additions & 1 deletion .AL-Go/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"country": "us",
"appFolders": [],
"testFolders": [],
"bcptTestFolders": []
"bcptTestFolders": [],
"repoVersion": "1.1"
}
83 changes: 41 additions & 42 deletions CustomerApp.Test/app.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,44 @@
{
"id": "95243812-3ac9-4456-86aa-129f8df55db0",
"name": "CustomerApp.Test",
"publisher": "Jonas",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"publisher": "Microsoft",
"name": "Library Assert",
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"version": "22.0.0.0"
},
{
"publisher": "Microsoft",
"name": "Any",
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"version": "22.0.0.0"
}
],
"screenshots": [],
"platform": "1.0.0.0",
"application": "22.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"features": [
"NoImplicitWith"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
"id": "95243812-3ac9-4456-86aa-129f8df55db0",
"name": "CustomerApp.Test",
"publisher": "Jonas",
"version": "1.1.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [
{
"publisher": "Microsoft",
"name": "Library Assert",
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"version": "22.0.0.0"
},
{
"publisher": "Microsoft",
"name": "Any",
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"version": "22.0.0.0"
}
],
"screenshots": [],
"platform": "1.0.0.0",
"application": "22.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 99999
}
],
"features": [
"NoImplicitWith"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
}
}
57 changes: 28 additions & 29 deletions CustomerApp/app.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"id": "921879f8-cca3-4357-a47d-580b2f381417",
"name": "MyApp",
"publisher": "Jonas",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "22.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 51000
}
],
"features": [
"NoImplicitWith"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
"id": "921879f8-cca3-4357-a47d-580b2f381417",
"name": "MyApp",
"publisher": "Jonas",
"version": "1.1.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "1.0.0.0",
"application": "22.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 51000
}
],
"features": [
"NoImplicitWith"
],
"resourceExposurePolicy": {
"allowDebugging": true,
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
}
}

0 comments on commit f0e650d

Please sign in to comment.