You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NerdBank.GitVersioning/version.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,18 @@
68
68
"minimum": 1,
69
69
"maximum": 6
70
70
},
71
+
"gitCommitIdShortFixedLength": {
72
+
"type": "integer",
73
+
"description": "The fixed number of characters to use for the commit ID abbreviation length. This property is ignored if the gitCommitIdShortAutoMinimum property is greater than 0.",
74
+
"default": 10,
75
+
"maximum": 40
76
+
},
77
+
"gitCommitIdShortAutoMinimum": {
78
+
"type": "integer",
79
+
"description": "When greater than 0, the length of the commit ID will be either this value or the shortest unambiguous git-abbreviated commit ID possible, whichever is greater. When 0, the gitCommitIdShortFixedLength property is used instead.",
80
+
"default": 0,
81
+
"maximum": 40
82
+
},
71
83
"nugetPackageVersion": {
72
84
"type": "object",
73
85
"description": "Details for how and what the generated version for NuGet packages will be.",
0 commit comments