Skip to content

Commit 4350de7

Browse files
authored
Update README.md
1 parent 0c374ff commit 4350de7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ Fields are filled in automatically:
7171
`name` - it is automatically substituted from the assembly name, or changed to the assembly name if the name in the field does not match it. To change this field, you should change the project name.
7272

7373
`version` - It is automatically substituted from the build version, or changed to the build version if the entry in the field does not match it. To change this field, you should change the project version.
74-
```
74+
```xml
7575
<PropertyGroup>
7676
...
7777
<Version>0.1.1</Version>
7878
...
79-
</PropertyGroup>
79+
</PropertyGroup>
8080
```
8181

8282
`projectType` - It is filled in automatically. Default value: DotnetProject

0 commit comments

Comments
 (0)