Skip to content

Commit b2751d7

Browse files
committed
Update launchSettings.json
1 parent 59eba62 commit b2751d7

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
{
22
"profiles": {
3-
"Major Version Bump": {
3+
"Version Bump : Major": {
4+
"_readme": "will update the 'patch' section of the semantic version (x.0.0)",
45
"commandName": "Project",
56
"commandLineArgs": "git-version-bump --section=\"major\" --projects=\"%PROJECTS%\" --push"
67
},
7-
"Minor Version Bump": {
8+
"Version Bump : Minor": {
9+
"_readme": "will update the 'patch' section of the semantic version (0.x.0)",
810
"commandName": "Project",
911
"commandLineArgs": "git-version-bump --section=\"minor\" --projects=\"%PROJECTS%\" --push"
1012
},
11-
"Patch Version Bump": {
13+
"Version Bump : Patch": {
14+
"_readme": "will update the 'patch' section of the semantic version (0.0.x)",
1215
"commandName": "Project",
1316
"commandLineArgs": "git-version-bump --section=\"patch\" --projects=\"%PROJECTS%\" --push"
1417
},
15-
"Preview Version Bump": {
18+
"Version Bump : Preview": {
19+
"_readme": "will update the 'preview' section of the semantic version (0.0.0-preview.x)",
1620
"commandName": "Project",
1721
"commandLineArgs": "git-version-bump --section=\"preview\" --projects=\"%PROJECTS%\" --push"
1822
},
19-
"Download Icon": {
23+
"Version Bump : Manual" : {
24+
"_readme" : "useful for setting a preview for an upcoming version. Will ask for a prompt of the new version string",
2025
"commandName": "Project",
21-
"commandLineArgs": "nuget-download-icon --origin=\"https://avatars.githubusercontent.com/u/102103683\" --projects=\"%PROJECTS%\" --root=\"\""
26+
"commandLineArgs": "git-version-bump --section=\"manual\" --projects=\"%PROJECTS%\" --push"
2227
}
2328
}
2429
}

0 commit comments

Comments
 (0)