Skip to content

Commit 2855005

Browse files
committed
Update version format in version.json
Standardized the version number format in `version.json` from `1.0` to `1.0.0.0` to comply with semantic versioning.
1 parent 919eabb commit 2855005

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

version.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0",
3+
"version": "1.0.0",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
6-
]
6+
],
7+
"release": {
8+
"versionIncrement": "minor",
9+
"firstUnstableTag": "alpha"
10+
}
711
}

0 commit comments

Comments
 (0)