Skip to content

Commit 043e4d8

Browse files
committed
GH-1562 misspelling
1 parent f4639a8 commit 043e4d8

File tree

1 file changed

+69
-72
lines changed
  • src/GitVersionTfsTask/GitVersionTask

1 file changed

+69
-72
lines changed
Lines changed: 69 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,73 @@
11
{
2-
"id": "e5983830-3f75-11e5-82ed-81492570a08e",
3-
"name": "GitVersion",
4-
"friendlyName": "GitVersion Task",
5-
"description": "Easy Semantic Versioning (http://semver.org) for projects using Git",
6-
"author": "GitVersion Contributors",
7-
"helpMarkDown": "See the [documentation](http://gitversion.readthedocs.org/en/latest/) for help",
8-
"category": "Build",
9-
"demands": [],
10-
"version": {
11-
"Major": "4",
12-
"Minor": "0",
13-
"Patch": "0"
14-
},
15-
"minimumAgentVersion": "1.83.0",
16-
"groups": [
17-
{
18-
"name": "additional",
19-
"displayName": "Additional Options",
20-
"isExpanded": false
21-
}
22-
],
23-
"instanceNameFormat": "GitVersion",
24-
"inputs": [
25-
{
26-
"name": "updateAssemblyInfo",
27-
"type": "boolean",
28-
"label": "Update AssemblyInfo files",
29-
"defaultValue": "false",
30-
"required": false,
31-
"helpMarkDown": "Whether to update versions in the AssemblyInfo files"
32-
},
33-
{
34-
"name": "updateAssemblyInfoFilename",
35-
"type": "string",
36-
"label": "Update Assembly File",
37-
"defaultValue": "",
38-
"required": false,
39-
"helpMarkDown": "Update versions in specified file",
40-
"groupName": "additional"
41-
},
42-
{
43-
"name": "additionalArguments",
44-
"type": "string",
45-
"label": "Additional GitVersion.exe arguments",
46-
"defaultValue": "",
47-
"required": false,
48-
"helpMarkDown": "Additional arguments to send to GitVersion.exe",
49-
"groupName": "additional"
2+
"id": "e5983830-3f75-11e5-82ed-81492570a08e",
3+
"name": "GitVersion",
4+
"friendlyName": "GitVersion Task",
5+
"description": "Easy Semantic Versioning (http://semver.org) for projects using Git",
6+
"author": "GitVersion Contributors",
7+
"helpMarkDown": "See the [documentation](http://gitversion.readthedocs.org/en/latest/) for help",
8+
"category": "Build",
9+
"demands": [],
10+
"version": {
11+
"Major": "4",
12+
"Minor": "0",
13+
"Patch": "0"
5014
},
51-
{
52-
"name": "gitVersionPath",
53-
"type": "string",
54-
"label": "Path to GitVersion.exe",
55-
"defaultValue": "",
56-
"required": false,
57-
"helpMarkDown": "Optionally supply the path to GitVersion.exe",
58-
"groupName": "additional"
59-
},
60-
{
61-
"name": "preferBundledVersion",
62-
"type": "boolean",
63-
"label": "Prefer bundled GiVersion.exe",
64-
"required": false,
65-
"helpMarkDown": "If checked it will prefer the bundled version over a version found in path",
66-
"groupName": "additional"
67-
}
68-
],
69-
"execution": {
70-
"Node": {
71-
"target": "GitVersion.js",
72-
"argumentFormat": "",
73-
"workingDirectory": "."
15+
"minimumAgentVersion": "1.83.0",
16+
"groups": [{
17+
"name": "additional",
18+
"displayName": "Additional Options",
19+
"isExpanded": false
20+
}],
21+
"instanceNameFormat": "GitVersion",
22+
"inputs": [{
23+
"name": "updateAssemblyInfo",
24+
"type": "boolean",
25+
"label": "Update AssemblyInfo files",
26+
"defaultValue": "false",
27+
"required": false,
28+
"helpMarkDown": "Whether to update versions in the AssemblyInfo files"
29+
},
30+
{
31+
"name": "updateAssemblyInfoFilename",
32+
"type": "string",
33+
"label": "Update Assembly File",
34+
"defaultValue": "",
35+
"required": false,
36+
"helpMarkDown": "Update versions in specified file",
37+
"groupName": "additional"
38+
},
39+
{
40+
"name": "additionalArguments",
41+
"type": "string",
42+
"label": "Additional GitVersion.exe arguments",
43+
"defaultValue": "",
44+
"required": false,
45+
"helpMarkDown": "Additional arguments to send to GitVersion.exe",
46+
"groupName": "additional"
47+
},
48+
{
49+
"name": "gitVersionPath",
50+
"type": "string",
51+
"label": "Path to GitVersion.exe",
52+
"defaultValue": "",
53+
"required": false,
54+
"helpMarkDown": "Optionally supply the path to GitVersion.exe",
55+
"groupName": "additional"
56+
},
57+
{
58+
"name": "preferBundledVersion",
59+
"type": "boolean",
60+
"label": "Prefer bundled GitVersion.exe",
61+
"required": false,
62+
"helpMarkDown": "If checked it will prefer the bundled version over a version found in path",
63+
"groupName": "additional"
64+
}
65+
],
66+
"execution": {
67+
"Node": {
68+
"target": "GitVersion.js",
69+
"argumentFormat": "",
70+
"workingDirectory": "."
71+
}
7472
}
75-
}
7673
}

0 commit comments

Comments
 (0)