Skip to content

Commit 55cd903

Browse files
committed
Updated package info
1 parent 9d32f07 commit 55cd903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Example code is based on this Hello World repository: https://dev.azure.com/busi
1919
* `--help,-h`: shows available commands and options
2020
* `--skip-quiz`: skips wizard to use specified options instead
2121
* `--start-id`: first Object ID of your range
22-
* `--bcversion`: Business Central main version number, 14 or 15
22+
* `--bcversion`: Business Central main version number, 14, 15 or 16
2323
* `--range`: number of Objects
2424
* `--suffix`: company suffix to be added to Object names
2525
* `--publisher`: publisher name
@@ -33,7 +33,7 @@ Example code is based on this Hello World repository: https://dev.azure.com/busi
3333
Wizard questions:
3434
```
3535
? App name -> MyNewApp
36-
? Business Central Main version -> v15.0 2019 October
36+
? Business Central Main version -> v16.0 2020 April
3737
? First Object ID -> 50000
3838
? Number of Objects -> 10
3939
? Publisher name -> My Company

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-dynbc",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Yeoman Generator for Dynamics 365 Business Central apps",
55
"keywords": [
66
"yeoman-generator",

0 commit comments

Comments
 (0)