Skip to content

Commit

Permalink
Update documentation & increase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TKapitan committed Dec 15, 2020
1 parent bcee522 commit 3f05010
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion App/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "387c89df-1def-40e2-8953-e467ea2a15dc",
"name": "AL ID Range Manager",
"publisher": "ART AA AE from Czechia + Kepty.cz",
"version": "0.0.2.1",
"version": "0.0.2.2",
"brief": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.",
"description": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.",
"privacyStatement": "https://github.com/TKapitan/ALRM-BusinessCentral/blob/Kepty/LICENSE.md",
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@
- Enhance UI (Navigation, Structure of cards)
- Test "Range per BC Instance"
- Add validation for changing existing extensions
- Add validation for changing existing assignable ranges
- Add validation for changing existing assignable ranges field ranges

## [Released Versions]

### v0.0.2.2

- Date of release 15/12/2020
- Minor Changes, Refactoring of app and tests
- Set object type, ID and Name mandatory in extension
- Validate newly created assignable range line whether the newly defined object type ranges have not already use default object range from the header

### v0.0.2.1

- Date of release: 27/11/2020
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ To use the extension in the combination with ALRM VS Code extension (<https://gi

- Interface object type is not currently supported
- Setting "Range per BC Instance" is not properly tested
- Field Ranges in Assignable Ranges are not tested on change whether the old IDs are not already in use

## Release Notes

Expand Down
4 changes: 2 additions & 2 deletions Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "c3f20afb-35e2-4476-a163-072b5141f028",
"name": "AL ID Range Manager - tests",
"publisher": "ART AA AE from Czechia + Kepty.cz",
"version": "0.0.2.1",
"version": "0.0.2.2",
"brief": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.",
"description": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.",
"privacyStatement": "https://github.com/TKapitan/ALRM-BusinessCentral/blob/Kepty/LICENSE.md",
Expand All @@ -15,7 +15,7 @@
"id": "387c89df-1def-40e2-8953-e467ea2a15dc",
"publisher": "ART AA AE from Czechia + Kepty.cz",
"name": "AL ID Range Manager",
"version": "0.0.2.1"
"version": "0.0.2.2"
},
{
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
Expand Down

0 comments on commit 3f05010

Please sign in to comment.