File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Example code is based on this Hello World repository: https://dev.azure.com/busi
19
19
* ` --help,-h ` : shows available commands and options
20
20
* ` --skip-quiz ` : skips wizard to use specified options instead
21
21
* ` --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
23
23
* ` --range ` : number of Objects
24
24
* ` --suffix ` : company suffix to be added to Object names
25
25
* ` --publisher ` : publisher name
@@ -33,7 +33,7 @@ Example code is based on this Hello World repository: https://dev.azure.com/busi
33
33
Wizard questions:
34
34
```
35
35
? App name -> MyNewApp
36
- ? Business Central Main version -> v15 .0 2019 October
36
+ ? Business Central Main version -> v16 .0 2020 April
37
37
? First Object ID -> 50000
38
38
? Number of Objects -> 10
39
39
? Publisher name -> My Company
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-dynbc" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Yeoman Generator for Dynamics 365 Business Central apps" ,
5
5
"keywords" : [
6
6
" yeoman-generator" ,
You can’t perform that action at this time.
0 commit comments