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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,19 @@
39
39
"minimum": 1,
40
40
"maximum": 6
41
41
},
42
+
"nugetPackageVersion": {
43
+
"type": "object",
44
+
"description": "Details for how and what the generated version for NuGet packages will be.",
45
+
"properties": {
46
+
"semVer": {
47
+
"type": "integer",
48
+
"description": "The version of SemVer (e.g. 1 or 2) that should be used when generating the package version.",
49
+
"default": 1,
50
+
"minimum": 1,
51
+
"maximum": 2
52
+
}
53
+
}
54
+
},
42
55
"publicReleaseRefSpec": {
43
56
"type": "array",
44
57
"description": "An array of regular expressions that may match a ref (branch or tag) that should be built with PublicRelease=true as the default value. The ref matched against is in its canonical form (e.g. refs/heads/master)",
0 commit comments