Skip to content

Commit d0a5c26

Browse files
committed
update readme
1 parent 2343a83 commit d0a5c26

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

README.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,23 @@ Options:
4242
--type <project> Specifies the template type to instantiate.
4343
4444
Template options:
45-
-pn, --project-name <project-name> The name of the project. usually equal to the repo anme on github and the
46-
.sln file to build. If not, customize manually.
47-
Type: string
48-
Default: TODO: set PROJECTNAME
49-
-go, --git-owner <git-owner> The name of the organization or github user that owns the github repo
50-
Type: string
51-
Default: TODO: set GITOWNER
52-
-tf, --target-framework <target-framework> The target framework of the build project (net6.0 or net7.0). default is
53-
net6.0
54-
Type: string
55-
Default: net6.0
56-
-ipv, --individual-package-versions If set, the build project will support individual package versions and
57-
release notes per project.
58-
Type: bool
59-
Default: false
45+
-pn, --project-name <project-name> The name of the project. usually equal to the repo anme on github and the .sln
46+
file to build. If not, customize manually.
47+
Type: string
48+
Default: TODO: set PROJECTNAME
49+
-go, --git-owner <git-owner> The name of the organization or github user that owns the github repo
50+
Type: string
51+
Default: TODO: set GITOWNER
52+
-tf, --target-framework <choice> The target framework of the build project
53+
Type: choice
54+
net6.0 use .NET 6 as target framework for the project
55+
net7.0 use .NET 7 as target framework for the project
56+
net8.0 use .NET 8 as target framework for the project (default)
57+
Default: net8.0
58+
-ipv, --individual-package-versions If set, the build project will support individual package versions and release
59+
notes per project.
60+
Type: bool
61+
Default: false
6062
```
6163

6264
### Basic use case

0 commit comments

Comments
 (0)