Skip to content

Commit

Permalink
v20.0 (#11)
Browse files Browse the repository at this point in the history
* v20.0 Upgrade

* Github Action juliandittmann/run-alpipeline upgraded to v0.3
  • Loading branch information
juliandittmann authored Apr 6, 2022
1 parent caf4821 commit 5d853da
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
version: ci
appVersion: '19.5'
appVersion: '20.0'
appBuild: ${{github.run_number}}
appRevision: 0

Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run pipeline
uses: juliandittmann/run-alpipeline@v0.1
uses: juliandittmann/run-alpipeline@v0.3
with:
version: ${{env.version}}
appVersion: ${{env.appVersion}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
version: current
appVersion: '19.5'
appVersion: '20.0'
appBuild: 2147483647
appRevision: 0

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run pipeline
uses: juliandittmann/run-alpipeline@v0.1
uses: juliandittmann/run-alpipeline@v0.3
with:
version: ${{env.version}}
appVersion: ${{env.appVersion}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextmajor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
version: nextmajor
appVersion: '19.5'
appVersion: '20.0'
appBuild: 2147483647
appRevision: 0

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run pipeline
uses: juliandittmann/run-alpipeline@v0.1
uses: juliandittmann/run-alpipeline@v0.3
with:
version: ${{env.version}}
appVersion: ${{env.appVersion}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextminor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
version: nextminor
appVersion: '19.5'
appVersion: '20.0'
appBuild: 2147483647
appRevision: 0

Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run pipeline
uses: juliandittmann/run-alpipeline@v0.1
uses: juliandittmann/run-alpipeline@v0.3
with:
version: ${{env.version}}
appVersion: ${{env.appVersion}}
Expand Down
15 changes: 10 additions & 5 deletions App/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@
"publisher": "Julian Dittmann",
"brief": "",
"description": "",
"version": "19.5.0.0",
"version": "20.0.0.0",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "https://github.com/juliandittmann/AL.Template",
"logo": "",
"suppressWarnings": [
],
"preprocessorSymbols": [
],
"dependencies": [
],
"screenshots": [],
"platform": "19.0.0.0",
"application": "19.0.0.0",
"runtime": "8.1",
"platform": "20.0.0.0",
"application": "20.0.0.0",
"runtime": "9.0",
"target": "Cloud",
"resourceExposurePolicy": {
"allowDebugging": true,
Expand All @@ -29,10 +33,11 @@
}
],
"contextSensitiveHelpUrl": "https://example.com/help/",
"applicationInsightsConnectionString": "",
"features": [
"TranslationFile"
],
"supportedLocales": [
"en-US"
]
]
}
20 changes: 10 additions & 10 deletions Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "Julian Dittmann",
"brief": "AL.Template Test App",
"description": "AL.Template Test App",
"version": "19.5.0.0",
"version": "20.0.0.0",
"privacyStatement": "",
"EULA": "",
"help": "",
Expand All @@ -15,43 +15,43 @@
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"publisher": "Microsoft",
"name": "Library Assert",
"version": "19.0.0.0"
"version": "20.0.0.0"
},
{
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"publisher": "Microsoft",
"name": "Any",
"version": "19.0.0.0"
"version": "20.0.0.0"
},
{
"id": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
"publisher": "Microsoft",
"name": "System Application Test Library",
"version": "19.0.0.0"
"version": "20.0.0.0"
},
{
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
"publisher": "Microsoft",
"name": "Tests-TestLibraries",
"version": "19.0.0.0"
"version": "20.0.0.0"
},
{
"name": "Test Runner",
"publisher": "Microsoft",
"version": "19.0.0.0",
"version": "20.0.0.0",
"id": "23de40a6-dfe8-4f80-80db-d70f83ce8caf"
},
{
"name": "AL.Template",
"publisher": "Julian Dittmann",
"version": "19.5.0.0",
"version": "20.0.0.0",
"id": "9c30c7cc-475b-4bb3-b9ed-63b83d3627e1"
}
],
"screenshots": [],
"application": "19.0.0.0",
"platform": "19.0.0.0",
"runtime": "8.1",
"application": "20.0.0.0",
"platform": "20.0.0.0",
"runtime": "9.0",
"target": "Cloud",
"resourceExposurePolicy": {
"allowDebugging": true,
Expand Down
1 change: 1 addition & 0 deletions scripts/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "AL.Template",
"memoryLimit": "6G",
"installApps": "",
"installTestApps": "",
"previousApps": "",
"appFolders": "App",
"testFolders": "Test",
Expand Down

0 comments on commit 5d853da

Please sign in to comment.